mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-17 03:15:09 +01:00
Add Datagen for Loot Tables and Recipes
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rocks:netherrack_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:netherrack_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:netherrack_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:netherrack_splitter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:netherrack"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user