Skip to content

Commit a28c460

Browse files
author
TunefulTurnip
committed
Merge branch '1.19.3-port' of https://github.com/TunefulTurnip/Deep-Aether into 1.19.3-port
2 parents fe03f59 + b623b74 commit a28c460

File tree

1 file changed

+30
-0
lines changed
  • src/main/resources/data/deep_aether/loot_tables/entities

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"type": "minecraft:entity",
3+
"pools": [
4+
{
5+
"rolls": 1,
6+
"entries": [
7+
{
8+
"type": "minecraft:item",
9+
"name": "minecraft:stone",
10+
"conditions": [
11+
{
12+
"condition": "minecraft:random_chance",
13+
"chance": 0.5
14+
}
15+
]
16+
},
17+
{
18+
"type": "minecraft:item",
19+
"name": "deep_aether:raw_quail",
20+
"functions": [
21+
{
22+
"function": "minecraft:set_count",
23+
"count": 1
24+
}
25+
]
26+
}
27+
]
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)