Added mod files

This commit is contained in:
Jacob Vinding
2025-12-26 21:38:55 +01:00
parent 64c4d60c47
commit c4ad0f3e2e
5039 changed files with 894558 additions and 0 deletions
@@ -0,0 +1,56 @@
{
"blockGroups": [
[
"tag:minecraft:leaves"
],
[
"tag:minecraft:dirt_like"
],
[
"tag:minecraft:logs"
],
[
"tag:minecraft:flower_pots"
],
[
"minecraft:stone",
"minecraft:infested_stone",
"minecraft:granite",
"minecraft:diorite",
"minecraft:andesite"
],
[
"minecraft:cobblestone",
"minecraft:infested_cobblestone"
],
[
"minecraft:stone_bricks",
"minecraft:infested_stone_bricks"
],
[
"minecraft:cracked_stone_bricks",
"minecraft:infested_cracked_stone_bricks"
],
[
"minecraft:mossy_stone_bricks",
"minecraft:infested_mossy_stone_bricks"
],
[
"minecraft:chiseled_stone_bricks",
"minecraft:infested_chiseled_stone_bricks"
]
],
"strictSubtypes": [
"tag:minecraft:crops",
"minecraft:beetroots",
"minecraft:carrots",
"minecraft:potatoes",
"minecraft:wheat",
"minecraft:melon_stem",
"minecraft:pumpkin_stem"
],
"gamestages": {
"examplemod:example_block1": "example_stage1",
"examplemod:example_block2": "example_stage2"
}
}
@@ -0,0 +1,79 @@
{
"shapes": [
{
"name": "1x2",
"depth": -1,
"reverse": 0,
"reticle": 12,
"stride": 0,
"elevation": 0,
"mask": [
"OOOOO",
"OOOOO",
"OOXOO",
"OOXOO",
"OOOOO"
]
},
{
"name": "3x3",
"depth": -1,
"reverse": 0,
"reticle": 12,
"stride": 0,
"elevation": 0,
"mask": [
"OOOOO",
"OXXXO",
"OXXXO",
"OXXXO",
"OOOOO"
]
},
{
"name": "5x5",
"depth": -1,
"reverse": 0,
"reticle": 7,
"stride": 0,
"elevation": 0,
"mask": [
"XXXXX",
"XXXXX",
"XXXXX",
"XXXXX",
"XXXXX"
]
},
{
"name": "Stairs Up",
"depth": -1,
"reverse": 0,
"reticle": 12,
"stride": 1,
"elevation": 1,
"mask": [
"OOOOO",
"OOXOO",
"OOXOO",
"OOXOO",
"OOOOO"
]
},
{
"name": "Stairs Down",
"depth": -1,
"reverse": 0,
"reticle": 17,
"stride": 1,
"elevation": -1,
"mask": [
"OOOOO",
"OOXOO",
"OOXOO",
"OOXOO",
"OOOOO"
]
}
]
}
@@ -0,0 +1,13 @@
{
"overrides": [
{
"itemID": "examplemod:nerfed_pickaxe",
"speed": 1,
"limit": 0,
"range": 0,
"exhaustion": 0.1,
"experience": 0,
"gamestage": ""
}
]
}