Skip to content

Commit

Permalink
Fixes #126
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkosto committed Jan 7, 2025
1 parent 73dfdf5 commit c0f1ffb
Show file tree
Hide file tree
Showing 69 changed files with 1,532 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_black"
},
"result": [
{
"item": "colouredstuff:planks_black",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_blue"
},
"result": [
{
"item": "colouredstuff:planks_blue",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_brown"
},
"result": [
{
"item": "colouredstuff:planks_brown",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_cyan"
},
"result": [
{
"item": "colouredstuff:planks_cyan",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_gray"
},
"result": [
{
"item": "colouredstuff:planks_gray",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_green"
},
"result": [
{
"item": "colouredstuff:planks_green",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_light_blue"
},
"result": [
{
"item": "colouredstuff:planks_light_blue",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_light_gray"
},
"result": [
{
"item": "colouredstuff:planks_light_gray",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_lime"
},
"result": [
{
"item": "colouredstuff:planks_lime",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_magenta"
},
"result": [
{
"item": "colouredstuff:planks_magenta",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_none"
},
"result": [
{
"item": "colouredstuff:planks_none",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_orange"
},
"result": [
{
"item": "colouredstuff:planks_orange",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_pink"
},
"result": [
{
"item": "colouredstuff:planks_pink",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_purple"
},
"result": [
{
"item": "colouredstuff:planks_purple",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_red"
},
"result": [
{
"item": "colouredstuff:planks_red",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_stripped_black"
},
"result": [
{
"item": "colouredstuff:planks_blue",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_stripped_blue"
},
"result": [
{
"item": "colouredstuff:planks_brown",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_stripped_brown"
},
"result": [
{
"item": "colouredstuff:planks_cyan",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_stripped_cyan"
},
"result": [
{
"item": "colouredstuff:planks_gray",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_stripped_gray"
},
"result": [
{
"item": "colouredstuff:planks_green",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:sawmill",
"ingredient": {
"item": "colouredstuff:log_stripped_green"
},
"result": [
{
"item": "colouredstuff:planks_light_blue",
"count": 6
},
{
"item": "thermal:sawdust",
"chance": 1.25
}
],
"energy": 1000,
"experience": 0.15
}
Loading

0 comments on commit c0f1ffb

Please sign in to comment.