Everything posted by FLUFFLE PUFF
-
How to change the animation of item when left mouse button clicked.
oops...i did'nt know that FMLClientSetupEvent is placed on main mod class. I FINALLY did it, THANK you for answer
-
How to change the animation of item when left mouse button clicked.
Sorry for stupid questions, but how to register property in FMLClientSetupEvent?
-
How to change the animation of item when left mouse button clicked.
.
-
How to change the animation of item when left mouse button clicked.
I have png of my sword item with all the frames, how to set other png to my item when left mouse clicked?
-
What event or smth i need to connect attack action with my custom sword in hand for setting on fire target entity?
Thank you for help!
- What event or smth i need to connect attack action with my custom sword in hand for setting on fire target entity?
-
How to implement GLSL shaders into my mod, i want to connect shader to my custom effect? What i need to do?
I searched a lot, but did'nt find anything about this.
-
How to make an item with animation?
texture
-
How to make an item with animation?
How to make an item with animation?
-
How to set background image to my custom creative tab.
Here is my code: public static class bettermushroomstab extends ItemGroup { public bettermushroomstab(String label) { super("bettermushroomstab"); this.setBackgroundImage("Bettermushroomstab.png"); } private void setBackgroundImage(String string) { // TODO Auto-generated method stub } @Override public ItemStack makeIcon() { return ItemInit.COOKEDMUSHROOM.get().getDefaultInstance(); } }
-
How to make screen warp like in nether portal and how to connect this screen warp to my custom effect?
please help.................................
-
How to make custom effect with icon ?
I have another question , how to make screen warp like in nether portal and how to connect this screen warp to my custom effect.
-
How to make custom effect with icon ?
thanks
-
How to make custom effect with icon ?
ok , thanks . but how to set an icon for effect?
-
How to make custom effect with icon ?
nothing , i did not find any information about "how to make custom effect"
-
How to make custom effect with icon ?
Cannot instantiate the type EffectType
-
How to make custom effect with icon ?
Here is my code: public static final DeferredRegister<Effect> EFFECTS = DeferredRegister.create(ForgeRegistries.POTIONS, Bettermushrooms.MOD_ID); public static final RegistryEvent<Effect> CUSTOMEFFECT = EFFECTS.register("CUSTOMEFFECT", () -> new Effect(new EffectType().)); <- here is error
- When i am trying to run minecraft on eclipse ,appears error that says "Missing required option(s) [accessToken, version]"
-
When i am trying to run minecraft on eclipse ,appears error that says "Missing required option(s) [accessToken, version]"
full text of error: Exception in thread "main" joptsimple.MissingRequiredOptionsException: Missing required option(s) [accessToken, version] at joptsimple.OptionParser.ensureRequiredOptions(OptionParser.java:426) at joptsimple.OptionParser.parse(OptionParser.java:400) at net.minecraft.client.main.Main.main(Main.java:54) please help me
IPS spam blocked by CleanTalk.