JsonThings icon indicating copy to clipboard operation
JsonThings copied to clipboard

Data-driven minecraft

Results 27 JsonThings issues
Sort by recently updated
recently updated
newest added

Please allow to add custom shears.

It's quite possible that jsonThings isn't designed for this. Anyway, I modified the Minecraft Stone blocks so that you can mine it by hand for my StoneBlock modpack. It works...

These files do not work even after checking discord forums and following exactly from other's examples thingpacks/brutalcoremaster/things/brutalcore/item_tier/copper.json ``` { "uses": 160, "speed": 1.0, "attack_damage_bonus": 1, "enchantment_value": 1, "tag": "forge:requires_iron_tool", "repair_ingredient":...

**Minecraft 1.20.1 Forge 47.1.43** The wiki states [here](https://github.com/gigaherz/JsonThings/blob/master/documentation/formats/Blocks.md#replaceable) that this property is set to **false** by default. Slabs seemed the be the only block type that didn't require an explicit...

When using a mod like Jade that displays the source mod of a block or mob you're looking at, or any mod that displays mod origins in an item's tooltip...

Can your mod define vanilla and standardized fish buckets for a fish mod? That mod had non-standard code of fish bucket, resulting in poor compatibility

1. Defining entities. 2. Can run functions when using items. 3. Customize the GUI interface (just like using the crafting table is an open interface). 4. Defining music discs 5....

Hmmm, we've experienced a few interesting crashes when loading Json Things along with other mods on 1.18.2. I've noticed a couple similar reports of Json Things causing crashes when used...

Could you please provide a better wiki and example datapack? I follow the wiki and I try to make an enchantment. but I failed. it like this: testto.zip -things -sip...

is there a way you could facilitate creating custom thing types? e.g. an api i would like to add the ability to register some other types of things in my...