Everything posted by Luis_ST
-
Question on explosions
i talk about the vanilla TNT and TNT Minecart, then you need to create your own explosion, or you can modify the vanilla one
-
1.18 setting a block useing setBlock()
the reason for that is simple the Block is not placed by a Player, if you want that the method is called you need to call the method manually in your Item class
-
Help to increase reach attack in version 1.18.2
show your code
-
Question on explosions
the vanilla explosion is spheric...?
-
Forge1.18.1 how to raycast?
it is just a name, there is no physical connection
-
[1.18.2] How do I track things like XP and broken blocks client side on Multiplayer
this subscribes the full class and all Events in it to the client, this explains your problem Dist#CLIENT include the singleplayer server (IntegratedServer), but not the DedicatedServer remove the value from the annotation and it should work any reason why you not use the vanilla Stats system
-
Suddenly started getting an error when trying to join my friends minecraft server
post debug log
-
Game crashes after walking around generating chunks 1.16.5
first of all remove Performant, do not use magic performance mods if the error remains it could be an issue with Oh The Biomes You'll Go
-
Im trying to make a modpack with my friend and it keeps saying this, any ideas?
the launcher log is in curseforge\minecraft\Install
-
failed to load datapacks issue when starting
post debug log
-
I try to open a mod pack from curseForge and it always freezes on FML early loading progress.
there is no error in the log you post, make sure it was the full log if this was the full debug log post launcher log
-
Help to increase reach attack in version 1.18.2
this is not necessary, since the Forge REACH_DISTANCE is already synced between server and client
-
Help to increase reach attack in version 1.18.2
this should work but there are a few unnecessary code lines: you can just return ImmutableMultimap.Builder#build
-
Help to increase reach attack in version 1.18.2
this is correct now you need to remaingin stuff
-
[1.18.2] Problem with block strength
you can take a look at this, but it is recommend to use Datageneration
-
Help to increase reach attack in version 1.18.2
why did you not read the posts in the thread, like I told you (as a reminder here)? first of all you need to add the ForgeMod.REACH_DISTANCE to all EntityTypes that you want to have your Attribute, then you need to create a Multimap with the Attribute itself and it's AttributeModifier, note this map must be lazy initialized, you can use Lazy.of for this and last but not least you need to return the Multimap in Item#getAttributeModifiers, if you want to add the Attribute to a vanilla Item you need to use ItemAttributeModifierEvent
-
[1.18.2] Problem with block strength
you need to add your Block to a minebale tag (axe, hoe, pickaxe or shovel) and a needs tool tag (needs_stone_tool, needs_iron_tool, needs_diamond_tool or one of the Forge ones)
-
How would one go about registering custom attributes?
then read the posts before there is a solution what did you mean by "PacketHandler and put it in the tools"?
-
Invalid Runtime Configuration with forge in minecraft 1.18.2
post debug log
-
[1.16.5] Custom minecart overrides are not working
this should work, note the default speed of the normale Minecart is 1.2F how did you test it?
-
[1.16.5] Custom minecart overrides are not working
you need to override #applyEntityCollision and #addVelocity and remove the super call
-
[1.16.5] Custom minecart overrides are not working
there was a thread with the same problem, unfortunately i'm not be able to find this thread and I can't remember the solution see next post override #getMaxCartSpeedOnRail, and return the speed you want
-
Mixins broken after adding Parchment to project
you also need to cancel the CallbackInfoReturnable
-
Forgeserver.jar not creating files when executed
update to the latest version of Forge, also 1.16.5 requires java 8
-
The game crashed whilst initializing game Error: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An un
one of your mods requires GeckoLib, unfortunately is this mod not declared its dependencies correctly to Forge, so Forge can not show you a warning. If you find out which Mod requires GeckoLib report this issue to the Mod author
IPS spam blocked by CleanTalk.