diff --git a/kubejs/startup_scripts/wheat_plus.js b/kubejs/startup_scripts/wheat_plus.js index 6d99ca4..de5f4b1 100644 --- a/kubejs/startup_scripts/wheat_plus.js +++ b/kubejs/startup_scripts/wheat_plus.js @@ -111,7 +111,7 @@ function regBlockBuildingAndFurniture(event) { { name: 'building_brick_d', box: [2, 0, 2, 14, 16, 14, true], - label: '砖块(1/4)', + label: '砖块(砖块,1/4)', model: 'building/building_brick_d', texture: '', orientable: true, @@ -119,7 +119,7 @@ function regBlockBuildingAndFurniture(event) { { name: 'building_brick_d_tall', box: [2, 0, 2, 14, 16, 14, true], - label: '砖块(1/4,高)', + label: '砖块(砖块,1/4,高)', model: 'building/building_brick_d_tall', texture: '', orientable: true, @@ -127,7 +127,7 @@ function regBlockBuildingAndFurniture(event) { { name: 'building_brick_e', box: [2, 0, 2, 14, 16, 14, true], - label: '砖块(1/4)', + label: '砖块(青色陶瓦,1/4)', model: 'building/building_brick_e', texture: '', orientable: true, @@ -135,7 +135,7 @@ function regBlockBuildingAndFurniture(event) { { name: 'building_brick_e_tall', box: [2, 0, 2, 14, 16, 14, true], - label: '砖块(1/4,高)', + label: '砖块(青色陶瓦,1/4,高)', model: 'building/building_brick_e_tall', texture: '', orientable: true, @@ -190,7 +190,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_ground_a', - box: null, + box: [0, 0, 0, 16, 16, 16, true], label: '地面(红色混凝土 + 磨制闪长岩)', model: 'building/building_ground_a', texture: '', @@ -207,7 +207,7 @@ function regBlockBuildingAndFurniture(event) { { name: 'building_misc_a', box: [2, 0, 2, 14, 16, 14, true], - label: '石英块', + label: '石英片', model: 'building/building_misc_a', texture: '', orientable: true, @@ -374,7 +374,7 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_wall_a', - box: null, + box: [0, 0, 0, 16, 16, 16, true], label: '墙(石砖 + 石英)', model: 'building/building_wall_a', texture: '', @@ -382,8 +382,8 @@ function regBlockBuildingAndFurniture(event) { }, { name: 'building_wall_b', - box: null, - label: '墙(灰色混凝土 + 石英)', + box: [0, 0, 0, 16, 16, 16, true], + label: '墙(青色陶瓦 + 石英)', model: 'building/building_wall_b', texture: '', orientable: true, diff --git a/resourcepack/assets/wheat_plus/models/block/base/normal_ao_off.json b/resourcepack/assets/wheat_plus/models/block/base/normal_ao_off.json new file mode 100644 index 0000000..2dc1e9c --- /dev/null +++ b/resourcepack/assets/wheat_plus/models/block/base/normal_ao_off.json @@ -0,0 +1,54 @@ +{ + "credit": "Created by Frost-ZX using Blockbench.", + "ambientocclusion": false, + "textures": { + "0": "wheat_plus:block/common/color_normal", + "particle": "wheat_plus:block/common/color_normal" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.25, 0.25, 0.25] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.25, 0.25, 0.25] + }, + "firstperson_righthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_brick_d.json b/resourcepack/assets/wheat_plus/models/block/building/building_brick_d.json index fcf8bbe..796ad88 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_brick_d.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_brick_d.json @@ -1,6 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "0": "wheat_plus:block/brick/brick_d", "particle": "wheat_plus:block/brick/brick_d" diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_brick_d_tall.json b/resourcepack/assets/wheat_plus/models/block/building/building_brick_d_tall.json index 74a608e..627e7f2 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_brick_d_tall.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_brick_d_tall.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "0": "wheat_plus:block/brick/brick_d", "particle": "wheat_plus:block/brick/brick_d" diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_brick_e.json b/resourcepack/assets/wheat_plus/models/block/building/building_brick_e.json index 96899b0..9bedfdc 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_brick_e.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_brick_e.json @@ -1,9 +1,9 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { - "1": "block/gray_concrete", - "particle": "block/gray_concrete" + "1": "block/cyan_terracotta", + "particle": "block/cyan_terracotta" }, "elements": [ { diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_brick_e_tall.json b/resourcepack/assets/wheat_plus/models/block/building/building_brick_e_tall.json index 161bb37..02e091f 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_brick_e_tall.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_brick_e_tall.json @@ -1,10 +1,9 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { - "1": "block/gray_concrete", - "particle": "block/gray_concrete" + "1": "block/cyan_terracotta", + "particle": "block/cyan_terracotta" }, "elements": [ { diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_fence_a_bottom.json b/resourcepack/assets/wheat_plus/models/block/building/building_fence_a_bottom.json index b5674bb..64608bd 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_fence_a_bottom.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_fence_a_bottom.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "1": "block/white_concrete", "2": "block/black_concrete", diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_fence_a_top.json b/resourcepack/assets/wheat_plus/models/block/building/building_fence_a_top.json index 2dae470..5eab45e 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_fence_a_top.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_fence_a_top.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "2": "block/black_concrete", "particle": "block/white_concrete" diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_rail_g.json b/resourcepack/assets/wheat_plus/models/block/building/building_rail_g.json index 4ba7bb0..3df784b 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_rail_g.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_rail_g.json @@ -50,13 +50,13 @@ }, { "from": [0, 0, 1], - "to": [16, 1, 16], + "to": [16, 2, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 15, 16, 16], "texture": "#2"}, - "east": {"uv": [0, 15, 15, 16], "texture": "#2", "cullface": "east"}, - "south": {"uv": [0, 15, 16, 16], "texture": "#2", "cullface": "south"}, - "west": {"uv": [1, 15, 16, 16], "texture": "#2", "cullface": "west"}, + "north": {"uv": [0, 14, 16, 16], "texture": "#2"}, + "east": {"uv": [0, 14, 15, 16], "texture": "#2", "cullface": "east"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#2", "cullface": "south"}, + "west": {"uv": [1, 14, 16, 16], "texture": "#2", "cullface": "west"}, "up": {"uv": [0, 1, 16, 16], "texture": "#3"}, "down": {"uv": [0, 0, 16, 15], "texture": "#1", "cullface": "down"} } diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_a.json b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_a.json index a6eafab..080a84d 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_a.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_a.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "0": "block/iron_block", "particle": "block/iron_block" diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_a_half.json b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_a_half.json index 719eab7..629221a 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_a_half.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_a_half.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "0": "block/iron_block", "particle": "block/iron_block" diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_b.json b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_b.json index 57c617d..fadb9e3 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_b.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_b.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "0": "block/iron_block", "particle": "block/iron_block" diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_b_half.json b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_b_half.json index 0d4e1af..696fbc6 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_b_half.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_b_half.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "0": "block/iron_block", "particle": "block/iron_block" diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_c.json b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_c.json index 465a140..4aca40d 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_c.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_c.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "0": "block/iron_block", "particle": "block/iron_block" diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_d.json b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_d.json index 54907fd..6abdf68 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_d.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_d.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "0": "block/iron_block", "particle": "block/iron_block" diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_e.json b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_e.json index cd46da1..d004870 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_e.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_stair_rail_e.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "0": "block/iron_block", "particle": "block/iron_block" diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_wall_a.json b/resourcepack/assets/wheat_plus/models/block/building/building_wall_a.json index 704b378..a4bdad8 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_wall_a.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_wall_a.json @@ -1,6 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "0": "wheat_plus:block/brick/brick_d", "1": "block/quartz_block_bottom", diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_wall_b.json b/resourcepack/assets/wheat_plus/models/block/building/building_wall_b.json index efff45b..513c335 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_wall_b.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_wall_b.json @@ -1,12 +1,12 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "1": "block/quartz_block_bottom", "2": "block/quartz_block_side", "3": "block/quartz_block_top", - "4": "block/gray_concrete", - "particle": "block/gray_concrete" + "4": "block/cyan_terracotta", + "particle": "block/cyan_terracotta" }, "elements": [ { diff --git a/resourcepack/assets/wheat_plus/models/block/building/building_wall_c.json b/resourcepack/assets/wheat_plus/models/block/building/building_wall_c.json index 16ea829..25f2181 100644 --- a/resourcepack/assets/wheat_plus/models/block/building/building_wall_c.json +++ b/resourcepack/assets/wheat_plus/models/block/building/building_wall_c.json @@ -1,6 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "1": "block/quartz_block_bottom", "2": "block/quartz_block_side", diff --git a/resourcepack/assets/wheat_plus/models/block/common/isolation_pile_a.json b/resourcepack/assets/wheat_plus/models/block/common/isolation_pile_a.json index 1d095af..a2f2071 100644 --- a/resourcepack/assets/wheat_plus/models/block/common/isolation_pile_a.json +++ b/resourcepack/assets/wheat_plus/models/block/common/isolation_pile_a.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "black": "block/black_concrete", "particle": "block/yellow_concrete", diff --git a/resourcepack/assets/wheat_plus/models/block/common/ticket_machine_a.json b/resourcepack/assets/wheat_plus/models/block/common/ticket_machine_a.json index fdd52b6..394cf09 100644 --- a/resourcepack/assets/wheat_plus/models/block/common/ticket_machine_a.json +++ b/resourcepack/assets/wheat_plus/models/block/common/ticket_machine_a.json @@ -1,6 +1,5 @@ { "credit": "Created by HuJiao & Frost-ZX using Blockbench.", - "parent": "block/block", "ambientocclusion": false, "textures": { "particle": "wheat_plus:block/common/ticket_machine_a", diff --git a/resourcepack/assets/wheat_plus/models/block/lamp/modern.json b/resourcepack/assets/wheat_plus/models/block/lamp/modern.json index 3259e98..98188a6 100644 --- a/resourcepack/assets/wheat_plus/models/block/lamp/modern.json +++ b/resourcepack/assets/wheat_plus/models/block/lamp/modern.json @@ -1,7 +1,6 @@ { "credit": "Create by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "elements": [ { "name": "core", diff --git a/resourcepack/assets/wheat_plus/models/block/lamp/simple_large.json b/resourcepack/assets/wheat_plus/models/block/lamp/simple_large.json index bbee5f7..7eddc8b 100644 --- a/resourcepack/assets/wheat_plus/models/block/lamp/simple_large.json +++ b/resourcepack/assets/wheat_plus/models/block/lamp/simple_large.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "particle": "block/gray_concrete", "base": "block/gray_concrete", diff --git a/resourcepack/assets/wheat_plus/models/block/lamp/simple_medium.json b/resourcepack/assets/wheat_plus/models/block/lamp/simple_medium.json index 1ce1b13..b8eb921 100644 --- a/resourcepack/assets/wheat_plus/models/block/lamp/simple_medium.json +++ b/resourcepack/assets/wheat_plus/models/block/lamp/simple_medium.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "particle": "block/gray_concrete", "base": "block/gray_concrete", diff --git a/resourcepack/assets/wheat_plus/models/block/lamp/simple_small.json b/resourcepack/assets/wheat_plus/models/block/lamp/simple_small.json index 4c0f8c3..147df3b 100644 --- a/resourcepack/assets/wheat_plus/models/block/lamp/simple_small.json +++ b/resourcepack/assets/wheat_plus/models/block/lamp/simple_small.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "particle": "block/gray_concrete", "base": "block/gray_concrete", diff --git a/resourcepack/assets/wheat_plus/models/block/lamp/simple_stripe.json b/resourcepack/assets/wheat_plus/models/block/lamp/simple_stripe.json index 4eb9221..9bca713 100644 --- a/resourcepack/assets/wheat_plus/models/block/lamp/simple_stripe.json +++ b/resourcepack/assets/wheat_plus/models/block/lamp/simple_stripe.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "particle": "block/gray_concrete", "base": "block/gray_concrete", diff --git a/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel.json b/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel.json index 372bda7..aaded87 100644 --- a/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel.json +++ b/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel.json @@ -1,6 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "particle": "wheat_plus:block/road/base", "texture": "wheat_plus:block/road/base", diff --git a/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel_inner.json b/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel_inner.json index a7c542e..d3cf702 100644 --- a/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel_inner.json +++ b/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel_inner.json @@ -1,6 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "particle": "wheat_plus:block/road/base", "texture": "wheat_plus:block/road/base", diff --git a/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel_outer.json b/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel_outer.json index 9a48566..8375d2b 100644 --- a/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel_outer.json +++ b/resourcepack/assets/wheat_plus/models/block/road/_unused_/base_bevel_outer.json @@ -1,6 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "particle": "wheat_plus:block/road/base", "texture": "wheat_plus:block/road/base", diff --git a/resourcepack/assets/wheat_plus/models/block/road/base_full.json b/resourcepack/assets/wheat_plus/models/block/road/base_full.json index c5c52e3..c3bb9d9 100644 --- a/resourcepack/assets/wheat_plus/models/block/road/base_full.json +++ b/resourcepack/assets/wheat_plus/models/block/road/base_full.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "particle": "wheat_plus:block/road/base", "base": "wheat_plus:block/road/base", diff --git a/resourcepack/assets/wheat_plus/models/block/road/base_half.json b/resourcepack/assets/wheat_plus/models/block/road/base_half.json index ee18c09..7b74614 100644 --- a/resourcepack/assets/wheat_plus/models/block/road/base_half.json +++ b/resourcepack/assets/wheat_plus/models/block/road/base_half.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", - "parent": "block/block", - "ambientocclusion": false, + "parent": "wheat_plus:block/base/normal_ao_off", "textures": { "particle": "wheat_plus:block/road/base", "base": "wheat_plus:block/road/base", diff --git a/resourcepack/assets/wheat_plus/models/block/statue/player_alex.json b/resourcepack/assets/wheat_plus/models/block/statue/player_alex.json index 01e0efc..43d419e 100644 --- a/resourcepack/assets/wheat_plus/models/block/statue/player_alex.json +++ b/resourcepack/assets/wheat_plus/models/block/statue/player_alex.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", "parent": "wheat_plus:block/statue/player", - "ambientocclusion": false, "textures": { "particle": "wheat_plus:block/statue/alex", "texture": "wheat_plus:block/statue/alex" diff --git a/resourcepack/assets/wheat_plus/models/block/statue/player_steve.json b/resourcepack/assets/wheat_plus/models/block/statue/player_steve.json index 37d401f..70464c5 100644 --- a/resourcepack/assets/wheat_plus/models/block/statue/player_steve.json +++ b/resourcepack/assets/wheat_plus/models/block/statue/player_steve.json @@ -1,7 +1,6 @@ { "credit": "Created by Frost-ZX using Blockbench.", "parent": "wheat_plus:block/statue/player", - "ambientocclusion": false, "textures": { "particle": "wheat_plus:block/statue/steve", "texture": "wheat_plus:block/statue/steve"