Everything posted by Luis_ST
-
Errors in currently selected datapacks prevented world from loading
please post debug log
-
Valhelsia 3 issues when starting a server
downgrade your java to java 8 320
-
1.16.5 JEI recipes working in singleplayer but not multiplayer
post new debug log
-
Cant start the server
downgrade your java to java 8 320
-
(1.16.5 MCP) turn on the noclip is not working
this should work, show the code
-
(1.16.5 MCP) turn on the noclip is not working
in mcp mappings it's PlayerEntity#sendPlayerAbilities yes
-
Modded Forge world crashes when I try to open it.
Create needs to update for the new forge version, check if the mod is up to date or downgrade forge to 39.0.44
-
(1.16.5 MCP) turn on the noclip is not working
check the TickEvent Phase and the LogicalSide, also call Player#onUpdateAbilities
-
[1.18.1] How to change color sky in DimensionSpecialEffects ?
the sky color is not handled globally, it's handelt inside each Biome via the BiomeSpecialEffects
-
Server Crashing on launch ATM 6 Modpack & Also any Forge Server I try to make.
downgrade java to java 8 320
-
Join multiplayer server in Forge MDK 1.18.X
you need to run the runServer task -> it will create a server in the run folder the first time you run the server it will stop since you need to accept the eula then you run the server the second time -> it will create all other files of the server after the server is runs fine (after the second time), stop the server set the online-mode property in server-properties file to false then you can run the server and join via ip localhost
-
(1.16.5 MCP) turn on the noclip is not working
yeah, but in this way it won't work it's client side, but noClip is handelt server side if you set noClip on client side you have a few ticks the logic you want then you will receive a update packet from the server and the value would be reset
-
(1.16.5 MCP) turn on the noclip is not working
the thread is outdated, since it's from 2019 again subscribe to TickEvent.Player and use the Player from the event and not inecraft.getInstance().player
-
[1.18]How to add PlayerData
did you looked at the example
-
[1.18]How to add PlayerData
i would recommend to use Capabilities
-
My modded game keep crashing when entering a world(help)
then please post full debug log
-
(1.16.5 MCP) turn on the noclip is not working
first of all use TickEvent.Player and not LivingEvent.LivingUpdateEvent, since the Event is only fired for all LivingEntites (exclude the Player) the Minecraft class is completely client side, you need to do this on server side
-
Forge 1.17.1 (37.1.1) BUG: Particles became black when picking up items
i have no idea, try with 1.18 since 1.17 is no longer supported
-
My modded game keep crashing when entering a world(help)
is this the full debug log?
-
my mods wont work on multiplayer on a forge server i created (1.16.5)
post debug log from server and client
-
The game crashed whilst exception in server tick loop
the mod Jade needs to update for the newer forge versions, if you want to use this mod downgrad to 39.0.44 or wait for a update of the mod
-
Minecraft Modpack server mismatched mod channel list
post debug log from server and client
-
cant change forge version on server
create a new server an copy the world and mods folder into the new server, if you have changed the configs you also need to copy it. Also note if you have banned player or you use a whitelist/ you opt players you have to copy these files. This is the way I use, theoretically it's also possible to only replace the libraries folder and the run script files. But I haven't test that. nevermind D7 way is 10 times better😅 I would also recommend you to create a backup of the server before updating
-
Can't create Fireball
use your IDE to find the method with the correct parameters (Item#use) iirc the class is called Fireball or FireballEntity, use the screach function of your IDE to find the class and the correct constructor
-
Forge Multiplayer Issues with Hamachi/LAN
you can use https://gist.github.com/ to upload the log
IPS spam blocked by CleanTalk.