Everything posted by Luis_ST
-
Best way to make the client close the deathscreen/respawn a player [1.16.5]
look into the deathscreen, and copy the logic when the player press the respawn button note the screen is client side, but the Player respawn is handlet on the server
-
Mods dont load (Forge 1.12.2 server)
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Still can't get Clouds to stop rendering......
first of all do not use @OnlyIn, it's only for vanilla you never set the effects field in your dimension.json file add the following line into this file (to the type part) "effects": "dragonblockcore:time_chamber_dimension",
-
Help me! My any ".jar" installers and apps are not working in my new PC!
run the installer via cmd and post the output command line java -Xmx1G -jar <path_and_file_name>.jar
-
Problem with Forge-Installer [1.12.1]
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Still can't get Clouds to stop rendering......
this is the first problem i found, you set the cloud height there to 20.0F, the soulution would be to replace the '20.0F' with 'Float.NaN' the next thing is you need to call this inside of FMLClientSetupEvent#enqueueWork
-
[Solved] [1.16.5] Getting my custom recipes by IRecipeType using RecipeManager#getAllRecipesFor method
the container is created twice, one time on server and one time on client i already told you how to fix the error (remove the 'final' modifier from the field and initialize the field the first time you use it):
-
lucky block mod has failed to load correctly
post debug log
-
Forge Installer doesn't pop up
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support
-
I'm trying to create a modded server but the files never come with a mods file
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support
-
[Solved] [1.16.5] Getting my custom recipes by IRecipeType using RecipeManager#getAllRecipesFor method
remove 'final' from the Field...?
-
[Solved] [1.16.5] Getting my custom recipes by IRecipeType using RecipeManager#getAllRecipesFor method
Why do you not initialize the field the first time you use it? or use a get method inside your code which checks if the Field is null and set it something like that: public List<BrewingRecipe> getRecipes(Level level) { if (this.recipes == null) { this.recipes = level.getRecipeManager().getAllRecipesFor(BrewingRecipe.TYPE); } return this.recipes; }
-
Flipped texture on model json [1.16.5]
looks like the model after exporting is broken, try to export a new model and use it
-
Flipped texture on model json [1.16.5]
i see you used blockbench to create the model you can use different rotation, translation and scale for each perspective, this also include you can mirror the model was that your question, if not explain what exactly is your problem?
-
Forge 1.8
1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support
-
SERVER CRASH 1.16.5
post the new debug log
-
The game crashed whilst ticking block entity Error: java.lang.NullPointerException: Ticking block entity Exit Code: -1 PO3
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
The newest forge version is always crash
post debug log
-
SERVER CRASH 1.16.5
error in 'Create (create)' check if you use the latest version of the mod if so report the bug to the mod author else update the mod
-
The game crashed whilst initializing game Error: java.lang.NullPointerException: Initializing game Exit Code: 255
error in 'Oh The Biomes You'll Go' check if you use the latest version of the mod if so report the bug to the mod author else update the mod and create next time the thread in the correct subforum (it should be Support & Bug Reports)
-
SERVER CRASH 1.16.5
this is inside the log, no idea why there are '$' instead of characters Mod §ecreateaddition§r requires §6create§r §omc1.16.5_v0.3.2d or above§r §7Currently, §6create§r§7 is §o§nnot installed try to run the game again and post the latest debug log normally it should be a .log file and not a .gz file
-
SERVER CRASH 1.16.5
post debug log
-
I need help to choice a lib to start modding
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
[1.17.1] Overriding Vanilla method
there is no Hook or Event where you can use
-
Forge installer doesn't open
post full log
IPS spam blocked by CleanTalk.