Posted August 19, 20214 yr { "type": "minecraft:block", "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:item", "functions": [ { "function": "minecraft:copy_nbt", "source": "block_entity", "ops": [ { "source": "lava_level", "target": "lava_level", "op": "replace" } ] } ], "name": "starwars:iron_forge" } ] } ] } the block has an int nbt tag called lava_level, this is the blocks class https://github.com/EILFYT/StarWarsMinecraftMod-1.16.5/blob/main/src/main/java/com/eilfyt/starwarsinminecraft/blocks/IronForge.java
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.