diff --git a/kubejs/startup_scripts/wheat_plus.js b/kubejs/startup_scripts/wheat_plus.js index 3ebeb8e..f7f7f97 100644 --- a/kubejs/startup_scripts/wheat_plus.js +++ b/kubejs/startup_scripts/wheat_plus.js @@ -422,6 +422,120 @@ function regBlockCommon(event) { texture: '', type: '', }, + { + name: 'rail_transit_sign_a_black', + label: '指示牌(黑色)', + blockstate: getFenceBlockstateJson( + `${P_BLOCK}/rail_transit_sign/sign_a_black_post`, + `${P_BLOCK}/rail_transit_sign/sign_a_black_side`, + ), + box: null, + model: '', + texture: 'minecraft:block/black_concrete', + type: 'fence', + }, + { + name: 'rail_transit_sign_a_white', + label: '指示牌(白色)', + blockstate: getFenceBlockstateJson( + `${P_BLOCK}/rail_transit_sign/sign_a_white_post`, + `${P_BLOCK}/rail_transit_sign/sign_a_white_side`, + ), + box: null, + model: '', + texture: 'minecraft:block/white_concrete', + type: 'fence', + }, + { + name: 'rail_transit_sign_b', + label: '指示牌', + blockstate: null, + box: [0, 0, 6, 16, 16, 10, true], + model: 'rail_transit_sign/sign_b', + texture: '', + type: 'cardinal', + }, + { + name: 'rail_transit_sign_char_a', + label: '指示牌字符(AA)', + blockstate: null, + box: [0, 0, 21, 16, 16, 22, true], + model: 'rail_transit_sign/char_a', + texture: '', + type: 'cardinal', + }, + { + name: 'rail_transit_sign_char_b', + label: '指示牌字符(B)', + blockstate: null, + box: [0, 0, 21, 16, 16, 22, true], + model: 'rail_transit_sign/char_b', + texture: '', + type: 'cardinal', + }, + { + name: 'rail_transit_sign_char_c', + label: '指示牌字符(C)', + blockstate: null, + box: [0, 0, 21, 16, 16, 22, true], + model: 'rail_transit_sign/char_c', + texture: '', + type: 'cardinal', + }, + { + name: 'rail_transit_sign_char_d', + label: '指示牌字符(D)', + blockstate: null, + box: [0, 0, 21, 16, 16, 22, true], + model: 'rail_transit_sign/char_d', + texture: '', + type: 'cardinal', + }, + { + name: 'rail_transit_sign_char_e', + label: '指示牌字符(E)', + blockstate: null, + box: [0, 0, 21, 16, 16, 22, true], + model: 'rail_transit_sign/char_e', + texture: '', + type: 'cardinal', + }, + { + name: 'rail_transit_sign_char_f', + label: '指示牌字符(F)', + blockstate: null, + box: [0, 0, 21, 16, 16, 22, true], + model: 'rail_transit_sign/char_f', + texture: '', + type: 'cardinal', + }, + { + name: 'rail_transit_sign_char_entrance_a', + label: '指示牌字符(进站)', + blockstate: null, + box: [0, 0, 21, 16, 16, 22, true], + model: 'rail_transit_sign/char_entrance_a', + texture: '', + type: 'cardinal', + }, + { + name: 'rail_transit_sign_char_exit_a', + label: '指示牌字符(出口)', + blockstate: null, + box: [0, 0, 21, 16, 16, 22, true], + model: 'rail_transit_sign/char_exit_a', + texture: '', + type: 'cardinal', + }, + { + name: 'rail_transit_sign_char_exit_b', + label: '指示牌字符(出站)', + blockstate: null, + box: [0, 0, 21, 16, 16, 22, true], + model: 'rail_transit_sign/char_exit_b', + texture: '', + type: 'cardinal', + }, { name: 'real_wooden_ladder_bottom', label: '木制梯子(下部分)', diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_a.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_a.json new file mode 100644 index 0000000..d9358a1 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_a.json @@ -0,0 +1,7 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/rail_transit_sign/char_base", + "textures": { + "texture": "wheat_plus:block/rail_transit_sign/char_a" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_b.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_b.json new file mode 100644 index 0000000..2f14437 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_b.json @@ -0,0 +1,7 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/rail_transit_sign/char_base", + "textures": { + "texture": "wheat_plus:block/rail_transit_sign/char_b" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_base.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_base.json new file mode 100644 index 0000000..2eb26c9 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_base.json @@ -0,0 +1,48 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "ambientocclusion": false, + "textures": { + "particle": "block/gray_concrete", + "texture": "block/gray_concrete" + }, + "elements": [ + { + "from": [0, 0, 21.8], + "to": [16, 16, 21.8], + "shade": false, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#texture"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#texture"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "translation": [0, 2.5, -5.5], + "scale": [0.4, 0.4, 0.4] + }, + "thirdperson_lefthand": { + "translation": [0, 2.5, -5.5], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_righthand": { + "translation": [0, 2.5, -5.5], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "translation": [0, 2.5, -5.5], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 0, -10], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "translation": [0, 0, -21] + }, + "fixed": { + "translation": [0, 0, -14] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_c.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_c.json new file mode 100644 index 0000000..4f95886 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_c.json @@ -0,0 +1,7 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/rail_transit_sign/char_base", + "textures": { + "texture": "wheat_plus:block/rail_transit_sign/char_c" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_d.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_d.json new file mode 100644 index 0000000..8923887 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_d.json @@ -0,0 +1,7 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/rail_transit_sign/char_base", + "textures": { + "texture": "wheat_plus:block/rail_transit_sign/char_d" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_e.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_e.json new file mode 100644 index 0000000..aec7ef0 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_e.json @@ -0,0 +1,7 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/rail_transit_sign/char_base", + "textures": { + "texture": "wheat_plus:block/rail_transit_sign/char_e" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_entrance_a.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_entrance_a.json new file mode 100644 index 0000000..aeb1dd6 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_entrance_a.json @@ -0,0 +1,7 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/rail_transit_sign/char_base", + "textures": { + "texture": "wheat_plus:block/rail_transit_sign/char_entrance_a" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_exit_a.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_exit_a.json new file mode 100644 index 0000000..13a8867 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_exit_a.json @@ -0,0 +1,7 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/rail_transit_sign/char_base", + "textures": { + "texture": "wheat_plus:block/rail_transit_sign/char_exit_a" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_exit_b.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_exit_b.json new file mode 100644 index 0000000..10faaf1 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_exit_b.json @@ -0,0 +1,7 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/rail_transit_sign/char_base", + "textures": { + "texture": "wheat_plus:block/rail_transit_sign/char_exit_b" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_f.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_f.json new file mode 100644 index 0000000..609d415 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/char_f.json @@ -0,0 +1,7 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "wheat_plus:block/rail_transit_sign/char_base", + "textures": { + "texture": "wheat_plus:block/rail_transit_sign/char_f" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_base_post.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_base_post.json new file mode 100644 index 0000000..7e5f43c --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_base_post.json @@ -0,0 +1,22 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "block/block", + "textures": { + "particle": "block/white_concrete", + "texture": "block/white_concrete" + }, + "elements": [ + { + "from": [6, 0, 6], + "to": [10, 16, 10], + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#texture"}, + "east": {"uv": [6.5, 0, 10.5, 16], "texture": "#texture"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#texture"}, + "west": {"uv": [5.5, 0, 9.5, 16], "texture": "#texture"}, + "up": {"uv": [6, 5.5, 10, 9.5], "texture": "#texture"}, + "down": {"uv": [6, 6.5, 10, 10.5], "texture": "#texture"} + } + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_base_side.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_base_side.json new file mode 100644 index 0000000..2fd3f2a --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_base_side.json @@ -0,0 +1,22 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "block/block", + "textures": { + "particle": "block/white_concrete", + "texture": "block/white_concrete" + }, + "elements": [ + { + "from": [6, 0, 0], + "to": [10, 16, 6], + "faces": { + "north": {"uv": [6, 0, 10, 16], "texture": "#texture"}, + "east": {"uv": [10.5, 0, 16, 16], "texture": "#texture"}, + "south": {"uv": [6, 0, 10, 16], "texture": "#texture"}, + "west": {"uv": [0, 0, 5.5, 16], "texture": "#texture"}, + "up": {"uv": [6, 0, 10, 5.5], "texture": "#texture"}, + "down": {"uv": [6, 10.5, 10, 16], "texture": "#texture"} + } + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_black_post.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_black_post.json new file mode 100644 index 0000000..0289e8c --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_black_post.json @@ -0,0 +1,6 @@ +{ + "parent": "wheat_plus:block/rail_transit_sign/sign_a_base_post", + "textures": { + "texture": "block/black_concrete" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_black_side.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_black_side.json new file mode 100644 index 0000000..422ef45 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_black_side.json @@ -0,0 +1,6 @@ +{ + "parent": "wheat_plus:block/rail_transit_sign/sign_a_base_side", + "textures": { + "texture": "block/black_concrete" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_white_post.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_white_post.json new file mode 100644 index 0000000..20e909e --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_white_post.json @@ -0,0 +1,6 @@ +{ + "parent": "wheat_plus:block/rail_transit_sign/sign_a_base_post", + "textures": { + "texture": "block/white_concrete" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_white_side.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_white_side.json new file mode 100644 index 0000000..aaacf32 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_a_white_side.json @@ -0,0 +1,6 @@ +{ + "parent": "wheat_plus:block/rail_transit_sign/sign_a_base_side", + "textures": { + "texture": "block/white_concrete" + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_b.json b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_b.json new file mode 100644 index 0000000..c6c2b02 --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/rail_transit_sign/sign_b.json @@ -0,0 +1,97 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "parent": "block/block", + "textures": { + "particle": "block/black_concrete", + "board": "block/black_concrete", + "iron": "block/iron_block" + }, + "elements": [ + { + "name": "Board", + "from": [0, 0.5, 6], + "to": [16, 15.5, 6.5], + "faces": { + "north": {"uv": [0, 0.5, 16, 15.5], "texture": "#board"}, + "east": {"uv": [9.5, 0.5, 10, 15.5], "texture": "#board"}, + "south": {"uv": [0, 0.5, 16, 15.5], "texture": "#board"}, + "west": {"uv": [6, 0.5, 6.5, 15.5], "texture": "#board"}, + "up": {"uv": [0, 6, 16, 6.5], "texture": "#board"}, + "down": {"uv": [0, 9.5, 16, 10], "texture": "#board"} + } + }, + { + "name": "Iron_Core", + "from": [0, 0.25, 6.5], + "to": [16, 15.75, 9.5], + "faces": { + "north": {"uv": [0, 0.25, 16, 15.75], "texture": "#iron"}, + "east": {"uv": [6.5, 0.25, 9.5, 15.75], "texture": "#iron"}, + "south": {"uv": [0, 0.25, 16, 15.75], "texture": "#iron"}, + "west": {"uv": [6.5, 0.25, 9.5, 15.75], "texture": "#iron"}, + "up": {"uv": [0, 6.5, 16, 9.5], "texture": "#iron"}, + "down": {"uv": [0, 6.5, 16, 9.5], "texture": "#iron"} + } + }, + { + "name": "Iron_Side", + "from": [0, 0, 6.5], + "to": [16, 16, 7], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#iron"}, + "east": {"uv": [9, 0, 9.5, 16], "texture": "#iron"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#iron"}, + "west": {"uv": [6.5, 0, 7, 16], "texture": "#iron"}, + "up": {"uv": [0, 6.5, 16, 7], "texture": "#iron"}, + "down": {"uv": [0, 9, 16, 9.5], "texture": "#iron"} + } + }, + { + "name": "Iron_Center", + "from": [0, 0, 7.25], + "to": [16, 16, 8.75], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#iron"}, + "east": {"uv": [7.25, 0, 8.75, 16], "texture": "#iron"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#iron"}, + "west": {"uv": [7.25, 0, 8.75, 16], "texture": "#iron"}, + "up": {"uv": [0, 7.25, 16, 8.75], "texture": "#iron"}, + "down": {"uv": [0, 7.25, 16, 8.75], "texture": "#iron"} + } + }, + { + "name": "Iron_Side", + "from": [0, 0, 9], + "to": [16, 16, 9.5], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#iron"}, + "east": {"uv": [6.5, 0, 7, 16], "texture": "#iron"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#iron"}, + "west": {"uv": [9, 0, 9.5, 16], "texture": "#iron"}, + "up": {"uv": [0, 9, 16, 9.5], "texture": "#iron"}, + "down": {"uv": [0, 6.5, 16, 7], "texture": "#iron"} + } + }, + { + "name": "Board", + "from": [0, 0.5, 9.5], + "to": [16, 15.5, 10], + "faces": { + "north": {"uv": [0, 0.5, 16, 15.5], "texture": "#board"}, + "east": {"uv": [6, 0.5, 6.5, 15.5], "texture": "#board"}, + "south": {"uv": [0, 0.5, 16, 15.5], "texture": "#board"}, + "west": {"uv": [9.5, 0.5, 10, 15.5], "texture": "#board"}, + "up": {"uv": [0, 9.5, 16, 10], "texture": "#board"}, + "down": {"uv": [0, 6, 16, 6.5], "texture": "#board"} + } + } + ], + "groups": [ + { + "name": "Guidance", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_a.png b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_a.png new file mode 100644 index 0000000..a0f8109 Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_a.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_b.png b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_b.png new file mode 100644 index 0000000..582cabd Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_b.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_c.png b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_c.png new file mode 100644 index 0000000..c684a2e Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_c.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_d.png b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_d.png new file mode 100644 index 0000000..40c372c Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_d.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_e.png b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_e.png new file mode 100644 index 0000000..3c64c66 Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_e.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_entrance_a.png b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_entrance_a.png new file mode 100644 index 0000000..850ca3f Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_entrance_a.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_exit_a.png b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_exit_a.png new file mode 100644 index 0000000..5436f20 Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_exit_a.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_exit_b.png b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_exit_b.png new file mode 100644 index 0000000..0d59a24 Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_exit_b.png differ diff --git a/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_f.png b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_f.png new file mode 100644 index 0000000..e0738e5 Binary files /dev/null and b/resourcepack/assets/wheat_plus/textures/block/rail_transit_sign/char_f.png differ