This commit is contained in:
Chipperfluff 2025-12-17 16:49:50 +01:00
parent 3eec80983f
commit 6445d02ed1
2 changed files with 12 additions and 2 deletions

View File

@ -6,7 +6,17 @@
"entries": [ "entries": [
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "chipi:raw_chipper_ore" "name": "chipi:raw_chipper_ore",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 5
}
}
]
} }
], ],
"conditions": [ "conditions": [

View File

@ -24,7 +24,7 @@
"conditions": [ "conditions": [
{ {
"condition": "minecraft:random_chance", "condition": "minecraft:random_chance",
"chance": 0.5 "chance": 0.8
} }
] ]
} }