generated from NeoForgeMDKs/MDK-1.21-NeoGradle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5aa7d8f
commit 3d7123b
Showing
31 changed files
with
628 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
src/generated/resources/assets/carbort/blockstates/bean_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"stage=0": { | ||
"model": "carbort:block/bean_block" | ||
}, | ||
"stage=1": { | ||
"model": "carbort:block/bean_block_1" | ||
}, | ||
"stage=2": { | ||
"model": "carbort:block/bean_block_2" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/carbort/blockstates/bean_crystal_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "carbort:block/bean_crystal_block" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/carbort/blockstates/reinforced_pedestal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "carbort:block/reinforced_pedestal" | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/carbort/models/block/bean_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "carbort:block/bean_block" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/carbort/models/item/bean_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "carbort:block/bean_block" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/carbort/models/item/bean_crystal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "carbort:item/bean_crystal" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/carbort/models/item/bean_crystal_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "carbort:block/bean_crystal_block" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/carbort/models/item/reinforced_pedestal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "carbort:block/reinforced_pedestal" | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/carbort/advancement/recipes/tools/bean_wand.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_item": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "carbort:bean" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "carbort:bean_wand" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_item" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"carbort:bean_wand" | ||
] | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/carbort/loot_table/blocks/bean_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "carbort:bean_block" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "carbort:blocks/bean_block" | ||
} |
24 changes: 24 additions & 0 deletions
24
src/generated/resources/data/carbort/recipe/bean_wand.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "equipment", | ||
"key": { | ||
"B": { | ||
"item": "carbort:bean_crystal" | ||
}, | ||
"L": { | ||
"tag": "c:leathers" | ||
}, | ||
"S": { | ||
"tag": "c:rods/wooden" | ||
} | ||
}, | ||
"pattern": [ | ||
" B", | ||
"LS ", | ||
"SL " | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "carbort:bean_wand" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/carbort/tags/item/show_bean_meter.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"carbort:bean_wand" | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/minecraft/advancement/recipes/building_blocks/bean_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_bean": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "carbort:bean" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:bean_block" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_bean" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:bean_block" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/minecraft/advancement/recipes/misc/bean.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_bean_block": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "carbort:bean_block" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:bean" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_bean_block" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:bean" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "misc", | ||
"ingredients": [ | ||
{ | ||
"item": "carbort:bean_block" | ||
} | ||
], | ||
"result": { | ||
"count": 9, | ||
"id": "carbort:bean" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
src/generated/resources/data/minecraft/recipe/bean_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "building", | ||
"key": { | ||
"#": { | ||
"item": "carbort:bean" | ||
} | ||
}, | ||
"pattern": [ | ||
"###", | ||
"###", | ||
"###" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "carbort:bean_block" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
src/main/resources/assets/carbort/models/block/bean_block_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"textures": { | ||
"0": "carbort:block/bean_block", | ||
"particle": "carbort:block/bean_block" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [3, 0, 3], | ||
"to": [13, 14, 13], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 3]}, | ||
"faces": { | ||
"north": {"uv": [0, 0, 10, 14], "texture": "#0"}, | ||
"east": {"uv": [0, 0, 10, 14], "texture": "#0"}, | ||
"south": {"uv": [0, 0, 10, 14], "texture": "#0"}, | ||
"west": {"uv": [0, 0, 10, 14], "texture": "#0"}, | ||
"up": {"uv": [4, 4, 14, 14], "texture": "#0"}, | ||
"down": {"uv": [0, 0, 10, 10], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [1, 0, 5], | ||
"to": [3, 4, 15], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 5]}, | ||
"faces": { | ||
"north": {"uv": [5, 2, 7, 6], "texture": "#0"}, | ||
"east": {"uv": [0, 0, 10, 4], "texture": "#0"}, | ||
"south": {"uv": [3, 9, 5, 13], "texture": "#0"}, | ||
"west": {"uv": [2, 0, 12, 4], "texture": "#0"}, | ||
"up": {"uv": [7, 6, 9, 16], "texture": "#0"}, | ||
"down": {"uv": [0, 0, 2, 10], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [3, 0, 13], | ||
"to": [11, 4, 15], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 5]}, | ||
"faces": { | ||
"north": {"uv": [0, 0, 8, 4], "texture": "#0"}, | ||
"east": {"uv": [13, 5, 15, 9], "texture": "#0"}, | ||
"south": {"uv": [5, 0, 13, 4], "texture": "#0"}, | ||
"west": {"uv": [0, 0, 2, 4], "texture": "#0"}, | ||
"up": {"uv": [8, 5, 16, 7], "texture": "#0"}, | ||
"down": {"uv": [0, 3, 8, 5], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [5, 0, 1], | ||
"to": [11, 2, 3], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 0, -7]}, | ||
"faces": { | ||
"north": {"uv": [0, 0, 6, 2], "texture": "#0"}, | ||
"east": {"uv": [0, 0, 2, 2], "texture": "#0"}, | ||
"south": {"uv": [0, 0, 6, 2], "texture": "#0"}, | ||
"west": {"uv": [0, 0, 2, 2], "texture": "#0"}, | ||
"up": {"uv": [0, 0, 6, 2], "texture": "#0"}, | ||
"down": {"uv": [0, 0, 6, 2], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [13, 0, 4], | ||
"to": [15, 7, 10], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [5, 0, 2]}, | ||
"faces": { | ||
"north": {"uv": [0, 0, 2, 7], "texture": "#0"}, | ||
"east": {"uv": [3, 0, 9, 7], "texture": "#0"}, | ||
"south": {"uv": [2, 0, 4, 7], "texture": "#0"}, | ||
"west": {"uv": [0, 0, 6, 7], "texture": "#0"}, | ||
"up": {"uv": [0, 0, 2, 6], "texture": "#0"}, | ||
"down": {"uv": [0, 0, 2, 6], "texture": "#0"} | ||
} | ||
} | ||
], | ||
"groups": [ | ||
{ | ||
"name": "VoxelShapes", | ||
"origin": [8, 8, 8], | ||
"color": 0, | ||
"children": [0, 1, 2, 3, 4] | ||
} | ||
] | ||
} |
Oops, something went wrong.