generated from NeoForgeMDKs/MDK-1.21-ModDevGradle
-
Notifications
You must be signed in to change notification settings - Fork 0
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
f84ebb9
commit b51e85a
Showing
19 changed files
with
233 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/my_neoforge_mod/blockstates/machalite_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": "my_neoforge_mod:block/machalite_block" | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/my_neoforge_mod/models/block/machalite_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": "my_neoforge_mod:block/machalite_block" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/assets/my_neoforge_mod/models/item/machalite_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": "my_neoforge_mod:block/machalite_block" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/my_neoforge_mod/models/item/machalite_ingot.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": "my_neoforge_mod:item/machalite_ingot" | ||
} | ||
} |
Binary file added
BIN
+360 Bytes
src/main/resources/assets/my_neoforge_mod/textures/block/machalite_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+219 Bytes
src/main/resources/assets/my_neoforge_mod/textures/item/machalite_ingot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/minecraft/tags/block/mineable/pickaxe.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,8 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"my_neoforge_mod:earth_crystal_ore", | ||
"my_neoforge_mod:machalite_ore", | ||
"my_neoforge_mod:machalite_block" | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/minecraft/tags/block/needs_stone_tool.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,8 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"my_neoforge_mod:earth_crystal_ore", | ||
"my_neoforge_mod:machalite_ore", | ||
"my_neoforge_mod:machalite_block" | ||
] | ||
} |
61 changes: 61 additions & 0 deletions
61
src/main/resources/data/my_neoforge_mod/loot_table/blocks/earth_crystal_ore.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,61 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:alternatives", | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"predicates": { | ||
"minecraft:enchantments": [ | ||
{ | ||
"enchantments": "minecraft:silk_touch", | ||
"levels": { | ||
"min": 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
], | ||
"name": "my_neoforge_mod:earth_crystal_ore" | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"functions": [ | ||
{ | ||
"add": false, | ||
"count": { | ||
"type": "minecraft:uniform", | ||
"max": 2.0, | ||
"min": 1.0 | ||
}, | ||
"function": "minecraft:set_count" | ||
}, | ||
{ | ||
"enchantment": "minecraft:fortune", | ||
"formula": "minecraft:ore_drops", | ||
"function": "minecraft:apply_bonus" | ||
}, | ||
{ | ||
"function": "minecraft:explosion_decay" | ||
} | ||
], | ||
"name": "my_neoforge_mod:earth_crystal" | ||
} | ||
] | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "minecraft:blocks/copper_ore" | ||
} |
17 changes: 17 additions & 0 deletions
17
src/main/resources/data/my_neoforge_mod/loot_table/blocks/machalite_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,17 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [{"condition": "minecraft:survives_explosion"}], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "my_neoforge_mod:machalite_block" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "my_neoforge_mod:blocks/machalite_block" | ||
} |
52 changes: 52 additions & 0 deletions
52
src/main/resources/data/my_neoforge_mod/loot_table/blocks/machalite_ore.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,52 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:alternatives", | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"predicates": { | ||
"minecraft:enchantments": [ | ||
{ | ||
"enchantments": "minecraft:silk_touch", | ||
"levels": { | ||
"min": 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
], | ||
"name": "my_neoforge_mod:machalite_ore" | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"functions": [ | ||
{ | ||
"enchantment": "minecraft:fortune", | ||
"formula": "minecraft:ore_drops", | ||
"function": "minecraft:apply_bonus" | ||
}, | ||
{ | ||
"function": "minecraft:explosion_decay" | ||
} | ||
], | ||
"name": "my_neoforge_mod:machalite_chunk" | ||
} | ||
] | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "minecraft:blocks/machalite_ore" | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/resources/data/my_neoforge_mod/recipe/machalite_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,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"X": { "item": "my_neoforge_mod:machalite_ingot" } | ||
}, | ||
"pattern": [ | ||
"XXX", | ||
"XXX", | ||
"XXX" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "my_neoforge_mod:machalite_block" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/main/resources/data/my_neoforge_mod/recipe/machalite_ingot_from_blasting_chunk.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 @@ | ||
{ | ||
"type": "minecraft:blasting", | ||
"category": "misc", | ||
"cookingtime": 100, | ||
"experience": 0.7, | ||
"group": "machalite_ingot", | ||
"ingredient": { | ||
"item": "my_neoforge_mod:machalite_chunk" | ||
}, | ||
"result": { | ||
"id": "my_neoforge_mod:machalite_ingot" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/resources/data/my_neoforge_mod/recipe/machalite_ingot_from_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,11 @@ | ||
{ | ||
"type": "crafting_shapeless", | ||
"category": "misc", | ||
"ingredients": [ | ||
{ "item": "my_neoforge_mod:machalite_block"} | ||
], | ||
"result": { | ||
"count": 9, | ||
"id": "my_neoforge_mod:machalite_ingot" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/main/resources/data/my_neoforge_mod/recipe/machalite_ingot_from_smelting_chunk.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 @@ | ||
{ | ||
"type": "minecraft:smelting", | ||
"category": "misc", | ||
"cookingtime": 200, | ||
"experience": 0.7, | ||
"group": "machalite_ingot", | ||
"ingredient": { | ||
"item": "my_neoforge_mod:machalite_chunk" | ||
}, | ||
"result": { | ||
"id": "my_neoforge_mod:machalite_ingot" | ||
} | ||
} |