M screenshot.png
M textures/bags_large.png
M textures/bags_medium.png
M textures/bags_small.png
M textures/ui_1_icon.png
M textures/ui_2_icon.png
M textures/ui_3_icon.png
M textures/ui_4_icon.png
M textures/ui_5_icon.png
M textures/ui_bags_icon.png
M textures/ui_bags_lg_form.png
M textures/ui_bags_main_form.png
M textures/ui_bags_med_form.png
M textures/ui_bags_sm_form.png
M textures/ui_blank_image.png
M textures/ui_blue_icon_background.png
M textures/ui_circular_arrows_icon.png
M textures/ui_craft_icon.png
M textures/ui_craftgrid_icon.png
M textures/ui_craftguide_form.png
M textures/ui_craftguide_icon.png
M textures/ui_crafting_form.png
M textures/ui_doubleleft_icon.png
M textures/ui_doubleright_icon.png
M textures/ui_form_bg.png
M textures/ui_gohome_icon.png
M textures/ui_green_icon_background.png
M textures/ui_group.png
M textures/ui_home_icon.png
M textures/ui_left_icon.png
M textures/ui_main_inventory.png
M textures/ui_misc_form.png
M textures/ui_moon_icon.png
M textures/ui_no.png
M textures/ui_off_icon.png
M textures/ui_ok_icon.png
M textures/ui_on_icon.png
M textures/ui_pencil_icon.png
M textures/ui_red_icon_background.png
M textures/ui_right_icon.png
M textures/ui_search_icon.png
M textures/ui_sethome_icon.png
M textures/ui_skip_backward_icon.png
M textures/ui_skip_forward_icon.png
M textures/ui_sun_icon.png
M textures/ui_trash_icon.png
M textures/ui_waypoint_set_icon.png
M textures/ui_waypoints_icon.png
M textures/ui_xyz_icon.png
M textures/ui_xyz_off_icon.png
M textures/ui_xyz_on_icon.png
Certain mods add many recipes that take smaller blocks and output a bigger block. This clutters the recipes list. Case in point: the circular saw from the moreblocks mod.
This patch allows mods to tell the craft guide to not include recipes that contain certain items, by setting the group exclude_from_craft_guide = 1 in the items.
when bags was first created, wool and farming were not in minetest_game, and so that people didnt have a load of dependancies I made the recipe from wood and sticks.
now that wool and cotton are available it makes a lot more sense to craft the bags from these items.
they are harder to obtain, but bags are valuable items in game, so i think the extra effort to obtain the items is justified.
Set unified_inventory_lite = true in minetest.conf to enable.
This mode reduces the feature-set of the mod as follows:
* no bags
* no waypoints,
* no home/go-home buttons,
* no set-day/-night buttons,
* smaller creative/craft guide inventory pages (4x6 instead of 8x10)
* fewer paging buttons
* smaller search field
* move "Result: foo" to below the crafting guide grid.
* Move main "tab" buttons to the right, below the search and paging buttons.
* Made "tab" buttons able to use to 2 rows if necessary (max 8 buttons)