Mightydanp Posted March 5, 2021 Posted March 5, 2021 I have my gradle set up do register generated, I have my datagen set up for blockstates and models. i currently have generated\resources\assets\industrialtech\loot_tables\blocks,rock_block.json here is my json https://pastebin.com/xJF8gkFp here is my rockblock.java https://pastebin.com/sZuDfucc Quote
Beethoven92 Posted March 5, 2021 Posted March 5, 2021 If i understand this correctly, when you break your block you never get the block itself as a drop, but rather you are getting only flint, am i correct? Quote Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
Mightydanp Posted March 5, 2021 Author Posted March 5, 2021 15 minutes ago, Beethoven92 said: If i understand this correctly, when you break your block you never get the block itself as a drop, but rather you are getting only flint, am i correct? i am not getting anything back when I break it Quote
Beethoven92 Posted March 5, 2021 Posted March 5, 2021 (edited) Are you using data generators for loot tables? I suggest you look at how vanilla define the loot table for the gravel block (to which your block seems to be similar regarding drops) and try to mimic it Edited March 5, 2021 by Beethoven92 Quote Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
Mightydanp Posted March 5, 2021 Author Posted March 5, 2021 ive just tried that still nothing drops https://pastebin.com/JAjCZsr3 Quote
Mightydanp Posted March 5, 2021 Author Posted March 5, 2021 also i not using data generators i just have them set up so i dont know why its not working Quote
Recommended Posts
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.