Skip to content

Commit 5360c14

Browse files
committed
Let's add probabilities
1 parent abd3ea0 commit 5360c14

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/main/resources/data/modern_industrialization/recipe/quarry/copper.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"item_outputs": [
1111
{
1212
"item": "minecraft:cobblestone",
13-
"amount": 64
13+
"amount": 32,
14+
"probability": 0.5
1415
},
1516
{
1617
"item": "minecraft:diorite",
@@ -48,4 +49,4 @@
4849
"probability": 0.25
4950
}
5051
]
51-
}
52+
}

src/main/resources/data/modern_industrialization/recipe/quarry/gold.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"item_outputs": [
1111
{
1212
"item": "minecraft:netherrack",
13-
"amount": 16
13+
"amount": 32,
14+
"probability": 0.5
1415
},
1516
{
1617
"item": "minecraft:blackstone",

0 commit comments

Comments
 (0)