Skip to content

Commit

Permalink
fix: version are absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
edayot committed Jan 9, 2023
1 parent 0f3ce50 commit ab17719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/simpledrawer/functions/impl/test_load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ execute if score #smithed.actionbar.major load.status matches 0 if score #smithe
execute if score #simpledrawer.smithed.custom_block load.status matches 1 if score #simpledrawer.itemio load.status matches 1 if score #simpledrawer.smithed.crafter load.status matches 1 if score #simpledrawer.smithed.actionbar load.status matches 1 run function simpledrawer:impl/load


execute unless score #simpledrawer.smithed.custom_block load.status matches 1 run tellraw @a [{"translate":"simpledrawer.tellraw_prefix","color":"dark_red"},{"text":"Error Loading SimpleDrawer, Smithed Custom Block v0.1.0+ is required.","color":"red"}]
execute unless score #simpledrawer.itemio load.status matches 1 run tellraw @a [{"translate":"simpledrawer.tellraw_prefix","color":"dark_red"},{"text":"Error Loading SimpleDrawer, ItemIO v0.1.0+ is required.","color":"red"}]
execute unless score #simpledrawer.smithed.custom_block load.status matches 1 run tellraw @a [{"translate":"simpledrawer.tellraw_prefix","color":"dark_red"},{"text":"Error Loading SimpleDrawer, Smithed Custom Block v0.1.0 is required.","color":"red"}]
execute unless score #simpledrawer.itemio load.status matches 1 run tellraw @a [{"translate":"simpledrawer.tellraw_prefix","color":"dark_red"},{"text":"Error Loading SimpleDrawer, ItemIO v0.1.0 is required.","color":"red"}]
execute unless score #simpledrawer.smithed.crafter load.status matches 1 run tellraw @a [{"translate":"simpledrawer.tellraw_prefix","color":"dark_red"},{"text":"Error Loading SimpleDrawer, Smithed Crafter v0.1.0 is required.","color":"red"}]
execute unless score #simpledrawer.smithed.actionbar load.status matches 1 run tellraw @a [{"translate":"simpledrawer.tellraw_prefix","color":"dark_red"},{"text":"Error Loading SimpleDrawer, Smithed Actionbar v0.1.0 is required.","color":"red"}]

0 comments on commit ab17719

Please sign in to comment.