Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
Updated names for plank variants
  • Loading branch information
bud-aj29 committed Jan 9, 2024
1 parent 5e7432e commit 261485b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
2 changes: 1 addition & 1 deletion entity/armor_stand.entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -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';",
Expand Down
46 changes: 29 additions & 17 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
]
}
]
}

0 comments on commit 261485b

Please sign in to comment.