D. Firmansyah
D. Firmansyah
Closes #2151 Adds optional `fabric:resource_pack_format` and `fabric:data_pack_format` entry to specify client resource and datapack format respectively.
Redirects all `item == Items.SHEARS` from vanilla. Used this to transform the loot tables (of course i'm not doing that manually) ```bash grep -L '"item": "minecraft:shears"' * | xargs rm...
**Is your feature request related to a problem? Please describe.** Some mods that have a complicated container don't really work with mouse wheelie. **Describe the solution you'd like** Add a...
Resolves `Packet too big (is x, should be less than 8388608)` error, most commonly caused by `SynchronizeRecipesS2CPacket` becoming too big because of too many recipes, but any packet can cause...
There's two way to make this work, - A new wireless block - A tiered antenna "cable" I'm more into the antenna, it'll make sense to be in the recipe...
Allows mods to add custom item predicates to be used in advancements and loot tables. Required to the stack-based approach in #3477.
Add `KeyBindingContext` to register multiple key binds that won't conflict with others. This PR doesn't change vanilla behavior in which only one conflicting key (same context and key) will be...
### Enhancement Add an option to set the global tooltip component alignment. Might not be compatible with horizontally growing components.