◆ Material Customization
─────────────────
[ Requested by
Kevin_H ]
Now you can customize the material of the throwable 'creeper egg' item.
◆ Hidden Creeper
────────────
[ Requested by
Kevin_H ]
Now you can hide the creeper that appears on top of the creeper egg when exploding.
One new line was added to the
creeper-egg section in the
config:
>
material
One new line was added to the
options section in the
config:
>
hide-creeper-when-exploding
|
material is
CREEPER_SPAWN_EGG by default in the config.
|
hide-creeper-when-exploding is
false by default in the config.
● In accordance to the
new features - if you already had a
config file generated before this update and you would like to
configure the new features, then please regenerate your
config file or add the following
default lines under the
correct sections in your current
config file:
Code (YAML):
creeper-egg:
material
: CREEPER_SPAWN_EGG
Code (YAML):
options:
hide-creeper-when-exploding
: false
# Works best when not thrown into unloaded chunks
◆ API Changes
───────────
The
getUniqueEggItem method was
updated for the new material customization feature.
Found a Bug?
─────────
If you find any bugs then please send me a
message
.