Everything posted by vemerion
-
Appending my custom loot table to a vanilla one
Best to use Global Loot Modifiers
-
How to create a custom data registry?
You should save a reference to it before you register it in AddReloadListenerEvent and then you can access that reference from wherever you need it. Here is an example of how Forge itself does it for the LootModifierManager.
-
How to create a custom data registry?
That completely depends on what your listener is for. For example, the vanilla RecipeManager has a method 'getRecipeFor()' which is used in various places, one of them being the furnace to see if an item can be smelted.
-
How to create a custom data registry?
You can look at the vanilla subclasses to get an idea of how to implement your PreparableReloadListener.
-
[1.20.4] custome menu causes java.lang.ClassCastException:
Looks like you forgot to negate the 'warudo.isClientSide()' predicate
-
Player#die(DamageSource dmgSrc) sends generic death message, is there a neat alternative?
You have to call CombatTracker.recordDamage() before you call die().
- [1.20.2] Fix biome id when renamed
-
[1.20.4] BlockState check of what this block its made of wood|stone|dirt
You could use the BlockTags.MINEABLE_WITH_AXE tag.
-
How to give a specific item layer a specific tint
You can register an 'ItemColor' in the 'ColorHandlerEvent.Item' event.
-
[1.20.4] to open costume GUI for costume block requires a class i don't have
It was replaced with 'IForgeServerPlayer.openMenu()'
-
[SOLVED][1.20.4] has someone figured out how to check if a block is solid ??
You can use the BlockBehaviour.canBeReplaced() method
-
How to render a "Fake" block. Forge 1.20.1
You can look at the places where the method is called to get an idea of what arguments to supply.
-
How to create a custom data registry?
To create your own data driven system you can extends PreparableReloadListener (or its subclass SimpleJsonResourceReloadListener) and then register it in AddReloadListenerEvent.
-
[1.20.1] Need help with big block's collision box
A block should never be bigger than the standard 16x16x16 size. If you need something bigger than that you should split it into several different blocks (like how tall grass does it).
-
The transparent parts of the texture were rendered black.
You need to add this field to the model json file of your block "render_type": "minecraft:cutout" or "render_type": "minecraft:translucent" depending on if if those parts are semi-transparent or fully transparent.
-
Level capability isnt saving.
Hmm, I don't see any problems with the code. You could try debugging and put breakpoints in saveNBTData() and loadNBTData() to see make sure that the methods are called and that the code in the methods works as expected.
-
Level capability isnt saving.
Can you post the code for your capability provider? Also, you can use NbtUtils.writeBlockPos()/readBlockPos() to more easily write/read BlockPos to/from NBT.
- [1.20.4] extend the reach of a melee weapon i need this value i dont know how its called
-
[1.19.4] My Custom Projectile does not hit entities properly
The collision in this case is calculated using ProjectileUtil.getHitResult() which uses a slightly different bounding box than the bounding box of the projectile. But that bounding box should be bigger so should not be a problem. Your best bet might be to try and place some breakpoints and step throught the code to try and figure out why the collision does not work.
-
Make custom Mob play swing animation on attack
You are unlikely to get a reply, since jadend has not been online in almost a year. But you can look at the vanilla Monster class to see how updateSwingTime() should be called.
-
Issue with block entites not rendering correctly
No problem, glad I could help
-
How could I get my custom register loaded before the blocks are registered?
This is not possible. Modded registries are intentionally fired after vanilla ones.
-
[Solved] [1.20.1] How to get player data (position / facing direction / etc. )
You can access the player on the client with 'Minecraft.getInstance().player'
-
Issue with block entites not rendering correctly
Looks like you are missing the blockstate json file for the fabricatormk1.
-
Edit vanilla mobs drops
Can you post what you tried? Then I can perhaps point you in the right direction
IPS spam blocked by CleanTalk.