Everything posted by DragonITA
-
[1.15.2] How do I make a food item have the enchated glow like an enchanted golden apple?
If that what @M3rein has say was true, then you need to create a new class that extend Item and override the Item.hasEffect.
-
[1.15.2] How to get more Blocks an the same time?
And how to get the Blockstate from a nearby Block? I don‘t have a idea on how to make this. The Block class have a getStateID(Blockstate) and a geetStateByID(int ID), but it don‘t help my very much. Can anyone help me?
-
[1.15.2] How to get more Blocks an the same time?
@Draco18s, how big is a Minecraft block?
-
[1.15.2] Summon particles.
You can see the code of a splash potion, not see the part with the effect but the part on how it create the particles, then if you know how to use particles you can use onitemrightclick function or something else (just override the function)
-
[1.15.2] Why my code don‘t work?
My entity extends HorseEntity, and this extends AbstractHorseEntity. In AbstractHorseEntity i have see the PanicGoal, then my Entity have a PanicGoal. If i am wrong then just say it me.
-
[1.15.2] Summon particles.
See vanilla
-
Forge 1.12 crashing
Update the version of forge.
-
[1.15.2] Why my code don‘t work?
Hello, i am trying to make that my entity play a animation if she was panicked, but it nothing playing, why? Github:https://github.com/DragonGamerDevelopers/NewFantasyMod/blob/1.15.2/src/main/java/mod/dragonita/fantasymod/client/models/ModelUnicorn.java
-
[1.15] Masks Mod
Best mod i ever see about mobs power! I love this!
-
1.12.2 error MC.Eternal
1.12.2 is no longer supported, update to a modern Version to receive support.
-
How would I create a dimension composed of only floating islands?
I think he want to make a mod, without command block.
-
Help With Game Crash 1.12 Forge Loading Custom Spawner
1.12.2 is no longer supported, update to a new Version to receive support.
-
[1.15.2] How to get more Blocks an the same time?
Thanks, now i know with what i should to start?.
-
[1.15.2] How to get more Blocks an the same time?
Hello, i am trying to make a Pickaxe that can destroy multiples blocks an the same time, i try by seeing the parameter of Blockstate and the parameters of the Block, but still don‘t know how to achieve it. Need help!
-
[1.15.2] Custom mob
Yes, if you can the recommended Version.
-
[1.15.2] Custom mob
Sorry, how can i delete Replys?
-
[1.15.2] Custom mob
- [1.15.2] Custom mob
What Version of Java are you using? What Version of Minecraft are you using? What Version of Forge are you using?- [1.15.2] Custom mob
- [1.15.2] Custom mob
How it was possibly to use a outdated version of Forge? How to delete my reply?- [1.15.1] Has anyonne figured out the new render system?
Why you are bumping? Its not your Topic.- PlayerInteract is called multiple times
Why do you need that your mod was completely on the serverside?- PlayerInteract is called multiple times
First, if you need help show the full mod on Github or Gitlab. Second: are you working on a weapon or what else? Third: Are you use it on the on both sides or Client or Server side?- [1.15.2] Custom mob
Okay, try to manual make your Render class: https://github.com/Cadiboo/Example-Mod/blob/1.15.2/src/main/java/io/github/cadiboo/examplemod/client/render/entity/WildBoarRenderer.java And you don‘t really need the Enderslime model, as it was the same as the Slime model: delete this class and extends in your EnderslimeRenderer class MobRenderer. First parameter was the Entity (not Entitytype) and the second parameter was the Slimemodel. If you need to add a parameter to the Slimemodel then try to add the same Entity class. In others words, see Cadiboo Github link above (don‘t add a layer, slimes don‘t have layers).- Clueless where to start
Do you want learn to mod in 1.14.4 or 1.15.2? Harry Talks it‘s not really the best modding tutorial, but the best was to see the Vanilla code and try to learn from it, but if it still don‘t work then you can see online tutorials. - [1.15.2] Custom mob
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.