Skip to content

Commit bd71283

Browse files
Added loot tables for ->
- Fluorescent light - Moist silk
1 parent 32bff28 commit bd71283

2 files changed

Lines changed: 151 additions & 0 deletions

File tree

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"type": "minecraft:block",
3+
"pools": [
4+
{
5+
"rolls": 1,
6+
"entries": [
7+
{
8+
"type": "minecraft:alternatives",
9+
"children": [
10+
{
11+
"type": "minecraft:item",
12+
"conditions": [
13+
{
14+
"condition": "minecraft:match_tool",
15+
"predicate": {
16+
"predicates": {
17+
"minecraft:enchantments": [
18+
{
19+
"enchantments": "minecraft:silk_touch",
20+
"levels": {
21+
"min": 1
22+
}
23+
}
24+
]
25+
}
26+
}
27+
}
28+
],
29+
"name": "backrooms:fluorescent_light"
30+
},
31+
{
32+
"type": "minecraft:item",
33+
"name": "minecraft:iron_nugget",
34+
"functions": [
35+
{
36+
"function": "minecraft:set_count",
37+
"count": {
38+
"type": "minecraft:uniform",
39+
"min": 1,
40+
"max": 2
41+
}
42+
},
43+
{
44+
"function": "minecraft:explosion_decay"
45+
}
46+
]
47+
}
48+
]
49+
}
50+
]
51+
},
52+
{
53+
"rolls": 1,
54+
"conditions": [
55+
{
56+
"condition": "minecraft:inverted",
57+
"term": {
58+
"condition": "minecraft:match_tool",
59+
"predicate": {
60+
"predicates": {
61+
"minecraft:enchantments": [
62+
{
63+
"enchantments": "minecraft:silk_touch",
64+
"levels": {
65+
"min": 1
66+
}
67+
}
68+
]
69+
}
70+
}
71+
}
72+
}
73+
],
74+
"entries": [
75+
{
76+
"type": "minecraft:item",
77+
"name": "minecraft:glowstone_dust",
78+
"functions": [
79+
{
80+
"function": "minecraft:set_count",
81+
"count": {
82+
"type": "minecraft:uniform",
83+
"min": 1,
84+
"max": 4
85+
}
86+
},
87+
{
88+
"function": "minecraft:explosion_decay"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
]
95+
}
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"type": "minecraft:block",
3+
"pools": [
4+
{
5+
"bonus_rolls": 0,
6+
"entries": [
7+
{
8+
"type": "minecraft:alternatives",
9+
"children": [
10+
{
11+
"type": "minecraft:item",
12+
"conditions": [
13+
{
14+
"condition": "minecraft:match_tool",
15+
"predicate": {
16+
"predicates": {
17+
"minecraft:enchantments": [
18+
{
19+
"enchantments": "minecraft:silk_touch",
20+
"levels": {
21+
"min": 1
22+
}
23+
}
24+
]
25+
}
26+
}
27+
}
28+
],
29+
"name": "backrooms:moist_silk"
30+
},
31+
{
32+
"type": "minecraft:item",
33+
"functions": [
34+
{
35+
"add": false,
36+
"count": {
37+
"type": "minecraft:uniform",
38+
"max": 3,
39+
"min": 1
40+
},
41+
"function": "minecraft:set_count"
42+
},
43+
{
44+
"function": "minecraft:explosion_decay"
45+
}
46+
],
47+
"name": "backrooms:silk"
48+
}
49+
]
50+
}
51+
],
52+
"rolls": 1
53+
}
54+
],
55+
"random_sequence": "backrooms:moist_silk"
56+
}

0 commit comments

Comments
 (0)