diff --git a/config/betterquesting/DefaultQuests.json b/config/betterquesting/DefaultQuests.json index 9fe295a3..3bee7dab 100644 --- a/config/betterquesting/DefaultQuests.json +++ b/config/betterquesting/DefaultQuests.json @@ -56981,7 +56981,7 @@ "desc:8": "quests.dimhopper.default.chapter9.1243.desc", "icon:10": { "Count:3": 1, - "id:8": "extraplanets:schematic_tier10_electric_rocket" + "id:8": "extraplanets:schematic_tier10" }, "name:8": "quests.dimhopper.default.chapter9.1243.name", "snd_complete:8": "contenttweaker:questcommon", @@ -56995,7 +56995,7 @@ "requiredItems:9": { "0:10": { "Count:3": 1, - "id:8": "extraplanets:schematic_tier10_electric_rocket" + "id:8": "extraplanets:schematic_tier10" } }, "taskID:8": "bq_standard:retrieval" @@ -72411,12 +72411,8 @@ "desc:8": "quests.dimhopper.default.bosses.81686143.desc", "icon:10": { "Count:3": 1, - "id:8": "minecraft:spawn_egg", - "tag:10": { - "EntityTag:10": { - "id:8": "aoa3:blue_guardian" - } - } + "id:8": "contenttweaker:ornate_guardian_statue_blue", + "tag:10": {} }, "name:8": "quests.dimhopper.default.bosses.81686143.name", "questlogic:8": "OR", @@ -72709,12 +72705,8 @@ "desc:8": "quests.dimhopper.default.bosses.287457859.desc", "icon:10": { "Count:3": 1, - "id:8": "minecraft:spawn_egg", - "tag:10": { - "EntityTag:10": { - "id:8": "aoa3:yellow_guardian" - } - } + "id:8": "contenttweaker:ornate_guardian_statue_yellow", + "tag:10": {} }, "name:8": "quests.dimhopper.default.bosses.287457859.name", "questlogic:8": "OR", @@ -73819,12 +73811,8 @@ "desc:8": "quests.dimhopper.default.bosses.783863246.desc", "icon:10": { "Count:3": 1, - "id:8": "minecraft:spawn_egg", - "tag:10": { - "EntityTag:10": { - "id:8": "aoa3:green_guardian" - } - } + "id:8": "contenttweaker:ornate_guardian_statue_green", + "tag:10": {} }, "name:8": "quests.dimhopper.default.bosses.783863246.name", "questlogic:8": "OR", diff --git a/resources/contenttweaker/blockstates/ornate_guardian_statue_blue.json b/resources/contenttweaker/blockstates/ornate_guardian_statue_blue.json new file mode 100644 index 00000000..0d82cd95 --- /dev/null +++ b/resources/contenttweaker/blockstates/ornate_guardian_statue_blue.json @@ -0,0 +1,11 @@ +{ + "variants": { + "normal": [ + { "model": "contenttweaker:ornate_guardian_statue_blue" }, + { "model": "contenttweaker:ornate_guardian_statue_blue", "y": 90 }, + { "model": "contenttweaker:ornate_guardian_statue_blue", "y": 180 }, + { "model": "contenttweaker:ornate_guardian_statue_blue", "y": 270 } + ], + "inventory": { "model": "contenttweaker:ornate_guardian_statue_blue" } + } +} diff --git a/resources/contenttweaker/blockstates/ornate_guardian_statue_green.json b/resources/contenttweaker/blockstates/ornate_guardian_statue_green.json new file mode 100644 index 00000000..197c9140 --- /dev/null +++ b/resources/contenttweaker/blockstates/ornate_guardian_statue_green.json @@ -0,0 +1,11 @@ +{ + "variants": { + "normal": [ + { "model": "contenttweaker:ornate_guardian_statue_green" }, + { "model": "contenttweaker:ornate_guardian_statue_green", "y": 90 }, + { "model": "contenttweaker:ornate_guardian_statue_green", "y": 180 }, + { "model": "contenttweaker:ornate_guardian_statue_green", "y": 270 } + ], + "inventory": { "model": "contenttweaker:ornate_guardian_statue_green" } + } +} diff --git a/resources/contenttweaker/blockstates/ornate_guardian_statue_yellow.json b/resources/contenttweaker/blockstates/ornate_guardian_statue_yellow.json new file mode 100644 index 00000000..5157ebe1 --- /dev/null +++ b/resources/contenttweaker/blockstates/ornate_guardian_statue_yellow.json @@ -0,0 +1,11 @@ +{ + "variants": { + "normal": [ + { "model": "contenttweaker:ornate_guardian_statue_yellow" }, + { "model": "contenttweaker:ornate_guardian_statue_yellow", "y": 90 }, + { "model": "contenttweaker:ornate_guardian_statue_yellow", "y": 180 }, + { "model": "contenttweaker:ornate_guardian_statue_yellow", "y": 270 } + ], + "inventory": { "model": "contenttweaker:ornate_guardian_statue_yellow" } + } +} diff --git a/resources/contenttweaker/lang/en_us.lang b/resources/contenttweaker/lang/en_us.lang index 0885d9cc..88732f07 100644 --- a/resources/contenttweaker/lang/en_us.lang +++ b/resources/contenttweaker/lang/en_us.lang @@ -78,4 +78,7 @@ tile.contenttweaker.rocket_block_6.name=Heavy-Duty Block tile.contenttweaker.rocket_block_7.name=Heavy-Duty Block tile.contenttweaker.rocket_block_8.name=Heavy-Duty Block tile.contenttweaker.rocket_block_9.name=Heavy-Duty Block -tile.contenttweaker.rocket_block_10.name=Heavy-Duty Block \ No newline at end of file +tile.contenttweaker.rocket_block_10.name=Heavy-Duty Block +tile.contenttweaker.ornate_guardian_statue_yellow.name=Ornate Guardian Statue (Yellow) +tile.contenttweaker.ornate_guardian_statue_green.name=Ornate Guardian Statue (Green) +tile.contenttweaker.ornate_guardian_statue_blue.name=Ornate Guardian Statue (Blue) diff --git a/resources/contenttweaker/models/block/ornate_guardian_statue_blue.json b/resources/contenttweaker/models/block/ornate_guardian_statue_blue.json new file mode 100644 index 00000000..20456d40 --- /dev/null +++ b/resources/contenttweaker/models/block/ornate_guardian_statue_blue.json @@ -0,0 +1,192 @@ +{ + "format_version": "1.9.0", + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "texture_size": [32, 32], + "textures": { + "1": "contenttweaker:blocks/statue/bcenter", + "2": "contenttweaker:blocks/statue/bright", + "3": "contenttweaker:blocks/statue/bleft", + "4": "contenttweaker:blocks/statue/legleft", + "5": "contenttweaker:blocks/statue/legright", + "particle": "contenttweaker:blocks/statue/bcenter" + }, + "elements": [ + { + "name": "Left", + "from": [12.5, 2, 6], + "to": [13.5, 8, 10], + "faces": { + "north": {"uv": [0, 6, 1, 12], "texture": "#3"}, + "east": {"uv": [0, 0, 4, 6], "texture": "#3"}, + "south": {"uv": [1, 6, 2, 12], "texture": "#3"}, + "west": {"uv": [4, 0, 8, 6], "texture": "#3"}, + "up": {"uv": [3, 10, 2, 6], "texture": "#3"}, + "down": {"uv": [4, 6, 3, 10], "texture": "#3"} + } + }, + { + "name": "Right", + "from": [2.5, 2, 6], + "to": [3.5, 8, 10], + "faces": { + "north": {"uv": [0, 6, 1, 12], "texture": "#2"}, + "east": {"uv": [0, 0, 4, 6], "texture": "#2"}, + "south": {"uv": [1, 6, 2, 12], "texture": "#2"}, + "west": {"uv": [4, 0, 8, 6], "texture": "#2"}, + "up": {"uv": [3, 10, 2, 6], "texture": "#2"}, + "down": {"uv": [4, 6, 3, 10], "texture": "#2"} + } + }, + { + "name": "Center", + "from": [5, 3, 7], + "to": [11, 9, 9], + "faces": { + "north": {"uv": [0, 0, 6, 6], "texture": "#1"}, + "east": {"uv": [6, 0, 8, 6], "texture": "#1"}, + "south": {"uv": [0, 6, 6, 12], "texture": "#1"}, + "west": {"uv": [6, 6, 8, 12], "texture": "#1"}, + "up": {"uv": [14, 2, 8, 0], "texture": "#1"}, + "down": {"uv": [14, 2, 8, 4], "texture": "#1"} + } + }, + { + "name": "L1", + "from": [12.5, 0, 9.5], + "to": [13.5, 2, 10], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "L2", + "from": [12.5, 0, 8.5], + "to": [13.5, 2, 9], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "L3", + "from": [12.5, 0, 7], + "to": [13.5, 2, 7.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "L4", + "from": [12.5, 0, 6], + "to": [13.5, 2, 6.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "R1", + "from": [2.5, 0, 9.5], + "to": [3.5, 2, 10], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + }, + { + "name": "R2", + "from": [2.5, 0, 8.5], + "to": [3.5, 2, 9], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + }, + { + "name": "R3", + "from": [2.5, 0, 7], + "to": [3.5, 2, 7.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + }, + { + "name": "R4", + "from": [2.5, 0, 6], + "to": [3.5, 2, 6.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [67.5, 45, 0], + "translation": [1, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [67.5, 45, 0], + "translation": [1, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [22.5, -135, 0], + "translation": [0, 2, 0] + }, + "head": { + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} diff --git a/resources/contenttweaker/models/block/ornate_guardian_statue_green.json b/resources/contenttweaker/models/block/ornate_guardian_statue_green.json new file mode 100644 index 00000000..7b346f69 --- /dev/null +++ b/resources/contenttweaker/models/block/ornate_guardian_statue_green.json @@ -0,0 +1,192 @@ +{ + "format_version": "1.9.0", + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "texture_size": [32, 32], + "textures": { + "1": "contenttweaker:blocks/statue/gcenter", + "2": "contenttweaker:blocks/statue/gright", + "3": "contenttweaker:blocks/statue/gleft", + "4": "contenttweaker:blocks/statue/legleft", + "5": "contenttweaker:blocks/statue/legright", + "particle": "contenttweaker:blocks/statue/gcenter" + }, + "elements": [ + { + "name": "Left", + "from": [12.5, 2, 6], + "to": [13.5, 8, 10], + "faces": { + "north": {"uv": [0, 6, 1, 12], "texture": "#3"}, + "east": {"uv": [0, 0, 4, 6], "texture": "#3"}, + "south": {"uv": [1, 6, 2, 12], "texture": "#3"}, + "west": {"uv": [4, 0, 8, 6], "texture": "#3"}, + "up": {"uv": [3, 10, 2, 6], "texture": "#3"}, + "down": {"uv": [4, 6, 3, 10], "texture": "#3"} + } + }, + { + "name": "Right", + "from": [2.5, 2, 6], + "to": [3.5, 8, 10], + "faces": { + "north": {"uv": [0, 6, 1, 12], "texture": "#2"}, + "east": {"uv": [0, 0, 4, 6], "texture": "#2"}, + "south": {"uv": [1, 6, 2, 12], "texture": "#2"}, + "west": {"uv": [4, 0, 8, 6], "texture": "#2"}, + "up": {"uv": [3, 10, 2, 6], "texture": "#2"}, + "down": {"uv": [4, 6, 3, 10], "texture": "#2"} + } + }, + { + "name": "Center", + "from": [5, 3, 7], + "to": [11, 9, 9], + "faces": { + "north": {"uv": [0, 0, 6, 6], "texture": "#1"}, + "east": {"uv": [6, 0, 8, 6], "texture": "#1"}, + "south": {"uv": [0, 6, 6, 12], "texture": "#1"}, + "west": {"uv": [6, 6, 8, 12], "texture": "#1"}, + "up": {"uv": [14, 2, 8, 0], "texture": "#1"}, + "down": {"uv": [14, 2, 8, 4], "texture": "#1"} + } + }, + { + "name": "L1", + "from": [12.5, 0, 9.5], + "to": [13.5, 2, 10], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "L2", + "from": [12.5, 0, 8.5], + "to": [13.5, 2, 9], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "L3", + "from": [12.5, 0, 7], + "to": [13.5, 2, 7.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "L4", + "from": [12.5, 0, 6], + "to": [13.5, 2, 6.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "R1", + "from": [2.5, 0, 9.5], + "to": [3.5, 2, 10], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + }, + { + "name": "R2", + "from": [2.5, 0, 8.5], + "to": [3.5, 2, 9], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + }, + { + "name": "R3", + "from": [2.5, 0, 7], + "to": [3.5, 2, 7.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + }, + { + "name": "R4", + "from": [2.5, 0, 6], + "to": [3.5, 2, 6.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [67.5, 45, 0], + "translation": [1, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [67.5, 45, 0], + "translation": [1, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [22.5, -135, 0], + "translation": [0, 2, 0] + }, + "head": { + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} diff --git a/resources/contenttweaker/models/block/ornate_guardian_statue_yellow.json b/resources/contenttweaker/models/block/ornate_guardian_statue_yellow.json new file mode 100644 index 00000000..206396ca --- /dev/null +++ b/resources/contenttweaker/models/block/ornate_guardian_statue_yellow.json @@ -0,0 +1,192 @@ +{ + "format_version": "1.9.0", + "credit": "Made with Blockbench", + "parent": "minecraft:block/block", + "texture_size": [32, 32], + "textures": { + "1": "contenttweaker:blocks/statue/ycenter", + "2": "contenttweaker:blocks/statue/yright", + "3": "contenttweaker:blocks/statue/yleft", + "4": "contenttweaker:blocks/statue/legleft", + "5": "contenttweaker:blocks/statue/legright", + "particle": "contenttweaker:blocks/statue/ycenter" + }, + "elements": [ + { + "name": "Left", + "from": [12.5, 2, 6], + "to": [13.5, 8, 10], + "faces": { + "north": {"uv": [0, 6, 1, 12], "texture": "#3"}, + "east": {"uv": [0, 0, 4, 6], "texture": "#3"}, + "south": {"uv": [1, 6, 2, 12], "texture": "#3"}, + "west": {"uv": [4, 0, 8, 6], "texture": "#3"}, + "up": {"uv": [3, 10, 2, 6], "texture": "#3"}, + "down": {"uv": [4, 6, 3, 10], "texture": "#3"} + } + }, + { + "name": "Right", + "from": [2.5, 2, 6], + "to": [3.5, 8, 10], + "faces": { + "north": {"uv": [0, 6, 1, 12], "texture": "#2"}, + "east": {"uv": [0, 0, 4, 6], "texture": "#2"}, + "south": {"uv": [1, 6, 2, 12], "texture": "#2"}, + "west": {"uv": [4, 0, 8, 6], "texture": "#2"}, + "up": {"uv": [3, 10, 2, 6], "texture": "#2"}, + "down": {"uv": [4, 6, 3, 10], "texture": "#2"} + } + }, + { + "name": "Center", + "from": [5, 3, 7], + "to": [11, 9, 9], + "faces": { + "north": {"uv": [0, 0, 6, 6], "texture": "#1"}, + "east": {"uv": [6, 0, 8, 6], "texture": "#1"}, + "south": {"uv": [0, 6, 6, 12], "texture": "#1"}, + "west": {"uv": [6, 6, 8, 12], "texture": "#1"}, + "up": {"uv": [14, 2, 8, 0], "texture": "#1"}, + "down": {"uv": [14, 2, 8, 4], "texture": "#1"} + } + }, + { + "name": "L1", + "from": [12.5, 0, 9.5], + "to": [13.5, 2, 10], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "L2", + "from": [12.5, 0, 8.5], + "to": [13.5, 2, 9], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "L3", + "from": [12.5, 0, 7], + "to": [13.5, 2, 7.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "L4", + "from": [12.5, 0, 6], + "to": [13.5, 2, 6.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#4"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#4"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#4"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#4"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#4"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#4"} + } + }, + { + "name": "R1", + "from": [2.5, 0, 9.5], + "to": [3.5, 2, 10], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + }, + { + "name": "R2", + "from": [2.5, 0, 8.5], + "to": [3.5, 2, 9], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + }, + { + "name": "R3", + "from": [2.5, 0, 7], + "to": [3.5, 2, 7.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + }, + { + "name": "R4", + "from": [2.5, 0, 6], + "to": [3.5, 2, 6.5], + "faces": { + "north": {"uv": [0, 0, 2, 4], "texture": "#5"}, + "east": {"uv": [0, 4, 1, 8], "texture": "#5"}, + "south": {"uv": [2, 0, 4, 4], "texture": "#5"}, + "west": {"uv": [4, 0, 5, 4], "texture": "#5"}, + "up": {"uv": [4, 5, 2, 4], "texture": "#5"}, + "down": {"uv": [6, 4, 4, 5], "texture": "#5"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [67.5, 45, 0], + "translation": [1, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [67.5, 45, 0], + "translation": [1, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [22.5, -135, 0], + "translation": [0, 2, 0] + }, + "head": { + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} diff --git a/resources/contenttweaker/textures/blocks/statue/bcenter.png b/resources/contenttweaker/textures/blocks/statue/bcenter.png new file mode 100644 index 00000000..b186ba8b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/bcenter.png differ diff --git a/resources/contenttweaker/textures/blocks/statue/bleft.png b/resources/contenttweaker/textures/blocks/statue/bleft.png new file mode 100644 index 00000000..0d2fbe20 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/bleft.png differ diff --git a/resources/contenttweaker/textures/blocks/statue/bright.png b/resources/contenttweaker/textures/blocks/statue/bright.png new file mode 100644 index 00000000..088fb426 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/bright.png differ diff --git a/resources/contenttweaker/textures/blocks/statue/gcenter.png b/resources/contenttweaker/textures/blocks/statue/gcenter.png new file mode 100644 index 00000000..5f18d151 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/gcenter.png differ diff --git a/resources/contenttweaker/textures/blocks/statue/gleft.png b/resources/contenttweaker/textures/blocks/statue/gleft.png new file mode 100644 index 00000000..7ff3b034 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/gleft.png differ diff --git a/resources/contenttweaker/textures/blocks/statue/gright.png b/resources/contenttweaker/textures/blocks/statue/gright.png new file mode 100644 index 00000000..f582e689 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/gright.png differ diff --git a/resources/contenttweaker/textures/blocks/statue/legleft.png b/resources/contenttweaker/textures/blocks/statue/legleft.png new file mode 100644 index 00000000..312d4b7e Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/legleft.png differ diff --git a/resources/contenttweaker/textures/blocks/statue/legright.png b/resources/contenttweaker/textures/blocks/statue/legright.png new file mode 100644 index 00000000..55a4a39b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/legright.png differ diff --git a/resources/contenttweaker/textures/blocks/statue/ycenter.png b/resources/contenttweaker/textures/blocks/statue/ycenter.png new file mode 100644 index 00000000..d8de224d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/ycenter.png differ diff --git a/resources/contenttweaker/textures/blocks/statue/yleft.png b/resources/contenttweaker/textures/blocks/statue/yleft.png new file mode 100644 index 00000000..93cd7f25 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/yleft.png differ diff --git a/resources/contenttweaker/textures/blocks/statue/yright.png b/resources/contenttweaker/textures/blocks/statue/yright.png new file mode 100644 index 00000000..c021d4ad Binary files /dev/null and b/resources/contenttweaker/textures/blocks/statue/yright.png differ diff --git a/scripts/contenttweaker/itemsblocks.zs b/scripts/contenttweaker/itemsblocks.zs index 680d28cd..3426e7a5 100644 --- a/scripts/contenttweaker/itemsblocks.zs +++ b/scripts/contenttweaker/itemsblocks.zs @@ -125,6 +125,8 @@ rocketBlocktwo.setEntitySpawnable(false); rocketBlocktwo.register(); var rocketBoosterOne = VanillaFactory.createBlock("booster_block_1", ); +rocketBoosterOne.setFullBlock(false); +rocketBoosterOne.setLightOpacity(0); rocketBoosterOne.setBlockHardness(30.0); rocketBoosterOne.setBlockResistance(1000.0); rocketBoosterOne.setToolClass("pickaxe"); @@ -134,6 +136,8 @@ rocketBoosterOne.axisAlignedBB = AxisAlignedBB.create(0.2, 0, 0.2, 0.8, 1, 0.8); rocketBoosterOne.register(); var rocketBoosterTwo = VanillaFactory.createBlock("booster_block_2", ); +rocketBoosterTwo.setFullBlock(false); +rocketBoosterTwo.setLightOpacity(0); rocketBoosterTwo.setBlockHardness(60.0); rocketBoosterTwo.setBlockResistance(1800.0); rocketBoosterTwo.setToolClass("pickaxe"); @@ -374,4 +378,31 @@ heartofthemachinegod.setBlockResistance(2000.0); heartofthemachinegod.setToolClass("pickaxe"); heartofthemachinegod.setToolLevel(6); heartofthemachinegod.setEntitySpawnable(false); -heartofthemachinegod.register(); \ No newline at end of file +heartofthemachinegod.register(); + +var yellowstatue = VanillaFactory.createBlock("ornate_guardian_statue_yellow", ); +yellowstatue.setBlockLayer("CUTOUT"); +yellowstatue.setLightOpacity(0); +yellowstatue.setFullBlock(false); +yellowstatue.setToolClass("pickaxe"); +yellowstatue.setToolLevel(0); +yellowstatue.setEntitySpawnable(false); +yellowstatue.register(); + +var greenstatue = VanillaFactory.createBlock("ornate_guardian_statue_green", ); +greenstatue.setBlockLayer("CUTOUT"); +greenstatue.setLightOpacity(0); +greenstatue.setFullBlock(false); +greenstatue.setToolClass("pickaxe"); +greenstatue.setToolLevel(0); +greenstatue.setEntitySpawnable(false); +greenstatue.register(); + +var bluestatue = VanillaFactory.createBlock("ornate_guardian_statue_blue", ); +bluestatue.setBlockLayer("CUTOUT"); +bluestatue.setLightOpacity(0); +bluestatue.setFullBlock(false); +bluestatue.setToolClass("pickaxe"); +bluestatue.setToolLevel(0); +bluestatue.setEntitySpawnable(false); +bluestatue.register();