From 261485b7606f4ebcf0b659c023298e5439ad54a2 Mon Sep 17 00:00:00 2001 From: bud-aj29 <99773087+bud-aj29@users.noreply.github.com> Date: Wed, 10 Jan 2024 07:36:11 +0900 Subject: [PATCH] v0.2.4 Updated names for plank variants --- entity/armor_stand.entity.json | 2 +- manifest.json | 46 +++++++++++++++++++++------------- 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/entity/armor_stand.entity.json b/entity/armor_stand.entity.json index 9de505b..4826e90 100644 --- a/entity/armor_stand.entity.json +++ b/entity/armor_stand.entity.json @@ -46,7 +46,7 @@ "v.chunk_align_pivot = -query.body_y_rotation;", "v.guardian_y_align = 39*16 - query.position(1)*16;", - "v.spawn_show = query.get_equipped_item_name(0) == 'planks';", + "v.spawn_show = query.get_equipped_item_name(0) == 'acacia_planks' || query.get_equipped_item_name(0) == 'bamboo_planks' || query.get_equipped_item_name(0) == 'birch_planks' || query.get_equipped_item_name(0) == 'cherry_planks' || query.get_equipped_item_name(0) == 'crimson_planks' || query.get_equipped_item_name(0) == 'dark_oak_planks' || query.get_equipped_item_name(0) == 'jungle_planks' || query.get_equipped_item_name(0) == 'mangrove_planks' || query.get_equipped_item_name(0) == 'oak_planks' || query.get_equipped_item_name(0) == 'spruce_planks' || query.get_equipped_item_name(0) == 'warped_planks';", "v.sim_show = query.get_equipped_item_name(0) == 'stick';", "v.density_show = query.get_equipped_item_name(0) == 'chest';", "v.guardian_show = query.get_equipped_item_name(0) == 'prismarine_shard';", diff --git a/manifest.json b/manifest.json index 892aefb..b986c04 100644 --- a/manifest.json +++ b/manifest.json @@ -1,18 +1,30 @@ { - "format_version": 2, - "header": { - "description": "Show various game mechanic distances and measurements, armor stands with gunpowder, prismarine shards, sticks, planks, turtle eggs, rotten flesh, and spider eyes will show extra data.", - "name": "BE_Tech_RP_v0.2.3", - "uuid": "a507ad95-be89-4092-a131-17ebc2a629c6", - "version": [ 0,2,3 ], - "min_engine_version": [ 1, 18, 0 ] - }, - "modules": [ - { - "description": "", - "type": "resources", - "uuid": "960534ed-0cb6-4218-af02-725e43c56bbe", - "version": [0, 0, 1] - } - ] -} + "format_version": 2, + "header": { + "description": "Show various game mechanic distances and measurements, armor stands with gunpowder, prismarine shards, sticks, planks, turtle eggs, rotten flesh, and spider eyes will show extra data.", + "name": "BE_Tech_RP_v0.2.4", + "uuid": "d583413a-0e4f-463c-a82a-5704d0a22607", + "version": [ + 0, + 2, + 4 + ], + "min_engine_version": [ + 1, + 20, + 30 + ] + }, + "modules": [ + { + "description": "", + "type": "resources", + "uuid": "80498190-4203-465c-8a23-8f7cbe299982", + "version": [ + 0, + 0, + 1 + ] + } + ] +} \ No newline at end of file