Skip to content

Commit

Permalink
Merge pull request #14 from Brassburg/Cobblestone-Generators
Browse files Browse the repository at this point in the history
Cobblestone generators
  • Loading branch information
Xanth27 authored Dec 29, 2024
2 parents e08bd88 + 209889f commit e9ec55d
Show file tree
Hide file tree
Showing 17 changed files with 93 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/brassburg/recipes/charging/electrum_ingot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type":"createaddition:charging",
"input": {
"item": "minecraft:gold_ingot",
"count": 1
},
"result": {
"item": "createaddition:electrum_ingot",
"count": 1
},
"energy": 9000,
"maxChargeRate": 200
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/asurine_cobble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "create_dd:asurine_cobble",
"stress": 48,
"ratio": 3072
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/basalt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "minecraft:basalt",
"stress": 32,
"ratio": 4096
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/blackstone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "minecraft:blackstone",
"stress": 32,
"ratio": 4096
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/calcite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "minecraft:calcite",
"stress": 32,
"ratio": 4096
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/cobbled_deepslate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "minecraft:cobbled_deepslate",
"stress": 16,
"ratio": 1024
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/cobblestone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "minecraft:cobblestone",
"stress": 16,
"ratio": 4096
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/crimsite_cobble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "create_dd:crimsite_cobble",
"stress": 48,
"ratio": 3072
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/deepslate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "minecraft:deepslate",
"stress": 16,
"ratio": 4096
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/dripstone_block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "minecraft:dripstone_block",
"stress": 32,
"ratio": 4096
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/gabbro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "create_dd:gabbro",
"stress": 32,
"ratio": 4096
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/limestone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "create:limestone",
"stress": 32,
"ratio": 4096
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/ochrum_cobble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "create_dd:ochrum_cobble",
"stress": 48,
"ratio": 3072
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/potassic_cobble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "create_dd:potassic_cobble",
"stress": 48,
"ratio": 3072
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/scoria.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "create:scoria",
"stress": 48,
"ratio": 3072
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/stone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "minecraft:stone",
"stress": 16,
"ratio": 4096
}
5 changes: 5 additions & 0 deletions data/createcobblestone/generator_types/veridium_cobble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"block": "create_dd:veridium_cobble",
"stress": 48,
"ratio": 3072
}

0 comments on commit e9ec55d

Please sign in to comment.