updated extractor textures to represent craft better, added crafts which now depend on VanessaE's fork of steel mod
This commit is contained in:
parent
7532d5f896
commit
88221c2c75
@ -1 +1,2 @@
|
||||
default
|
||||
steel
|
||||
|
29
init.lua
29
init.lua
@ -4,17 +4,6 @@
|
||||
--Version 2.2
|
||||
--License WTFPL
|
||||
|
||||
--FEATURES
|
||||
--pipeworks industrial hive
|
||||
--more realistic colonie spreading
|
||||
--x sweet particles bra
|
||||
--x smokers to calm down the bees before opening the hive
|
||||
--x frame honey and wax extractor
|
||||
--x spreading bee colonies
|
||||
--x grafting tool - to remove queen bees from wild hives
|
||||
--x Make flowers reproduce when near a hive
|
||||
--x Add formspec to twild hive when using grafting tool
|
||||
|
||||
--VARIABLES
|
||||
local bees = {}
|
||||
local formspecs = {}
|
||||
@ -494,6 +483,24 @@
|
||||
})
|
||||
|
||||
--CRAFTS
|
||||
minetest.register_craft({
|
||||
output = 'bees:extractor',
|
||||
recipe = {
|
||||
{'','steel:sheet_metal',''},
|
||||
{'steel:sheet_metal','steel:rod','steel:sheet_metal'},
|
||||
{'default:mese_crystal','steel:sheet_metal','default:mese_crystal'},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'bees:smoker',
|
||||
recipe = {
|
||||
{'steel:sheet_metal', 'wool:red', ''},
|
||||
{'', 'default:torch', ''},
|
||||
{'', 'steel:sheet_metal',''},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'bees:hive_artificial',
|
||||
recipe = {
|
||||
|
29
readme.txt
29
readme.txt
@ -1,19 +1,32 @@
|
||||
BEES MOD
|
||||
--------
|
||||
BEES MOD V2.2
|
||||
-------------
|
||||
|
||||
DEPENDS
|
||||
-------
|
||||
https://github.com/VanessaE/minetest-steel
|
||||
|
||||
FEATURES
|
||||
--------
|
||||
2.2
|
||||
- craft for extractor
|
||||
- extractor texture update
|
||||
- a craft for the smoker
|
||||
|
||||
2.1
|
||||
- bees polinate flowers nearby, causing them to multiply
|
||||
- add formspec to wild and artificial hive when using grafting tool
|
||||
- smoke, flying wax and bee particles
|
||||
- smokers to calm down the bees before opening the hive
|
||||
- a centrifuge to extract the honey from the frames
|
||||
- spawn wild bee hives on tree leaves
|
||||
- a centrifuge to extract the honey and from the filled frames
|
||||
- grab eatable honeycomb from wild hives
|
||||
- craft a grafting tool to extract queen bees from wild hives
|
||||
- craft artificial hives and frames
|
||||
|
||||
1.0
|
||||
- spawn wild bee hives on tree leaves
|
||||
- use the queen bee to populate artificial hives
|
||||
- plant flowers near hives to increase their productivity
|
||||
- spreading bee colonies
|
||||
- add formspec to wild and artificial hive when using grafting tool
|
||||
- spawning bee colonies
|
||||
|
||||
FUTURE
|
||||
------
|
||||
@ -32,5 +45,5 @@ https://forum.minetest.net/viewtopic.php?pid=102905
|
||||
|
||||
LICENSE
|
||||
-------
|
||||
- code are WTFPL
|
||||
- text are WTFPL
|
||||
- codes is WTFPL
|
||||
- textures are CC BY-SA
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 366 B |
Binary file not shown.
Before Width: | Height: | Size: 456 B After Width: | Height: | Size: 445 B |
Loading…
x
Reference in New Issue
Block a user