Skip to content

Commit

Permalink
Add chest tag (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNijjar committed Feb 18, 2024
1 parent 0f3b9fa commit d61e91c
Show file tree
Hide file tree
Showing 83 changed files with 180 additions and 165 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Fixed dining bench tooltip.
- Tooltips will now dynamically adjust their size to fit the screen.
- Tooltips now require shift to be held to display.
- Tooltips now require shift to be held to display.
- Added chest tag (#81).

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20.1 2023-10-25T22:01:01.055336 Languages: en_us
11aaed5eb0344370caafb939742db588438f557a assets/handcrafted/lang/en_us.json
// 1.20.1 2024-02-18T14:24:14.177911 Languages: en_us
40c2f03e3cc82e0105e51050a1d6fdd77cc72bd9 assets/handcrafted/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:acacia_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
},
"@": {
"item": "minecraft:calcite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:acacia_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:acacia_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:acacia_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:acacia_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:acacia_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:acacia_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:bamboo_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
},
"@": {
"item": "minecraft:calcite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:bamboo_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:bamboo_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:bamboo_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:bamboo_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:bamboo_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:bamboo_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:birch_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
},
"@": {
"item": "minecraft:calcite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:birch_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:birch_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:birch_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:birch_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:birch_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:birch_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:cherry_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
},
"@": {
"item": "minecraft:calcite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:cherry_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:cherry_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:cherry_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:cherry_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:cherry_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:cherry_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:crimson_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
},
"@": {
"item": "minecraft:calcite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:crimson_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:crimson_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:crimson_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:crimson_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:crimson_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:crimson_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:dark_oak_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
},
"@": {
"item": "minecraft:calcite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:dark_oak_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:dark_oak_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:dark_oak_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:dark_oak_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:dark_oak_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"item": "minecraft:dark_oak_slab"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:jungle_planks"
},
"/": {
"item": "minecraft:chest"
"tag": "handcrafted:chests"
},
"@": {
"item": "minecraft:calcite"
Expand Down
Loading

0 comments on commit d61e91c

Please sign in to comment.