Skip to content

Commit

Permalink
Added some new modifiers to Infernal Industries factories
Browse files Browse the repository at this point in the history
  • Loading branch information
Zungrysoft committed Jul 18, 2021
1 parent 1d1f00e commit 4a1e73e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Create the empty space
execute positioned ~ 0 ~ run fill ~15 ~40 ~40 ~-15 ~47 ~-25 air
execute positioned ~ 0 ~ run fill ~15 ~48 ~40 ~-15 ~55 ~-25 air
execute positioned ~ 0 ~ run fill ~15 ~56 ~40 ~-15 ~60 ~-25 air
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Add vents
execute positioned ~ 85 ~ run fill ~0 ~ ~50 ~50 ~ ~-50 air
execute positioned ~ 83 ~ run fill ~0 ~ ~50 ~50 ~ ~-50 air
execute positioned ~ 81 ~ run fill ~0 ~ ~50 ~50 ~ ~-50 air
execute positioned ~ 79 ~ run fill ~0 ~ ~50 ~50 ~ ~-50 air
execute positioned ~ 77 ~ run fill ~0 ~ ~50 ~50 ~ ~-50 air
execute positioned ~ 75 ~ run fill ~0 ~ ~50 ~50 ~ ~-50 air
6 changes: 4 additions & 2 deletions data/tid/functions/dungeon/infernal/factory/start.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ execute as @e[type=area_effect_cloud,tag=scatter] at @s run function tid:dungeon

#Modifiers
execute if predicate tid:random_50 run function tid:dungeon/infernal/factory/mod_underbelly
execute if predicate tid:random_50 run function tid:dungeon/infernal/factory/mod_shafts
execute if predicate tid:random_50 run function tid:dungeon/infernal/factory/mod_crosscut
execute if predicate tid:random_30 run function tid:dungeon/infernal/factory/mod_shafts
execute if predicate tid:random_30 run function tid:dungeon/infernal/factory/mod_crosscut
execute if predicate tid:random_30 run function tid:dungeon/infernal/factory/mod_hangar
execute if predicate tid:random_10 run function tid:dungeon/infernal/factory/mod_vents

#Topper
execute if predicate tid:random_15 positioned ~-15 ~94 ~-15 run function tid:dungeon/infernal/factory/select_topper
Expand Down

0 comments on commit 4a1e73e

Please sign in to comment.