settingtypes.txt 747 B

1234567891011121314
  1. #Dimensions of the textures used, in pixels.
  2. hopper_texture_size (Hopper texture size) enum 16 16,32
  3. #When true, the hopper mod uses a single craftable item that auto-selects
  4. #a top hopper or side hopper depending on the context the player places it in.
  5. #When false, top hoppers and side hoppers are explicitly craftable as separate
  6. #items.
  7. hopper_single_craftable_item (Single craftable item) bool true
  8. #This enables a toggle button in the hopper formspecs that allows a hopper
  9. #to be set to "eject" items out into the world if there's no suitable node
  10. #in their target location to receive them. By default hoppers do not eject
  11. #items like this, the player must set this on a per-hopper basis.
  12. hopper_eject_button (Eject items button) bool true