Skip to content

Commit

Permalink
修改战利品表
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu-ZT committed Jul 29, 2024
1 parent 9e7a2f2 commit 0fe3add
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "anvilcraft_skyland:stone_anvil"
}
],
"rolls": 1.0
}
],
"random_sequence": "anvilcraft_skyland:blocks/stone_anvil"
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
],
"entries": [
{
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"type": "minecraft:item",
"name": "anvilcraft_skyland:bamboo_leaves"
}
Expand All @@ -51,7 +62,11 @@
"functions": [
{
"add": false,
"count": 2.0,
"count": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
Expand Down

0 comments on commit 0fe3add

Please sign in to comment.