Chachii Posted August 11, 2019 Posted August 11, 2019 I'm currently using Forge 28.0.21, which I'll update to the latest stable release once I get to a point I can release my mod, but I'm having trouble with getting the blocks to drop items/their item block. I have looked at the source code for MC 1.14 as well as various source codes for open source mods that are 1.14, but I'm still a bit confused on how to do it. I'm not sure if I need to a block tile entity or use the List<ItemStack> getDrops function, or both. I'm also not sure why I'm having such an issue since I'm probably just missing something obvious and my brain isn't picking it up. Quote If I attach my hands to my knees, does that make me handy-cap?
Animefan8888 Posted August 11, 2019 Posted August 11, 2019 3 minutes ago, Chachii said: I'm also not sure why I'm having such an issue since I'm probably just missing something obvious and my brain isn't picking it up. Block drops are controlled by loot tables now. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
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.