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