1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-23 21:36:55 +01:00
parent 23cbad2e35
commit 5bd7d3a786
627 changed files with 24696 additions and 42 deletions

View File

@ -0,0 +1,17 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "minecraft:acacia_logs"
},
"result": [
{
"item": "minecraft:acacia_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "minecraft:birch_logs"
},
"result": [
{
"item": "minecraft:birch_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "minecraft:crimson_stems"
},
"result": [
{
"item": "minecraft:crimson_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "minecraft:dark_oak_logs"
},
"result": [
{
"item": "minecraft:dark_oak_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "minecraft:jungle_logs"
},
"result": [
{
"item": "minecraft:jungle_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "minecraft:oak_logs"
},
"result": [
{
"item": "minecraft:oak_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "minecraft:spruce_logs"
},
"result": [
{
"item": "minecraft:spruce_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:sawmill",
"ingredient": {
"tag": "minecraft:warped_stems"
},
"result": [
{
"item": "minecraft:warped_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000
}