mirror of
https://github.com/minetest-mods/hopper.git
synced 2024-11-19 22:03:47 +01:00
8 lines
404 B
Plaintext
8 lines
404 B
Plaintext
#Dimensions of the textures used, in pixels.
|
|
hopper_texture_size (Hopper texture size) enum 16 16,32
|
|
|
|
#When true, the hopper mod uses a single craftable item that auto-selects
|
|
#a top hopper or side hopper depending on the context the player places it in.
|
|
#When false, top hoppers and side hoppers are explicitly craftable as separate
|
|
#items.
|
|
hopper_single_craftable_item (Single craftable item) bool true |