CoolLord22 / OtherDrops1.13

OtherDrops branch for the latest Minecraft version!
GNU General Public License v3.0
0 stars 4 forks source link

Full support Item NBT, Entity NBT and Block Data #20

Open playbabe opened 5 years ago

playbabe commented 5 years ago

Is your feature request related to a problem? Please describe. Problem is unable to 100% use of NBT tag and Block data.

Describe the solution you'd like able to put the whole data in the blanket in config work same as 1.13+ /give,/setblock,/summon (ex BIRCH_LEAVES:

Describe alternatives you've considered BIRCH_LEAVES:

Additional context nah im good.

CoolLord22 commented 5 years ago

Would you want this just for drops and such, or for the trigger as well? Like in your example where you have BIRCH_LEAVES would NBT data need to apply to that too? It’ll be easier to figure out the drop NBT but I’m not too sure about target NBT.

playbabe commented 5 years ago

in 1.13 Block have data instade of value. that is the issue we need it to support. like leave use to be leaves:0 for oak leaves and leaves:5 for oak leaves that don't check for log.

but above 1.13 it will contain block data aka. oak_leaves[persistent:false] and oak_leaves[persistent:true]