Wiki does not state what the Uid is
Closed this issue ยท 1 comments
Mod loader
NeoForge
Minecraft version
1.21.1
Mod version
N/A
Modloader version
N/A
Modpack info
No response
[IMPORTANT] If bug:
- I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.
[IMPORTANT] If bug: The latest.log file, not the crash report
No response
Issue description
On the wiki for getting started, there is this section:
@Override
public ResourceLocation getUid() {
return ExamplePlugin.FURNACE_FUEL;
}Nowhere does it say what "FURNACE_FUEL" should look like. It's just a resource location, yes, but what should it be exactly? or does it not matter