forked from Teahouse-Studios/mcwzh-meme-resourcepack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfade83
commit fdb69e7
Showing
42 changed files
with
245 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"item.minecraft.wooden_axe": "木工具", | ||
"item.minecraft.wooden_pickaxe": "木工具", | ||
"item.minecraft.wooden_hoe": "木工具", | ||
"item.minecraft.wooden_shovel": "木工具", | ||
"item.minecraft.wooden_sword": "木工具", | ||
|
||
"item.minecraft.stone_axe": "石工具", | ||
"item.minecraft.stone_pickaxe": "石工具", | ||
"item.minecraft.stone_hoe": "石工具", | ||
"item.minecraft.stone_shovel": "石工具", | ||
"item.minecraft.stone_sword": "石工具", | ||
|
||
"item.minecraft.iron_axe": "铁工具", | ||
"item.minecraft.iron_pickaxe": "铁工具", | ||
"item.minecraft.iron_hoe": "铁工具", | ||
"item.minecraft.iron_shovel": "铁工具", | ||
"item.minecraft.iron_sword": "铁工具", | ||
|
||
"item.minecraft.diamond_axe": "钻石工具", | ||
"item.minecraft.diamond_pickaxe": "钻石工具", | ||
"item.minecraft.diamond_hoe": "钻石工具", | ||
"item.minecraft.diamond_shovel": "钻石工具", | ||
"item.minecraft.diamond_sword": "钻石工具", | ||
|
||
"item.minecraft.golden_axe": "金工具", | ||
"item.minecraft.golden_pickaxe": "金工具", | ||
"item.minecraft.golden_hoe": "金工具", | ||
"item.minecraft.golden_shovel": "金工具", | ||
"item.minecraft.golden_sword": "金工具", | ||
|
||
"item.minecraft.netherite_axe": "下界合金工具", | ||
"item.minecraft.netherite_pickaxe": "下界合金工具", | ||
"item.minecraft.netherite_hoe": "下界合金工具", | ||
"item.minecraft.netherite_shovel": "下界合金工具", | ||
"item.minecraft.netherite_sword": "下界合金工具" | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/debug_stick.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/orangice_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/diamond_axe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/diamond_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/diamond_hoe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/diamond_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/diamond_pickaxe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/diamond_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/diamond_shovel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/diamond_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/diamond_sword.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/diamond_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/golden_axe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/golden_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/golden_hoe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/golden_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/golden_pickaxe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/golden_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/golden_shovel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/golden_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/golden_sword.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/golden_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/iron_axe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/iron_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/iron_hoe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/iron_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/iron_pickaxe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/iron_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/iron_shovel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/iron_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/iron_sword.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/iron_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/netherite_axe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/netherite_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/netherite_hoe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/netherite_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/netherite_pickaxe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/netherite_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/netherite_shovel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/netherite_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/netherite_sword.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/netherite_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/stone_axe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/stone_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/stone_hoe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/stone_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/stone_pickaxe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/stone_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/stone_shovel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/stone_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/stone_sword.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/stone_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/wooden_axe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/wooden_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/wooden_hoe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/wooden_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/wooden_pickaxe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/wooden_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/wooden_shovel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/wooden_multitool" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
modules/fake_multitool/assets/minecraft/models/item/wooden_sword.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "minecraft:item/wooden_multitool" | ||
} | ||
} |
Binary file added
BIN
+3.2 KB
modules/fake_multitool/assets/minecraft/textures/item/diamond_multitool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.2 KB
modules/fake_multitool/assets/minecraft/textures/item/golden_multitool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.19 KB
modules/fake_multitool/assets/minecraft/textures/item/iron_multitool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.19 KB
modules/fake_multitool/assets/minecraft/textures/item/netherite_multitool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.03 KB
modules/fake_multitool/assets/minecraft/textures/item/orangice_multitool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.19 KB
modules/fake_multitool/assets/minecraft/textures/item/stone_multitool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.2 KB
modules/fake_multitool/assets/minecraft/textures/item/wooden_multitool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "fake_multitool", | ||
"type": "resource", | ||
"description": "工具的用途被模糊。", | ||
"author": [ | ||
"siiftun1857" | ||
], | ||
"incompatible_with": [ | ||
"lang_sfc", | ||
"bee_pickaxe" | ||
], | ||
"classifier": [ | ||
"modified_language", | ||
"modified_resource" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters