Everything posted by Lightlygamer1
-
[1.16.1]Creating an Item Variant
metadata on item
-
[1.16.1]Creating an Item Variant
I don't really know how to make an item with variants
-
'Mod Resources' for variant: 'normal'
t
-
[1.16.1]Render enchanted glint to item
so my other items will have enchanted glint
-
[1.16.1]Render enchanted glint to item
what will happen?
-
[1.16.1]Render enchanted glint to item
ok
-
[1.16.1]Render enchanted glint to item
package com.lg1.fantasyimagination.items; import com.lg1.fantasyimagination.FantasyImagination; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; public class ItemEnchantedGlint extends Item { public ItemEnchantedGlint() { super(new Item.Properties().group(FantasyImagination.FANTIMAGTAB)); } @Override public boolean hasEffect(ItemStack stack) { return true; } } like this
-
[1.16.1]Render enchanted glint to item
I want my item to look like its enchanted but it doesn't have enchants.
-
[1.16.1]lang didn't work and model unable to load
omg it worked ty i am stupid for not even puting the item folder in the models and texture also i didn't know intellij doesn't do that in the res folder
-
[1.16.1]lang didn't work and model unable to load
new log file
-
[1.16.1]lang didn't work and model unable to load
i restarted it
-
[1.16.1]lang didn't work and model unable to load
thats the old log
-
[1.16.1]lang didn't work and model unable to load
it does match i copy and pasted the modid
-
[1.16.1]lang didn't work and model unable to load
I reinstalled the mdk,checked it triple times,copy and pasted the modid and file name and looked into others mod models.
-
[1.16.1]lang didn't work and model unable to load
https://github.com/LG1somecoding/McFantasyImagination
-
[1.16.1]lang didn't work and model unable to load
Dd I misspell the class and json file name also in the inside or something is missing
-
[1.16.1]lang didn't work and model unable to load
so thats how to post the log
-
[1.16.1]lang didn't work and model unable to load
- [1.16.1]lang didn't work and model unable to load
- [1.16.1]lang didn't work and model unable to load
help me pls package com.mod.fantimag; import com.mod.fantimag.util.RegistryHandler; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; import net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import java.rmi.registry.Registry; @Mod("fantimag") public class FantImag { private static final Logger LOGGER = LogManager.getLogger(); public static final String MOD_ID = "fantimag"; public FantImag() { FMLJavaModLoadingContext.get().getModEventBus().addListener(this::setup); FMLJavaModLoadingContext.get().getModEventBus().addListener(this::doClientStuff); RegistryHandler.init(); MinecraftForge.EVENT_BUS.register(this); } private void setup(final FMLCommonSetupEvent event) { } private void doClientStuff(final FMLClientSetupEvent event) { } }- [1.16.1]lang didn't work and model unable to load
The lang didn't work and in the console the model is unable to load so there is no texture. - [1.16.1]lang didn't work and model unable to load
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.