Skip to content

Breed axolots without a bucket #731

Discussion options

You must be logged in to vote

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

{
  "replace": false,
  "values": [
    "minecraft:tropical_fish_bucket"
  ]
}

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, change replace to true.

Here's a data pack I made in 10 seconds that appends the item ;)

BreedAxolotlNoBucket.zip

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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