mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-18 11:55: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:andesite_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:andesite_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:andesite_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:andesite_splitter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:andesite"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rocks:diorite_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:diorite_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:diorite_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:diorite_splitter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:diorite"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rocks:end_stone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:end_stone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:end_stone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:end_stone_splitter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:end_stone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rocks:granite_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:granite_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:granite_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:granite_splitter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:granite"
|
||||
}
|
||||
}
|
||||
22
src/main/generated/data/rocks/recipe/ice_from_splitter.json
Normal file
22
src/main/generated/data/rocks/recipe/ice_from_splitter.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rocks:ice_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:ice_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:ice_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:ice_splitter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:ice"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rocks:red_sandstone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:red_sandstone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:red_sandstone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:red_sandstone_splitter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:red_sandstone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rocks:sandstone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:sandstone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:sandstone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:sandstone_splitter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:sandstone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rocks:soul_soil_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:soul_soil_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:soul_soil_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:soul_soil_splitter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:soul_soil"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rocks:cobblestone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:cobblestone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:cobblestone_splitter"
|
||||
},
|
||||
{
|
||||
"item": "rocks:cobblestone_splitter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:stone"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user