Skip to content

Commit b6ec994

Browse files
committed
added Frameless Glass Pane data
1 parent 6732f0c commit b6ec994

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

common/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"trainutilities:door_talent2",
5757
"trainutilities:door_talent3",
5858
"trainutilities:door_caf_urbos_3",
59-
"trainutilities:door_stripped_spruce"
59+
"trainutilities:door_stripped_spruce",
60+
"trainutilities:frameless_glass_pane"
6061
]
6162
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"type": "minecraft:block",
3+
"pools": [
4+
{
5+
"rolls": 1,
6+
"bonus_rolls": 0,
7+
"entries": [
8+
{
9+
"type": "minecraft:item",
10+
"name": "trainutilities:frameless_glass_pane",
11+
"conditions": [
12+
{
13+
"condition": "minecraft:match_tool",
14+
"predicate": {
15+
"enchantments": [
16+
{
17+
"enchantment": "minecraft:silk_touch",
18+
"levels": {
19+
"min": 1
20+
}
21+
}
22+
]
23+
}
24+
}
25+
]
26+
}
27+
]
28+
}
29+
]
30+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [
4+
"###",
5+
"###"
6+
],
7+
"key": {
8+
"#": {
9+
"item": "trainutilities:frameless_glass"
10+
}
11+
},
12+
"result": {
13+
"item": "trainutilities:frameless_glass_pane",
14+
"count": 12
15+
}
16+
}

0 commit comments

Comments
 (0)