Pascal Abresch nephele
  • Joined on 2018-06-18
nephele pushed to new-crafting at nephele/minetest-gamemode-orion 2022-04-20 07:41:18 +00:00
5d6d1cc4c1 WIP: inventory stuff
nephele created branch new-crafting in nephele/minetest-gamemode-orion 2022-04-20 07:41:17 +00:00
nephele pushed to master at nephele/minetest-gamemode-orion 2022-04-19 11:58:52 +00:00
9e665ce2f4 fix hatchet, make grass easier to remove
27e17c96a0 fix tree gen
Compare 2 commits »
nephele pushed to master at nephele/minetest-gamemode-orion 2022-04-19 11:18:15 +00:00
be2bf31d7f make saplings grow
nephele pushed to master at nephele/minetest-gamemode-orion 2022-04-19 10:46:53 +00:00
8fb12eddb4 make charger respect enabled
nephele commented on issue nephele/minetest-gamemode-orion#6 2022-04-19 09:14:50 +00:00
more options to craft hatchet

Need to make berry bush diggable by hand to obtain sticks from it

nephele pushed to master at nephele/minetest-gamemode-orion 2022-04-19 08:44:51 +00:00
dbede7d8bf Fix quickput quicktake
7d1694993e add io to capacitor
6853f987bc add screwdriver
Compare 3 commits »
nephele pushed to master at nephele/minetest-mod-quitputtake 2022-04-18 19:10:10 +00:00
32e308747b Fix crash, remove whitelist
nephele created branch master in nephele/minetest-mod-quitputtake 2022-04-18 18:55:21 +00:00
nephele pushed to master at nephele/minetest-mod-quitputtake 2022-04-18 18:55:21 +00:00
f8d0943c5a initial commit
nephele created repository nephele/minetest-mod-quitputtake 2022-04-18 18:53:20 +00:00
nephele pushed to master at nephele/minetest-gamemode-orion 2022-04-17 09:21:34 +00:00
9503a77c9d New solar texture
nephele pushed to master at nephele/minetest-gamemode-orion 2022-04-09 17:11:59 +00:00
de71082a69 make multimeter show inventory lists
794951caba sparkmachine: implement io for furnace
Compare 2 commits »
nephele opened issue nephele/minetest-gamemode-orion#12 2022-04-09 16:12:05 +00:00
io: implement quarry reached depth
nephele opened issue nephele/minetest-gamemode-orion#11 2022-04-09 16:08:18 +00:00
New textures
nephele pushed to master at nephele/minetest-gamemode-orion 2022-04-09 15:24:42 +00:00
a865692a64 Implement IO functions for outputs; add case for inventory in multimeter
4f94a568ec solar: fix
218e13fd1c sparkmachine: implement io for quarry
Compare 3 commits »
nephele pushed to master at nephele/minetest-gamemode-orion 2022-04-09 12:50:07 +00:00
c35e11d4b5 show values in multimeter
50e6efefca charger: fix return values
d7520335c9 fixes for outputs
2244e40cca sparklight: implement io interface for light
Compare 4 commits »
nephele pushed to master at nephele/minetest-gamemode-orion 2022-04-08 20:43:58 +00:00
0f351b8f21 sparkgenerator: implement io for burnergenerator
70ca1c6219 sparkgenerator: implement io for solar
402ecc6ab3 charger: fix enabled state
73e2f42caf charger: remove uneeded code
5c95e16ded sparktool: implement io for charger
Compare 8 commits »
nephele opened issue nephele/minetest-gamemode-orion#10 2022-04-08 20:25:08 +00:00
Rework grid to use timer instead of abm
nephele commented on issue nephele/minetest-gamemode-orion#9 2022-04-08 16:17:09 +00:00
electronic decision making

furnace

  • enabled
  • accept items (input inventory)
  • accept item removal (output inventory) <- input items <- output items <- remaining burn time (1/2)

light

  • enabled
  • brightness…