Everything posted by Luis_ST
-
Held item not working unless switched off of
you already done it
-
Held item not working unless switched off of
did you register the DeferredRegisterin the constructor of your main Mod class (see: https://forge.gemwire.uk/wiki/Registration#DeferredRegister)? as i already told you, you can not store data like this in your Item class since it's a singleton the Item exists once, you need to use the Tag data of the given ItemStack or for more complex data a Capability you can not do this, vanilla is in the most areas not thread safe, if you want a delayed task you need to use a TickTask you can take a look at ForgeInternalHandler EntityJoinLevelEvent fro an example
-
Held item not working unless switched off of
AttributeModifiers are add to the MobEffect not the MobEffectInstance
-
Minecraft 1.19 Forge 41.0.96 Crashing
it's in .minecraft\launcher_log.txt if you using CurseForge it's in curseforge\minecraft\Install\launcher_log.txt
-
Game crash on startup 1.18.2 forge 4.1.60
- Forge 1.19 update causing exit error 1
do this- 26 mods crashed. clueless
Forge has had breaking changes recently, mods need to update for them. Check if there are updated versions of your mods or downgrade Forge.- java.lang.reflect.InvocationTargetException: null
Forge has had breaking changes recently, mods need to update for them. Check if there are updated versions of your mods or downgrade Forge.- fml.modloading.dupedmod
if you using CurseForge you need to enable the debug.log in the settings- Held item not working unless switched off of
you can not store data like this in your Item class since it's a singleton the Item exists once, you need to use the Tag data of the given ItemStack or for more complex data a Capability and for further post please use the code feature of the Forum or a paste website to upload your code- Crafting recipe with potions (1.16.5)
you need to set the potion via NBT data, i would recommend to use Data generation for it you can set the Potion of an ItemStack with PotionUtils.setPotion Note you need to use StrictNBTIngredient instead of the vanilla Ingredient, since the vanilla Ingredient does not check the tag (nbt) data- game crashed whilst initializing game (forge)
then you need to wait for updates or downgrade Forge- game crashed whilst initializing game (forge)
Forge has had breaking changes recently, mods need to update for them. Check if there are updated versions of your mods or downgrade Forge.- [1.18.2] Method for iterating over blocks belonging to a tag
the correct way would be BlockState#is with BlockTags.LEAVES, but GLMs do not use Blocks, in this case it would be ItemStack#is with ItemTags.LEAVES- [1.18.2] Method for iterating over blocks belonging to a tag
do you mean a Block in the world or a BlockItem, please give us a bit more content- What is the event that reactions new messages in chat?
you can use ServerChatEvent- Game crashes whenever i try to add optifine
please post debug.log on CurseForge you need to enable the debug.log in the settings- This crash may be caused by an invalid Java Runtime configuration. Check any custom configuration settings.
please post debug.log from the logs folder- Forge does not work with MC java & bedrock w/ xbox app
it's a file which is generated by the installer, you find it in the same folder where you run the installer- Minecraft Won't Luach and Crashed Upon launch
please post debug.log from the logs folder- My server crashes continuously :(
please post debug.log from the logs folder- fml.modloading.dupedmod
please post debug.log from the logs folder- Mods not loading
yes it's the correct log but it does not show any error which crash the game but i would guess you have the same error as most people playing on 1.19 Forge has had breaking changes recently, mods need to update for them. Check if there are updated versions of your mods or downgrade Forge.- Crash report 1.19
Forge has had breaking changes recently, mods need to update for them. Check if there are updated versions of your mods or downgrade Forge.- Crash Report 1.16.5
unsupported version - Forge 1.19 update causing exit error 1
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.