Skip to content

Commit 7de12ed

Browse files
committed
Loot table and effective tool for edified workstation
1 parent 9c9eef2 commit 7de12ed

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"type": "minecraft:block",
3+
"pools": [
4+
{
5+
"bonus_rolls": 0.0,
6+
"conditions": [
7+
{
8+
"condition": "minecraft:survives_explosion"
9+
}
10+
],
11+
"entries": [
12+
{
13+
"type": "minecraft:item",
14+
"name": "hierophantics:edified_workstation"
15+
}
16+
],
17+
"rolls": 1.0
18+
}
19+
]
20+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"replace": false,
3+
"values": [
4+
"hierophantics:edified_workstation"
5+
]
6+
}

0 commit comments

Comments
 (0)