You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So call me old school, but trying to get a drop set up with proper NBT tags, and trying to get it to work properly. I'm modifying the dead bush block's drops, and for the most part my drops work, except for one, which needs NBT data assigned to it. The one drop is an Agricraft seed, .. well Agricraft uses a single item but customizes it based on NBT data. In my JSON (This is a partial copy/pasta)
Is there a specific format that needs to be used for the nbtList section to have BlockDropTweaker assign the proper NBT data? I am getting the agricraft:agri_seed item to drop, but it drops with NO NBT data applied to it.
Crafttweaker format for the item in question: agricraft:agri_seed.withTag({agri_analyzed: 0 as byte, agri_strength: 1 as byte, agri_gain: 1 as byte, agri_seed: "carrot_plant", agri_growth: 1 as byte})
The text was updated successfully, but these errors were encountered:
So call me old school, but trying to get a drop set up with proper NBT tags, and trying to get it to work properly. I'm modifying the dead bush block's drops, and for the most part my drops work, except for one, which needs NBT data assigned to it. The one drop is an Agricraft seed, .. well Agricraft uses a single item but customizes it based on NBT data. In my JSON (This is a partial copy/pasta)
Is there a specific format that needs to be used for the nbtList section to have BlockDropTweaker assign the proper NBT data? I am getting the agricraft:agri_seed item to drop, but it drops with NO NBT data applied to it.
Crafttweaker format for the item in question: agricraft:agri_seed.withTag({agri_analyzed: 0 as byte, agri_strength: 1 as byte, agri_gain: 1 as byte, agri_seed: "carrot_plant", agri_growth: 1 as byte})
The text was updated successfully, but these errors were encountered: