Commit Graph

789 Commits (master)

Author SHA1 Message Date
LNJ (on MT Server) 350c18a966 Farming: Make growing slower (x2) 2017-01-28 22:24:07 +01:00
LNJ 6c11f142e1 New Release: 16.09 2016-09-28 17:25:03 +02:00
LNJ ba0499461b Hunger: Fix eat sound is played on all players
As I rewrote this I removed the to_player = user, so the sound was played
for all players, doesn't matter where they are. So to fix this I added
pos = user:getpos() and also a max_hear_distance = 8.
2016-09-23 21:40:55 +02:00
LNJ caec6ad402 CME: Register spawner and egg also in peaceful mode (fixes #32)
Spawners and spawn eggs do exist, but will only spawn hostile
mobs in normal (non-peaceful) mode. All existing hostile mobs
will despawn when loaded in peaceful mode.
2016-09-12 21:10:43 +02:00
LNJ 3b64e12bdf CME|Legacy: Remove Sheep spawner; Add removal 2016-09-12 21:09:49 +02:00
LNJ b0a0a4ad00 Legacy: Add function for registering removal for entitys 2016-09-12 21:08:29 +02:00
LNJ bcc6a8d52f Flowers: Brown Mushrooms only give you a half bread (saturation) back 2016-09-04 20:28:33 +02:00
LNJ 3df251c915 CME/oerrki: Fix item drops (min=1, not 0) (fixes #33)
Thank you, yusf for reporting!
2016-09-03 20:57:39 +02:00
LNJ 2cc7dc470e Default/item drop: Fix that item drop is enabled even if disabled in settings (fixes #31) 2016-09-03 11:16:06 +02:00
Florian LAHAYE a3f09d9417 Default/ruins.lua: Fix crash (fixes #22) 2016-08-31 16:36:05 +02:00
LNJ 2ae97746c3 Farming/gardens: Fix that gardens drop the garden and seeds 2016-08-26 17:38:34 +02:00
LNJ 8b79a74da2 Farming/gardens: Decrease (average) number_of_drops to 2 2016-08-26 17:36:47 +02:00
LNJ faff25b3c4 Farming/gardens.lua: Reduce fill_ratio of gardens, v6 compatibility 2016-08-26 17:34:00 +02:00
LNJ 402a111ef0 Fix apple nodebox 2016-08-26 17:06:48 +02:00
LNJ 642d7fc67f Farming/gardens.lua: Add sunlight_propagates = true 2016-08-22 13:22:54 +02:00
LNJ e0cfa0265d Farming: Add gardens (and API) for seeds
They drop 2-4 seeds, when digged. Right-click to collect the garden.
2016-08-20 12:46:11 +02:00
LNJ f09b6764e6 (Re)Add give initial stuff and enable with a crafting guide per default 2016-08-18 20:33:14 +02:00
LNJ 5d6839c7ff Add Chairs, that are sittable
The sitting function is partly from kilbith's mod 'X-Decor'.
2016-08-18 19:33:03 +02:00
LNJ bd9404200c Add 'Chessboard' from realchess mod by kilbith
Relicensed to GPLv3.0+ from WTFPL, but still credited to kilbith/beyondlimits.
2016-08-17 18:40:07 +02:00
LNJ bfb921f559 Food: Hamburger texture also contains salad 2016-08-16 20:04:15 +02:00
LNJ d6e9bd73db Food: Burger recipe needs lettuce 2016-08-16 19:35:31 +02:00
LNJ 98c837ef9b Farming: Add lettuce 2016-08-16 19:30:27 +02:00
LNJ 4b9e154989 Hunger: Rewrite eating function partly
Now there is no need to register food anymore!
Everything can be specified via. groups in the itemdef.
2016-08-16 15:03:02 +02:00
LNJ 1f7c683ea2 Food: Add hamburger, clean up, add documentation
The hamburger is craftable by a roll and meat ("group:meat").

All kind of food is now in "group:food".
Chicken and normal meat are now in "group:meat".

Food: Move aliases to legacy mod
2016-08-15 15:05:30 +02:00
LNJ e27eaabaa4 Add torch wield light (disabled by default)
Thanks to sofar, who wrote this in his fork of BlockMen's
torches mod. Everything is credited to him. (But it's GPLv3+,
not LGPLv2.1+)
2016-08-05 00:29:41 +02:00
LNJ 137b9df403 Slow down leafdecay
This should also increase the performance minimally.
2016-08-04 23:08:42 +02:00
LNJ ff671c8730 Default: Mese lamp recipe returns two, and needs obsidian glass
The mese lamp texture also looks more like obsidian glass, than normal.
It's only not completely correct that you get two mese lamps, out of
one obsidian glass block... :/
2016-08-04 21:42:03 +02:00
LNJ fdcb11251a Default: Ladder recipe returns two, not only one
I also noticed that the ladder.lua was named wrong (latter.lua)
and fixed this.
2016-08-04 21:36:19 +02:00
LNJ 6b73054297 Spilt up crafting.lua into nodes' and items' files 2016-08-04 21:31:52 +02:00
LNJ 240158ed68 Restructure default
Split up environment.lua
Add misc folder
2016-08-04 20:11:50 +02:00
LNJ 82c8a56f40 Increase uses of most tools 2016-08-04 03:07:21 +02:00
LNJ b07f26d49b Fix that wood is not in group:wood 2016-07-31 17:18:37 +02:00
LNJ aa9957bcb2 Documentation: Add all Default Functions 2016-07-30 20:07:53 +02:00
LNJ f71666a75f Farming: Infotext displays the percent that the plant is grown 2016-07-30 19:42:09 +02:00
LNJ 69cb8b70ab Default: Add rounding function 2016-07-30 19:40:56 +02:00
LNJ f14dde8c7e Documentation/Farming API: Add "step_after_harvest" 2016-07-30 19:15:08 +02:00
LNJ a63c2e9454 Farming: Strawberries appear as step 4 after they are harvested 2016-07-30 19:10:34 +02:00
LNJ 1a14492cf8 Farming: Mature Plants are harvestable by a single rightclick now 2016-07-30 18:51:59 +02:00
LNJ d3c9b1eed6 V16.07: The Latest Update Ever! 2016-07-30 17:10:29 +02:00
LNJ 9fd99b3161 Crafting: Bone Meal recipe returns 2, not 4 2016-07-30 16:16:12 +02:00
LNJ e7f224dbac Add Sign API (no local function) 2016-07-24 19:11:54 +02:00
LNJ 4fc831ea4b Default: Stair recipe returns 8, not 6
You need 6 to craft stairs, but stairs have less volume.
So if we are exactly you should get 8.5 stairs / 8 stairs.
2016-07-22 18:58:56 +02:00
LNJ a472cd45a8 Farming/Default: Add negative fall_damage_add_percent to straw/wool
Thanks to cd2 -> MTG
2016-07-22 18:55:09 +02:00
LNJ 037ea5f18a Fix bug that you can craft workbenches with slabs/stairs (fixes #28) 2016-07-22 10:12:49 +02:00
LNJ 5d38bb25d0 README.txt: Clean up 2016-07-22 09:54:56 +02:00
LNJ a8ed39cfed Remove GPLv3.txt, twice is a little bit too much 2016-07-22 09:49:37 +02:00
LNJ 31ee2bb119 settingtypes.txt: Correct TNT setting name (#29) 2016-07-01 16:27:24 +02:00
LNJ2 ce437b2200 Use nicer sapling texture (from Wasteland by BlockMen) 2016-06-26 17:38:33 +02:00
LNJ (on MT Server) 7d80dfbaf1 CME/Chicken: Fix feed item (farming:seed_wheat -> farming:wheat_seed) 2016-06-24 17:09:31 +02:00
LNJ2 5e01231c29 Fix that signs were undiggable by hand 2016-06-22 21:17:26 +02:00