Skip to content

Commit fdb69e7

Browse files
committed
不明工具
1 parent cfade83 commit fdb69e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+245
-0
lines changed

modules/bee_pickaxe/module_manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"author": [
66
"SkyEye_FAST"
77
],
8+
"incompatible_with": [
9+
"fake_multitool"
10+
],
811
"classifier": [
912
"modified_resource"
1013
]

modules/fake_multitool/add.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"item.minecraft.wooden_axe": "木工具",
3+
"item.minecraft.wooden_pickaxe": "木工具",
4+
"item.minecraft.wooden_hoe": "木工具",
5+
"item.minecraft.wooden_shovel": "木工具",
6+
"item.minecraft.wooden_sword": "木工具",
7+
8+
"item.minecraft.stone_axe": "石工具",
9+
"item.minecraft.stone_pickaxe": "石工具",
10+
"item.minecraft.stone_hoe": "石工具",
11+
"item.minecraft.stone_shovel": "石工具",
12+
"item.minecraft.stone_sword": "石工具",
13+
14+
"item.minecraft.iron_axe": "铁工具",
15+
"item.minecraft.iron_pickaxe": "铁工具",
16+
"item.minecraft.iron_hoe": "铁工具",
17+
"item.minecraft.iron_shovel": "铁工具",
18+
"item.minecraft.iron_sword": "铁工具",
19+
20+
"item.minecraft.diamond_axe": "钻石工具",
21+
"item.minecraft.diamond_pickaxe": "钻石工具",
22+
"item.minecraft.diamond_hoe": "钻石工具",
23+
"item.minecraft.diamond_shovel": "钻石工具",
24+
"item.minecraft.diamond_sword": "钻石工具",
25+
26+
"item.minecraft.golden_axe": "金工具",
27+
"item.minecraft.golden_pickaxe": "金工具",
28+
"item.minecraft.golden_hoe": "金工具",
29+
"item.minecraft.golden_shovel": "金工具",
30+
"item.minecraft.golden_sword": "金工具",
31+
32+
"item.minecraft.netherite_axe": "下界合金工具",
33+
"item.minecraft.netherite_pickaxe": "下界合金工具",
34+
"item.minecraft.netherite_hoe": "下界合金工具",
35+
"item.minecraft.netherite_shovel": "下界合金工具",
36+
"item.minecraft.netherite_sword": "下界合金工具"
37+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/orangice_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/diamond_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/diamond_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/diamond_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/diamond_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/diamond_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/golden_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/golden_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/golden_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/golden_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/golden_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/iron_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/iron_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/iron_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/iron_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/iron_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/netherite_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/netherite_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/netherite_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/netherite_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/netherite_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/stone_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/stone_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/stone_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/stone_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/stone_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/wooden_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/wooden_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/wooden_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/wooden_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/wooden_multitool"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "fake_multitool",
3+
"type": "resource",
4+
"description": "工具的用途被模糊。",
5+
"author": [
6+
"siiftun1857"
7+
],
8+
"incompatible_with": [
9+
"lang_sfc",
10+
"bee_pickaxe"
11+
],
12+
"classifier": [
13+
"modified_language",
14+
"modified_resource"
15+
]
16+
}

modules/lang_sfc/module_manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"author": [
66
"梗体中文内容组"
77
],
8+
"incompatible_with": [
9+
"fake_multitool"
10+
],
811
"classifier": [
912
"modified_language"
1013
]

0 commit comments

Comments
 (0)