Skip to content

Configurable size for Phantoms (& more ?) #441

Closed Answered by BillyGalbreath
craftish37 asked this question in __Completed__
Discussion options

You must be logged in to vote

Implemented in build 1514

930084a

The following settings are Strings and can contain size for the entity's size. Defaults represent vanilla behavior.

world-settings:
  magma_cube:
    attributes:
      max_health: size
      attack_damage: size * size
  phantom:
    attributes:
      max_health: '20.0'
      attack_damage: 6 + size
  slime:
    attributes:
      max_health: size
      attack_damage: size * size

Phantom sizes can be between 0 and 64. Default value of 0 is vanilla behavior

world-settings:
  phantom:
    size:
      min: 0
      max: 0

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@craftish37
Comment options

Answer selected by granny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #374 on June 28, 2021 20:32.