Guest User

awearablelight server

a guest
May 7th, 2026
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. {
  2. "ItemTypes": {
  3. "awearablelight:clothes-head-torch-*": {
  4. "UseFuel": false,
  5. "Capacity": 300.0,
  6. "PowerType": "windup",
  7. "FuelList": {}
  8. },
  9. "awearablelight:clothes-head-candle*": {
  10. "UseFuel": true,
  11. "Capacity": 24.0,
  12. "PowerType": "fuel",
  13. "FuelList": {
  14. "game:candle": 8.0
  15. }
  16. },
  17. "awearablelight:clothes-head-oil-lamp-*": {
  18. "UseFuel": true,
  19. "Capacity": 30.0,
  20. "PowerType": "fuel",
  21. "FuelList": {
  22. "game:fat-rendered": 9.0,
  23. "game:fat": 4.0
  24. }
  25. },
  26. "awearablelight:clothes-waist-heavy-belt-brass-lantern-*": {
  27. "UseFuel": true,
  28. "Capacity": 64.0,
  29. "PowerType": "fuel",
  30. "FuelList": {
  31. "game:candle": 8.0
  32. }
  33. }
  34. },
  35. "Version": 1
  36. }
Advertisement
Add Comment
Please, Sign In to add comment