Posted April 8, 20214 yr I want to add extra loot for vanilla mobs. First I made work the forge docs global loot table example, and from It I tried to extend to mob drops, but I doing something wrong, and every mob is just dropping nothing. Could you please help me find how to resolve It? The LootModifier Subclass: https://github.com/GustavoSasaki/Ragnarok-Cards/blob/main/src/main/java/ragnarok_cards/Items/aa.java Register: https://github.com/GustavoSasaki/Ragnarok-Cards/blob/main/src/main/java/ragnarok_cards/RegisterEventsItems.java The global_loot_modifiers.json: https://github.com/GustavoSasaki/Ragnarok-Cards/blob/main/src/main/resources/data/forge/loot_modifiers/global_loot_modifiers.json The serialized json: https://github.com/GustavoSasaki/Ragnarok-Cards/blob/main/src/main/resources/data/ragnarok_cards/loot_modifiers/add_to_drop.json latest.log Edited April 10, 20214 yr by theagente00g
April 8, 20214 yr The fuck is this class name? https://github.com/GustavoSasaki/Ragnarok-Cards/blob/main/src/main/java/ragnarok_cards/Items/aa.java#L23 Use proper CamelCase naming convention. https://github.com/GustavoSasaki/Ragnarok-Cards/blob/main/src/main/java/ragnarok_cards/Items/aa.java#L77 This condition will never be true. https://github.com/GustavoSasaki/Ragnarok-Cards/blob/main/src/main/java/ragnarok_cards/Items/aa.java#L85 Beyond that I'm not sure, I've not messed with entity loot modifiers myself. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.