Skip to content

Commit

Permalink
不明工具
Browse files Browse the repository at this point in the history
  • Loading branch information
siiftun1857 committed Aug 21, 2021
1 parent cfade83 commit fdb69e7
Show file tree
Hide file tree
Showing 42 changed files with 245 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/bee_pickaxe/module_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"author": [
"SkyEye_FAST"
],
"incompatible_with": [
"fake_multitool"
],
"classifier": [
"modified_resource"
]
Expand Down
37 changes: 37 additions & 0 deletions modules/fake_multitool/add.json
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": "下界合金工具"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/orangice_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/diamond_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/diamond_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/diamond_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/diamond_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/diamond_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/golden_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/golden_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/golden_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/golden_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/golden_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/iron_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/iron_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/iron_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/iron_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/iron_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/netherite_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/netherite_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/netherite_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/netherite_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/netherite_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/stone_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/stone_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/stone_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/stone_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/stone_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/wooden_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/wooden_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/wooden_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/wooden_multitool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/wooden_multitool"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions modules/fake_multitool/module_manifest.json
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"
]
}
3 changes: 3 additions & 0 deletions modules/lang_sfc/module_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"author": [
"梗体中文内容组"
],
"incompatible_with": [
"fake_multitool"
],
"classifier": [
"modified_language"
]
Expand Down

0 comments on commit fdb69e7

Please sign in to comment.