Go to file
daretmavi 5075acbd3d Merge branch 'devel' into 'master'
Devel

See merge request daretmavi/bucket-lite!12
2021-02-09 21:06:40 +00:00
locale Update for better kompatibility 2021-02-07 18:13:53 +01:00
textures Update 2021-02-07 18:38:21 +01:00
CHANGELOG Bucket water generation rewrite 2021-02-09 00:18:00 +01:00
README.md Readme update 2021-02-09 21:49:38 +01:00
bucket_liquids.lua Bucket water generation rewrite 2021-02-09 00:18:00 +01:00
init.lua Bucket water generation rewrite 2021-02-09 00:18:00 +01:00
license.txt First commit 2020-11-08 22:40:25 +01:00
mod.conf Add Support for dynamic_liquid 2020-12-12 22:16:44 +01:00
screenshot.png Screeshots size 2020-11-10 00:46:52 +01:00
screenshot_bucket_recipe_clasic.png recipe images 2021-01-13 23:16:19 +01:00
screenshot_bucket_recipe_new.png recipe images 2021-01-13 23:16:19 +01:00
screenshot_buckets.png Updated screenshots 2021-01-13 23:00:38 +01:00
screenshot_buckets_muddy_water_life.png Updated screenshots 2021-01-13 23:00:38 +01:00
screenshot_new.png Screeshots size 2020-11-10 00:46:52 +01:00
screenshot_old_lava.png Screeshots size 2020-11-10 00:46:52 +01:00
screenshot_old_river_water.png Screeshots size 2020-11-10 00:46:52 +01:00
screenshot_old_water.png Screeshots size 2020-11-10 00:46:52 +01:00
settingtypes.txt Bucket water generation rewrite 2021-02-09 00:18:00 +01:00

README.md

Bucket lite [Minetest mod]

Image

Fork of Minetest Game mod: bucket

  • only one bucket for water and river water types (with bucket_unify_river_water=true)
  • flowing is only one block to prevent flooding with one bucket
  • If "bucket water" gets in contact with normal water or river water, then the bucket water changes to this type.
  • If "bucket lava" gets in contact with water, or default lava, the bucket lava changes to default type - this can result in lava flooding. Just don't mess up with lava :)
  • liquid can be taken from flowing liquid - you don't have to look for source
  • more buckettypes added (wood, stone, steel, bronze, mese, diamond, gold)
  • default bucker for aliases is steel

Working with other mods:

  • dynamic_liquid

  • water_life

  • swaz

Behavior

  • water flowing from bucket is set to 1 block (default)

Screenshots:

This is default water behavior:

Image Image Image

River water is ok, but normal water and lava can create real flood ... from one bucket. It's crazy.

This mod changes it to just one block

Image Minetest: https://www.minetest.net/

Diferent bucket types:

Image

Support for other mods bucket liquids:

  • like muddy water in water_life mod
  • Image

Recipe

  • can be changed with mod setting bucket_use_clasic_recipe

Default "clasic" recipe:

Image

bucket_use_clasic_recipe = true

  • can conflict with other mods, like farming:Wooden Bowl - "Wood Empty Bucket" = "Wooden Bowl"

NEW Recipe:

Image

bucket_use_clasic_recipe = false

Other Settings

How far will water from bucket flow

bucket_water_flowing_range (Bucket water flowing range) int 1

How far will lava from bucket flow

bucket_lava_flowing_range (Bucket lava flowing range) int 1

Get liquid from flowing liquid

bucket_get_flowing (Flowing liwuid can be taken) bool true

  • If true, then liquid can be taken even from flowing one
  • not only from source

Default bucket type

bucket_default_type (Bucket default type) enum steel steel,wood,stone,bronze,mese,diamond,gold

  • do not disable defined type, or you get nothing with /giveme bucket

Enabled buckettypes

Enable steel bucket

bucket_material_steel (Enable steel bucket) bool true

Enable wood bucket

bucket_material_wood (Enable wood bucket) bool true

Enable stone bucket

bucket_material_stone (Enable stone bucket) bool true

Enable bronze bucket

bucket_material_bronze (Enable bronze bucket) bool true

Enable mese bucket

bucket_material_mese (Enable mese bucket) bool true

Enable diamond bucket

bucket_material_diamond (Enable diamond bucket) bool true

Enable gold bucket bucket_material_gold (Enable gold bucket) bool true

Enable getting lava

Get lava with steel bucket

bucket_getlava_steel (Enable steel bucket) bool true

Get lava with wood bucket

bucket_getlava_wood (Enable wood bucket) bool false

Get lava with stone bucket

bucket_getlava_stone (Enable stone bucket) bool true

Get lava with bronze bucket

bucket_getlava_bronze (Enable bronze bucket) bool false

Get lava with mese bucket

bucket_getlava_mese (Enable mese bucket) bool true

Get lava with diamond bucket

bucket_getlava_diamond (Enable diamond bucket) bool true

Get lava with gold bucket

bucket_getlava_gold (Enable gold bucket) bool false

Unify water and river water

bucket_unify_river_water (Unify river water) bool false

Bucket liquid reverse interval

bucket_liquid_abm (Bucket liquid reserve interval) float 1.0


Minetest Game mod: bucket

See license.txt for license information.

Authors of original source code

Kahrl kahrl@gmx.net (LGPLv2.1+) celeron55, Perttu Ahola celeron55@gmail.com (LGPLv2.1+) Various Minetest developers and contributors (LGPLv2.1+)

Authors of media (textures)

ElementW (CC BY-SA 3.0)