Skip to content

Commit e9ec55d

Browse files
authored
Merge pull request #14 from Brassburg/Cobblestone-Generators
Cobblestone generators
2 parents e08bd88 + 209889f commit e9ec55d

17 files changed

+93
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"type":"createaddition:charging",
3+
"input": {
4+
"item": "minecraft:gold_ingot",
5+
"count": 1
6+
},
7+
"result": {
8+
"item": "createaddition:electrum_ingot",
9+
"count": 1
10+
},
11+
"energy": 9000,
12+
"maxChargeRate": 200
13+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"block": "create_dd:asurine_cobble",
3+
"stress": 48,
4+
"ratio": 3072
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"block": "minecraft:basalt",
3+
"stress": 32,
4+
"ratio": 4096
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"block": "minecraft:blackstone",
3+
"stress": 32,
4+
"ratio": 4096
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"block": "minecraft:calcite",
3+
"stress": 32,
4+
"ratio": 4096
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"block": "minecraft:cobbled_deepslate",
3+
"stress": 16,
4+
"ratio": 1024
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"block": "minecraft:cobblestone",
3+
"stress": 16,
4+
"ratio": 4096
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"block": "create_dd:crimsite_cobble",
3+
"stress": 48,
4+
"ratio": 3072
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"block": "minecraft:deepslate",
3+
"stress": 16,
4+
"ratio": 4096
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"block": "minecraft:dripstone_block",
3+
"stress": 32,
4+
"ratio": 4096
5+
}

0 commit comments

Comments
 (0)