Everything posted by Luis_ST
-
entity.hurt() method not working forge 1.19
do not use the Minecraft class
-
entity.hurt() method not working forge 1.19
this will crash on server, why did you use the client side level and not the given level (second parameter)
-
[1.19] Enchantment
I would use LivingEquipmentChangeEvent, then you need check for EquipmentSlot.MAINHAND then you have the following cases: #getTo has your Enchantment -> add the AttributeModifier #getTo has not your Enchantment -> remove the AttributeModifier Edit: #getFrom and #getTo has your Enchantment -> do nothing
-
[1.19] Enchantment
you need to add a AttributeModifier to the Player if the player use your Item
-
Adding Armor Variants [1.18]
you never add the Tag to the ItemStack
-
I need help understanding what my server is telling me
1.18 requires java 17
-
how do i install forge on aternos
ask them
-
Minecraft crashing 1.19
post debug log
-
Forge 1.19 Crashes Before Getting To Main Menu
you can not, you need to check if all Mods are up to date
-
Forge 1.19 Crashes Before Getting To Main Menu
One of your mods needs to update to the new Fluid implementation.
-
Modded Server with 40+ mods keeps crashing
post debug log
-
The game crashed whilst rendering overlay (Mod fluids must override getFluidType????)
One of your mods needs to update to the new Fluid implementation.
-
experimentalForgeLightPipelineEnabled = true changes rendering of Dirt Path
I'm not exactly sure but it looks like this is a feature (desired or not) of experimentalForgeLightPipelineEnabled, since if you set the config value to true the light will be rendered differently, causing the shadow displayed by Vanilla to disappear
-
I need help with my entity creation.
unfortunately i'm not familiar with GeckoLib animations
-
I need help with my entity creation.
you need to add a SpawnerData for your Entity to all Biomes your Entity can spawn in, use BiomeLoadingEvent for this
-
Overwriting Crafting Table GUI
you need a Menu with it's MenuType, and a Screen
-
modded 1.16.5 world is stuck on loading screen
delete this server config file if you have not modified it
-
Forge modpack is crashing error code -1
Looks like an issue with geckolib, post debug log for more information
-
I need help with my entity creation.
you need to register a EntityRenderer for your Entity
-
Game crashed while rendering overlay.
post debug log
-
The game crashed whilst rendering overlay
post debug log
-
[1.16.5] LivingHurtEvent does not fire on event bus subscriber
show updated code
-
[1.16.5] LivingHurtEvent does not fire on event bus subscriber
- Minecraft modded world wont start
i would recommend you to delete all server configs of this world, since it look like they got corrupted- Minecraft modded world wont start
which file did you delete? are you sure it was the server config file? - Minecraft modded world wont start
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.