Breed axolots without a bucket #731
-
I ended up finding this plugin and thought it might be a good option to add to Purpur! :3 https://www.spigotmc.org/resources/bucketlessaxolotlbreeding.97077/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can do this with a simple data pack to change the axolotl temp item tag. (tempt is also used as the breeding item for breedable mobs) Vanilla tag {
"replace": false,
"values": [
"minecraft:tropical_fish_bucket"
]
} Just change the item to Here's a data pack I made in 10 seconds that appends the item ;) |
Beta Was this translation helpful? Give feedback.
You can do this with a simple data pack to change the axolotl temp item tag. (tempt is also used as the breeding item for breedable mobs)
Vanilla tag
axolotl_tempt_items.json
Just change the item to
minecraft:tropical_fish
and you're all set. If you want it to replace the original bucket item to the tag instead of appending it, changereplace
to true.Here's a data pack I made in 10 seconds that appends the item ;)
BreedAxolotlNoBucket.zip