Everything posted by Luis_ST
-
my game wont start
the debug log does not show any errors, make sure you post the full log if this was the full log, post launcher log
-
Unable to open Forge.jar to start a FTB revelations server
which version of Forge did you use and which java version?
-
Mod folders doesn't create when i click on forge server
post debug log
-
How do I Add enchanted effect to armor when wearing
this is handled by Item#isFoil, but the method does not provide a Player so you need to replace the way vanilla renders the Armor As far as I can see, Item#isFoil is only executed on the client (in vanilla code), that would mean that you would get a player via Minecraft.getInstance().player so you be able to check if the Player is wearing your Item, note you should make a check if you are really on client via: FMLEnvironment.dist == Dist.CLIENT note you also need to handle a else case, means a other Mod is calling Item#isFoil on server
-
Server can't run a modpack even though I can on the same machine
post full debug log please
-
[1.16.4] getColor and IdyeablearmorItem not working
why are you extending ItemColors, you should implements IItemColor, also do never use @OnlyIn it's for vanilla only
-
Getting Error While Loading Game
Problem with Structure Gel. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
-
Help!, crash!
Problem with Immersive Engineering. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
-
Forge.jar not opening
run the server from the command line and post full output
-
How do I setup a server with forge?
post the error you get
-
I can load 1.18.1 fine but when i updated to 1.18.2 forge it keeps crashing
the log does not exists
-
1.18.1 Server crashing while trying to load unexsisting .toml config file
delete the server config file, it's in the world directory
-
Hi, I'm have a tiny problem
the server must be run via the .bat/.sh file, if the server host does not support this they need to update
-
[1.16.4] getColor and IdyeablearmorItem not working
it's a interface so you need to implements it, but basically yes it's an Event you need to subscribe to it, then you be able to call ColorHandlerEvent.Item#getItemColors and then ItemColors#register to register your IItemColor implementation you can take a look at ItemColors.createDefault to look at the vanilla implementations
-
I can´t Join My server!
post debug log from server and client
-
Can't runClient my gradle! Help!
the mod id must be full lower case
-
Build failed with an exception
do this and post full output
-
fml.modloading.dupedmod
post debug log
-
Server config files reverting to default settings
post debug log
-
io.netty.channel.abstractchannelannotatedconnectexception: No further information when trying to connect to my own server
then post debug log without MTR
-
Can't run a Minecraft 1.16.5 Forge server
that's not possible, post debug log when you use the latest version
-
How do I setup a server with forge?
in which step do you get a error?
-
How do I Add enchanted effect to armor when wearing
subscribe to LivingEquipmentChangeEvent. then add the Effect if the Item with your conditions is the new Item for the Slot, if the new Item equals old Item do nothing, else remove the Effect
-
UI
show what you tried what did you tried to achieve?
- io.netty.channel.abstractchannelannotatedconnectexception: No further information when trying to connect to my own server
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.