#Trying to create recipe that gives default spawner

8 messages · Page 1 of 1 (latest)

main fog
#

Hi there,
Just trying to figure out how to create a spawner in the recipe. Hoping to be able to shapeless craft it from any spawner to a default type of spawner. So more just need a place to look that can help with nbt or if I can be given instructions on how to do this would be greatly appreciated.

I have tried finding the information but have had little to no success.

tawny cairnBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

steady ridge
#

im not sure i understand what you want to do hmmm
you want to convert any spawner block into the default spawner block with no nbt?

main fog
#

sorry. so I want to find say for example roguelike spawners. mine it with silk touch which makes it keep all it's NBT data. I want to then do a recipe to change the NBT data from the roguelike spawner to a default minecraft spawner that spawns say a pig

steady ridge
#
e.shapeless('minecraft spawner ID', Item.of('roguelike spawner ID').ignoreNBT())
main fog
#

so would that be like
e.shapeless('minecraft:spawner', item.of(''roguelike spawner).ignoreNBT()) and this will give me your generic basic spawner?

steady ridge
main fog
#

oh man haha alright thank you so much for that