Everything posted by Luis_ST
-
Creating custom spawn eggs with DeferredRegister 1.16.5
show the full code which you use to register your EntityType
-
Forge server won’t open
run the server via command line and post output
-
[Solved](1.16.5) Check Phase PlayerTickEvent
this is basic java...
-
Creating custom spawn eggs with DeferredRegister 1.16.5
show full code
-
Forge 1.12.2-14.23.2.2611 Will Not Start!
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Creating custom spawn eggs with DeferredRegister 1.16.5
how did you register the EntityType (ENGModEntities.VALKYRIE_ENTITY)
-
[SOLVED] How to create a MeshDefiniton of a json?
remove the last two parameters (float and boolean)
-
[SOLVED] How to create a MeshDefiniton of a json?
create the model with Blockbench, than: create a new MeshDefinition get the PartDefinition from the MeshDefinition use CubeListBuilder#create to create a new one, and copy the texture offset and the box from the Blockbench model into the CubeListBuilder add the CubeListBuilder and a String and the position and rotation offset (use PartPose) to the PartDefinition use LayerDefinition#create to create a new one and register them finally you have a model for an Entity
-
[SOLVED] How to create a MeshDefiniton of a json?
this is not possible a MeshDefiniton is java based
-
Forge 1.7.10 Download Problem These Libraries Failed to download. Try again org.scala-lang.plugins:scala-continuations-library
1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Java 8 wont run minecraft server for 1.12.2 forge
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Mod Update to 1.17.1
forge switched in 1.17 to vanilla classnames, there is a script you can use to update your whole project automatically, it also include an explanation how to update your mod from 1.16 to 1.17
-
Animated Sprite For Projectile Entity (1.16.5)
do not use @OnlyIn and try with other RenderTypes
-
[SOLVED] My ThrowableItemProjectile have egg texture
use EntityRenderersEvent.RegisterRenderers
-
[SOLVED] My ThrowableItemProjectile have egg texture
do not use @OnlyIn its only for vanilla put in EntityType.Builder#build only the name and not a ResourceLocation you never registered the EntityRenderer of your Entity look at the vanilla models, you need to copy a few things from the create java file from Bockbench beacuse Bockbench still use the 1.15/1.16 registry system and use EntityRenderersEvent.RegisterLayerDefinitions to register the LayerDefinition of the Model
-
java.lang.IllegalStateException: No server set.
restart your system again and post the debug log again, if the server is still crash with the same error, something else is running on that port
-
Animated Sprite For Projectile Entity (1.16.5)
post a git repo so i can use debbuger
-
Animated Sprite For Projectile Entity (1.16.5)
both files are in the same folder? are there errors on the log?
-
java.lang.IllegalStateException: No server set.
the ports are correct, show your command line you are using to start the server
-
[SOLVED] My ThrowableItemProjectile have egg texture
update your repo please and post log
-
Animated Sprite For Projectile Entity (1.16.5)
how do you named the mcmeta file?
-
[Solved](1.16.5)How to get the Player who pressed a key?
it's a little more complicated than you think, becuase KeyBindings are client side: create a custom KeyBinding and register it in FMLClientSetupEvent use TickEvent.ClientTickEvent to check if the KeyBinding is pressed (Note: TickEvents fired twice, check this with TickEvent.phase) if the KeyBinding is pressed, set Capability value to true (on client) get Capability value in RenderPlayerEvent.Pre and cancele it if the value is true I have no idea whether you have to sync the capability to all clients because the RenderPlayerEvent has no Java doc, so its not clear when and how the event is fired
-
java.lang.IllegalStateException: No server set.
you already run a server (on the port 25565) close the existing server and try again
-
[Solved](1.16.5)How to get the Player who pressed a key?
cancele RenderPlayerEvent.Pre
-
java.lang.IllegalStateException: No server set.
where, this is not a link?
IPS spam blocked by CleanTalk.