Guest User

MA Awakening Automation

a guest
Apr 29th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haskell 0.68 KB | Gaming | 0 0
  1. Name "MA Awakening Automation"
  2.  
  3. Every 20 ticks do
  4.     Input from Interface
  5.     Output retain 40 water_essence to each NeedsWaterEssence
  6.     Output retain 40 fire_essence to each NeedsFireEssence
  7.     Output retain 40 air_essence to each NeedsAirEssence
  8.     Output retain 40 earth_essence to each NeedsEarthEssence
  9. Forget
  10.     Input from Barrel
  11.     Output 1 except
  12.         spawn_egg_configurable_bee,
  13.         supremium_*,
  14.         to each AwakeningPedestal
  15.     Output
  16.         spawn_egg_configurable_bee,
  17.         supremium_*,
  18.         to AwakeningAltar
  19.  
  20.     If not some AwakeningPedestal has = 1 item:: then
  21.         Input from AwakeningAltar
  22.         Output to System
  23.     End
  24. End
Advertisement
Add Comment
Please, Sign In to add comment