Commit Graph

17 Commits

Author SHA1 Message Date
1F616EMO~nya
6ce834e307
Add crafting support for farming redo and moreblocks (#28) 2024-07-16 21:20:59 +02:00
FaceDeer
6feceab324 switch to client-side translation system 2020-02-19 21:57:13 -07:00
FaceDeer
92a089efe6 hemp and cottages have ropes too 2017-09-30 10:17:32 -06:00
FaceDeer
1b6296cc03 account for Minetest issue 5518 2017-05-07 11:49:56 -06:00
FaceDeer
2729d8ff6d generalize the rope-crafting recipe 2017-04-02 15:49:09 -06:00
FaceDeer
7f7ca3514e Add multiple material types. 2017-02-09 21:29:42 -07:00
FaceDeer
0e8057ecda reduced cotton burn time
Unfortunately cotton doesn't have an official burn time, so I'm just
estimating. 1 seems more in line with existing items than 3, IMO.
2017-02-04 10:58:53 -07:00
FaceDeer
0be6c8d95a make everything flammable 2017-02-04 00:00:25 -07:00
FaceDeer
646e0566f6 intllib support 2017-02-03 00:22:31 -07:00
FaceDeer
76566ecd90 generalize the wood and sticks needed for recipes 2017-02-01 22:19:32 -07:00
FaceDeer
289a3c4c2d add back in vines crafting compatibility, add a screenshot and description.txt 2017-01-31 20:32:40 -07:00
FaceDeer
36a20910ba there was a hidden farming dependency, probably never noticed because minetest-game has both default and farming 2017-01-31 20:11:12 -07:00
FaceDeer
befd75f8d6 Splitting the vines and ropes mod. This is the ropes side, removing all vine-related content. 2017-01-31 19:53:16 -07:00
FaceDeer
78b4844c4c Add rope documentation via an optional dependency on the doc mod
Haven't done vines yet, will likely do that after splitting the mod in
two
2017-01-30 11:30:53 -07:00
FaceDeer
d202fd497f Rewriting rope ladder and rope severing to be more robust, can now be done with a default axe 2017-01-30 01:56:44 -07:00
FaceDeer
2a5a536fd6 Much enhanced rope blocks, added rope ladder
I did a bunch of work enhancing the rope blocks in this. I gave them a
nodebox model, limited the length the rope will extend to, allowed
blocks with rope of varying length to be crafted, and fixed a couple of
problems with ropes - namely that removing the block wouldn't
necessarily remove the whole rope (now there's a "rope top" that eats
its way down to ensure the whole rope is removed) and that a rope
couldn't be cut once it was in place. I also added a rope ladder
variant, and made it possible to craft ropes using cotton as well as
vines.

I may have broken the vines part of this mod in the process, I'll do
further testing and code cleanup soon.
2016-06-07 19:53:41 -06:00
bas080
796961b01a Complete rewrite
A big code update. Some features have changes slightly. The goal of this update
is to improve performance on servers. This is achieved by removing ABMs and
using on_timers instead. The amount of times that on_timer is used is also
minimized. Other features include.

- vine register function that allows the registering of side and bottom vines

- Removing vines remove all vines beneath it.

- New vine named Roots
2015-02-10 07:15:16 +01:00