Everything posted by Luis_ST
-
How to get light level of block?
show more code
-
Forge Installer Don't open when click on it
post installer log
-
Direwolf 1.18.120 wont start, Exit Code 1; Logs in post
post debug log
-
Cant download forge
Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again.
-
"The game crashed whilst rendering overlay"
delete this client config file if you haven't modify it
-
ATM6 server crash watchdog 60sec
May be an issue with one or more of the following Mods: ForgeEndertech, "APP", Abnormals Core, ZYCraft, Immersive Engineering or Quark if this is not the case post debug log
-
After Clicking Play, Error loading mods
This means the version of Configured is not for 1.18, you need a version of the Mod for 1.18.2
-
Rl craft help.
you can use https://gist.github.com/ to upload the file, then post the link here
-
Block texture not work but item texture for block work [SOLVED]
this is your issue
-
Rl craft help.
post debug log from server and client
-
Block texture not work but item texture for block work [SOLVED]
post log
-
How to despawn Entities in Minecraft 1.16.5
do you know basic java?
-
[1.16.5] Remove inventory header
you can move the label out of the visible area via setting the AbstractContainerScreen#inventoryLabelX and AbstractContainerScreen#inventoryLabelY to an extremely large value the other option would be to super a empty TextComponent in the constructor of your Screen (but im not 100% sure if this would work)
-
The Mod File *** has mods that were not found
show your Main mod class (the class with @Mod) and the mods.toml file
-
hurtBreak method not working
when should the player be able to use the jetpack? On jumb, when he press a key, right clicking a Item?
-
Kick/Disconnect player from server 1.18.2
you can take a look at the KickCommand and the PauseScreen for an example how it vanilla does, since you are writing a server side mod the KickCommand will probably be more helpful
-
minecraft crashes when launching
Issue with Graveyard. Talk to the mod author
-
Entity Target "flickers" between null and the player 1.18
check it on the server and then sync a value to the client, you can use a EntityDataAccessor for this it sync the value automatically to the client you can use the Zombie as an example how to use EntityDataAccessor
-
minecraft crashes when launching
there is no error in the log you post, make sure it was the full debug log if it was post launcher log
-
Entity Target "flickers" between null and the player 1.18
#tick is called from server and client, the client does not have a target so it's null
-
hurtBreak method not working
what did you try to achieve with the call of hurtAndBreak inside canElytraFly why did you call it from there and when should it called?
-
Send command to server (client side 1.18.2)
yes
-
hurtBreak method not working
this is is not possible the method is called from server and client, see https://github.com/MinecraftForge/MinecraftForge/blob/4c09d8d774a5eaa89ab444af64d9f468a07d266f/src/main/java/net/minecraftforge/common/extensions/IForgeItem.java#L707-L708
-
Replace Player Model 1.16.5
did you look at how it vanilla does? it's in the most cases a good start
-
hurtBreak method not working
is the code inside the if condition called? use debugger
IPS spam blocked by CleanTalk.