Commit Graph

75 Commits

Author SHA1 Message Date
Joaquin Villalba
5f495d4de3
Update items.lua 2024-06-03 20:27:50 -03:00
Joaquin Villalba
d1415aebff
Update recipes to use groups
Modifies all crafting recipes to use groups instead of fixed items, including adding a new crafting recipe to craft glasses of water using water sources

Special thanks to @mruncreative for showing insterest and inspiring me to do this changes (Resolves #14)
2024-06-03 20:13:56 -03:00
Joaquin Villalba
84008fa3e2
Merge pull request #13 from sys4-fr/master
Fix deprecated use of use_texture_alpha for Minetest 5.4+
2024-04-13 23:46:15 -03:00
sys4
7b1423e8cd Fix deprecated use of use_texture_alpha for Minetest 5.4+ 2021-03-03 23:08:40 +01:00
Joaquin Villalba
69330d88bc Revert "Create LICENSE"
This reverts commit 47a5202d8292823cf417342a6b4b03ec501f2ca9.
2021-01-28 19:11:11 -03:00
Joaquin Villalba
47a5202d82
Create LICENSE
License for code
2021-01-28 19:07:03 -03:00
Joaquin Villalba
8b6c5f0cad
Updated Glass of Water to actually be transparent
Added `use_texture_alpha = true` to the definition of claycrafter:glass_of_water
2021-01-02 23:16:21 -03:00
Joaquin Villalba
8e33df0067
Update README.md 2020-12-23 14:20:54 -03:00
Joaquin Villalba
83457a1f4a
Update README.md 2020-12-22 11:29:22 -03:00
Joaquin Villalba
b56b79f8e1
Update README.md 2020-12-22 11:28:50 -03:00
Joaquin Villalba
d056566409
Update README.md 2020-12-22 11:28:17 -03:00
Joaquin Villalba
2ab701933d
Moreblocks compatibility
Merged recipes.lua into items.lua
Added support for moreblocks' compressed dirt
2020-12-22 11:26:30 -03:00
Joaquin Villalba
86c0626956
Delete recipes.lua
Contents of recipes.lua is now in items.lua
2020-12-22 11:22:39 -03:00
Joaquin Villalba
5c36225853
Update README.md 2020-11-14 17:04:02 -03:00
Joaquin Villalba
54fc2110eb
Update README.md 2020-11-14 16:58:30 -03:00
Joaquin Villalba
367fbc6f4a
Update README.md 2020-11-14 16:19:44 -03:00
Joaquin Villalba
34575ded4d
Updated licences 2020-11-13 02:18:00 -03:00
Joaquin Villalba
902f3c0e4c
Updated licences... 2020-11-13 02:17:32 -03:00
Joaquin Villalba
211c3f4b68
Delete description.txt 2020-11-13 01:37:23 -03:00
Joaquin Villalba
26d8e9dd24
Delete depends.txt 2020-11-13 01:37:13 -03:00
Joaquin Villalba
b49f0ad425
Update mod.conf 2020-11-13 01:36:55 -03:00
Joaquin Villalba
204a25d060
Merge pull request #12 from Dragonop/Dragonop-#9
Fix bug where claycrafter won't turn off. Fixes issue #9
2020-11-13 01:32:24 -03:00
Joaquin Villalba
4a8a178800
Fix bug where claycrafter won't turn off
Fixed a bug where the Claycrafter would remain in its active state even if the output inv was full. This didn't waste or create any resources (only light and kept the block animated), it was purely cosmetic. Fixes issue #9, I guess.
2020-11-13 01:30:44 -03:00
Joaquin Villalba
fea2299053
Update description.txt 2020-11-13 01:15:53 -03:00
Joaquin Villalba
0502b438a8
Updated screenshot.png
Updated to better depict the current state of the claycrafter mod.
2020-11-13 01:07:33 -03:00
Joaquin Villalba
64aae49bbd
Glass of water now placeable - nerfed convert time
Glass of Water is now a placeable node. Can now be used to empty it out, returning an Empty Drinking Glass.
Don't recomend changing the item_eat value to any other than 0, if you don't want free food.
2020-11-13 00:53:54 -03:00
Joaquin Villalba
fc192685b0
Added glass_of_water_inv
Added inventory image for glass of water (since it's now placeable)
2020-11-13 00:25:17 -03:00
Joaquin Villalba
2b2a893960
Updated glass of water texture
Updated glass of water texture to fit the new drinking glass from the vessels mod
2020-11-12 23:55:15 -03:00
Joaquin Villalba
75b30587e0
Updated infotext
Changed itemstate "In use" to "Yes"
2020-11-12 23:47:03 -03:00
Joaquin Villalba
1626a812fa
Add reversible craft for compressed dirt
1 compressed dirt can now be used to get back 9 dirt
2020-11-12 22:36:56 -03:00
James Stevenson
c8c4e41cae Move glass of water def to items.lua 2016-02-06 17:51:51 -05:00
James Stevenson
ea612c59d5 Add files for recipes and items 2016-02-06 17:44:27 -05:00
James Stevenson
21e22e4451 Empty init.lua of node and craft defs. 2016-02-06 17:43:54 -05:00
Dragonop
7f35425823 mod.conf 2016-01-24 12:50:12 -03:00
Dragonop
d241c8d869 More groups for compressed dirt 2016-01-24 07:08:39 -03:00
Dragonop
2c68b350be Vessels inv
Vessels inv now works, more room in dst.
2016-01-23 13:37:15 -03:00
Dragonop
ff87677ae5 return 0 for vessels inv 2016-01-22 05:01:47 -03:00
Dragonop
a51b17ca63 Merge pull request #10 from everamzah/master
Vessel inv
2016-01-22 04:44:05 -03:00
James Stevenson
399ef94bdd Vessel inv 2016-01-22 02:03:01 -05:00
Dragonop
c63c448da4 infotext 2016-01-22 02:54:34 -03:00
Dragonop
928fbb389e Credits 2016-01-20 07:52:31 -03:00
Dragonop
cdd5f49528 Fixes issue #5 (this time for real)
(this time it actually fixes it hah)
2016-01-20 07:29:13 -03:00
Dragonop
7a8d7ea8c6 Vessel group
Added vessel group to glass of water.
2016-01-19 16:10:59 -03:00
Dragonop
8d7c5f68e5 Fixes issue #5 2016-01-19 12:30:24 -03:00
Dragonop
d8c9f54d2f Merge pull request #6 from everamzah/master
Don't continue to add and subtract if dst is full
2016-01-19 11:57:01 -03:00
James Stevenson
f89373d836 Don't continue to add and subtract if dst is full 2016-01-19 08:32:03 -05:00
Dragonop
917fded0aa screenshot.png
Updated screenshot.png
2016-01-19 07:31:14 -03:00
Dragonop
2235a03900 Deleted comments in init.lua
Deleted comments in init.lua and changed h2o = 4 to h2o = 1
2016-01-19 06:42:41 -03:00
Dragonop
d39cb0e4e6 Recipe for claycrafter
Recipe for claycrafter and minor corrections
2016-01-18 02:43:07 -03:00
Dragonop
680ecf0fb1 Credits 2016-01-18 02:30:38 -03:00