Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
updated poppy item name
  • Loading branch information
bud-aj29 committed May 30, 2024
1 parent 0e817d3 commit 4c9767b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion entity/armor_stand.entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"v.scare_show = query.get_equipped_item_name(0) == 'gunpowder';",
"v.spawner_show = query.get_equipped_item_name(0) == 'string';",
"v.enderman_show = query.get_equipped_item_name(0) == 'ender_pearl';",
"v.golem_show = query.get_equipped_item_name(0) == 'iron_ingot' || query.get_equipped_item_name(0) == 'red_flower';",
"v.golem_show = query.get_equipped_item_name(0) == 'iron_ingot' || query.get_equipped_item_name(0) == 'poppy';",
"v.outpost_show = query.get_equipped_item_name(0) == 'banner' && variable.armor_stand.pose_index == 0;",
"v.pillager_show = query.get_equipped_item_name(0) == 'crossbow';",
"v.sugarcane_show = query.get_equipped_item_name(0) == 'sugar_cane';",
Expand Down
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"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.5",
"uuid": "e17e5c86-6cb6-48dc-9c53-4e32ffbdb42d",
"name": "BE_Tech_RP_v0.2.6",
"uuid": "8e4f3a5f-cc35-4d00-847b-dfc14ae6be20",
"version": [
0,
2,
5
6
],
"min_engine_version": [
1,
20,
60
80
]
},
"modules": [
{
"description": "",
"type": "resources",
"uuid": "d73f99a5-7e79-4c3f-bc17-5b802a72af52",
"uuid": "ce93761e-873a-4215-9501-d2403204fe41",
"version": [
0,
0,
Expand Down

0 comments on commit 4c9767b

Please sign in to comment.