Allowing us to set NBT-data for entities in Incubator recipes #107
Closed
TheNoracle
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
|
Old format: {
"identifier": "minecraft:turtle_egg",
"entity": "minecraft:turtle",
"time": 4000
}New format: {
"identifier": "minecraft:turtle_egg",
"entries": [
{
"weight": 1,
"data": {
"entity": "minecraft:turtle",
"nbt": {
"CustomName": "{\"text\":\"Poseidon\"}"
},
"commands": [
"/say hi!"
]
}
}
],
"time": 4000
}What do you think? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Added in 1.9.0! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think being able to specify the NBT-data for the entity output would be a fantastic addition to Incubator recipes. This would make the block an even greater resource when used with other mods – for example when you want the hatched entities to be tamed or of a certain colour.
Great mod by the way!
Beta Was this translation helpful? Give feedback.
All reactions