]> git.lizzy.rs Git - xdecor.git/history - cooking.lua
New bee texture
[xdecor.git] / cooking.lua
2016-08-05 TimAlways return the ItemStack for on_rightclick and on_pl...
2016-04-13 kilbithCauldron: stop sound on destruct
2016-04-13 kilbithAdd sounds for Cauldron and Enchantment Table
2016-03-20 Jean-Patrick GuerreroPhase-out some aliases
2016-03-05 Jean-Patrick GuerreroCooking : fix cauldron water filling with empty bucket...
2016-03-02 Jean-Patrick GuerreroCooking: code cleaning and add more ingredients
2016-03-01 Jean-Patrick GuerreroCooking: check if a dropped item in the cauldron has...
2016-02-28 Jean-Patrick GuerreroConvert cauldrons ABM to nodetimers
2016-02-28 Jean-Patrick GuerreroCooking : prevent crash when dropping custom entities...
2016-02-27 Jean-Patrick GuerreroMisc. cleaning
2016-02-10 Jean-Patrick GuerreroRevert "Convert cauldrons & itemframe ABMs to node...
2016-02-10 Jean-Patrick GuerreroConvert cauldrons & itemframe ABMs to node timers
2016-02-04 kilbithAdd some helpers (just in case)
2016-01-29 kilbithMore cleanup
2016-01-28 kilbithCooking ingredients : change variable of itemstring
2016-01-19 kilbithUse pixelnodeboxes on cauldrons
2016-01-14 kilbithDrop some node aliases
2016-01-11 kilbithSmall simplifications
2016-01-10 kilbithCooking : replace itemstack when empty bowl stack does...
2016-01-09 kilbithSmall simplifications
2016-01-08 kilbithMove craftitems and tools in separate file
2016-01-07 kilbithMore simplification
2016-01-06 kilbithGet rid of minetest.serialize in cooking code + cleanin...
2015-12-26 jpCauldron cooking : consider food with stack of 1
2015-12-24 jpAdd possibility to fill a water bucket on an idle ...
2015-12-24 jpEnch. table : get rid of global matching
2015-12-24 jpSimpler way to register ingredients that make a soup
2015-12-23 jpMark the legacy code to remove later
2015-12-04 jpPut back collision boxes on cauldrons
2015-12-03 jpCause damages on player when inside an active cauldron
2015-12-03 jpDrop nodebox models on cauldron and use a regular node...
2015-12-03 jpChange condition to make a soup : >= 2 different ingred...
2015-12-03 jpAdd a cooking system to the cauldron