Advertisement
daimonicon

Script:Recycle

Dec 5th, 2022 (edited)
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. {{~scroll 13 1}}{{#entitiesbyname '*'}}
  2. {{#each .}}
  3. {{#test @root.E.Id 'neq' Id}}
  4. <size=5><color=orange>{{Name}}:</color></size>
  5. <size=4>{{#recycle . 'Salvage*'}}
  6.   min: {{MinPos}}
  7.   max: {{MaxPos}}
  8.   current X: {{X}}
  9.   current Y: {{Y}}
  10.   current Z: {{Z}}
  11.   TotalBlocks: {{TotalBlocks}}
  12.   CheckedBlocks: {{CheckedBlocks}}
  13.   RemovedBlocks: {{RemovedBlocks}}
  14. </size>
  15. {{else}}
  16. - {{/recycle}}
  17. {{/test}}
  18. {{/each}}
  19. {{/entitiesbyname}}{{/scroll}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement