[NoOneButNo] Posted May 17, 2021 Posted May 17, 2021 (edited) Currently, if I'm trying to create a child class of net.minecraft.loot.LootFunction, eclipse yells at me that the hierarchy is inconsistent. Is this intended? Edited May 17, 2021 by [NoOneButNo] The problem is solved. Quote
[NoOneButNo] Posted May 17, 2021 Author Posted May 17, 2021 package com.moveon.modified.lootfunctions; import net.minecraft.loot.LootFunction; public class GuaranteedEnchantWithLevels extends LootFunction{ } As for the error, a modified screenshot is posted below. Also, haven't even started writing anything on this class. Quote
[NoOneButNo] Posted May 17, 2021 Author Posted May 17, 2021 This is a stupid question, but how to re-import gradle? Quote
[NoOneButNo] Posted May 17, 2021 Author Posted May 17, 2021 Nevermind. Restarting eclipse did the trick. 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.