Commit Graph

450 Commits (master)

Author SHA1 Message Date
Lean Rada 3905e9c829 Update 2015-01-19 16:37:28 +08:00
Lean Rada 6217574d0c Update 2015-01-19 02:03:25 +08:00
Lean Rada c22c6d27ab Rename typo 2015-01-18 23:56:37 +08:00
Lean Rada 8468aade8e Add initial stuff 2015-01-18 23:55:49 +08:00
Lean Rada 84d5f2fd2d Add and remove mods 2015-01-18 23:55:41 +08:00
Lean Rada a1f5c51291 Make sarangay block break farther 2015-01-18 23:13:50 +08:00
Lean Rada 186651ce30 Fix typeo 2015-01-18 23:13:40 +08:00
Lean Rada 2c606bc91f Update 2015-01-18 23:07:40 +08:00
Lean Rada 8dca4d4ada Add debug option 2015-01-18 03:24:38 +08:00
Lean Rada b66956357f Remove debugging mode 2015-01-18 03:23:34 +08:00
Lean Rada 5e45e689bd Add sarangay texture. Delete media source files. Tweak AI behavior. CURRENTLY DEBUG MODE! 2015-01-18 03:21:39 +08:00
Lean Rada d66b20ed84 Tweaksz 2015-01-17 03:15:00 +08:00
Lean Rada b800b30f17 Fix b3d file texture 2015-01-17 01:02:42 +08:00
Lean Rada ae5d724a22 Remove Blender backup files 2015-01-17 00:52:06 +08:00
Lean Rada ebff7b43c4 Add Sarangay, minor changes 2015-01-17 00:51:15 +08:00
Lean Rada d48cf2b5bf Make 1 day last 8 minutes 2015-01-16 16:58:38 +08:00
Lean Rada 25cadf4958 Update readme 2015-01-16 16:52:27 +08:00
Lean Rada fa63438884 Organize things, and update spawning code 2015-01-16 16:51:19 +08:00
Lean Rada 27abca74b7 Kalabasa's initial commit 2015-01-16 03:53:51 +08:00
Craig Davison a9ac480dcd Set number of screwdriver uses to 200 2014-12-21 22:36:20 +01:00
PilzAdam 1237bc3a4b Don't override param2 bits that are not used for rotation in screwdriver 2014-12-20 13:06:53 +01:00
PilzAdam 854415fd33 Fix typo in furnace.lua 2014-12-13 12:52:47 +01:00
PilzAdam 99cfe73bbf Give 4 obsidianbrick for 4 obsidian 2014-12-12 17:15:48 +01:00
PilzAdam 697b39d40d Only allow rotating nodes that could be dug 2014-12-12 16:14:25 +01:00
PilzAdam 2b7ca68805 Cleanup
* Remove unused variables
* Fix wearing out of screwdriver
* Move magic numbers into constants
* Scale down texture
2014-12-12 16:14:25 +01:00
tenplus1 bd24c15db4 Screwdriver rewrite 2014-12-12 16:14:24 +01:00
paramat 69614dc20d Pinetree (by sfan5, from mg mapgen) lua generation and sapling ABM. Add checks for ignore to other trees 2014-12-12 16:11:42 +01:00
Calinou 75dfcdb1e7 Add 3D signs 2014-12-12 16:10:30 +01:00
ShadowNinja c332081e81 Add white to the crack texture
This makes the crack stand out better on dark textures,
like obsidian and black wool.
2014-12-12 16:06:55 +01:00
HybridDog 608e51f16d Add obsidianbrick
use Zeg9`s texture
2014-12-12 16:04:27 +01:00
PilzAdam b0fb180e4d Use an overlay over default_dirt.png for soil 2014-12-07 19:46:23 +01:00
PilzAdam 2ebd6b3839 Correct node definitons for pine saplings and pine needles 2014-12-07 11:57:37 +01:00
PilzAdam 5a06de184c Rewrite furnace
* Move furnace related code into furnace.lua
* Move duplicated code into functions
* Rewrite ABM:
	* Easier to follow strcuture (no returns in the middle)
	* No unnecessary calls to get_craft_result
	* Split logic and "visual feedback" (a bit)
	* Fewer calls to meta:set and meta:get
	* Better feedback on the current state of the furnace
2014-12-06 21:18:02 +01:00
PilzAdam 957f94534b Remove remains of finite liquids from bucket mod
This reverts commit 79856c914d.
2014-12-06 20:58:03 +01:00
PilzAdam 4ec4672f01 Remove remains of weather 2014-12-06 20:58:03 +01:00
PilzAdam 954d64afdc Add a minetest.conf.example with all available settings 2014-12-06 20:56:52 +01:00
PilzAdam ef0eb4d435 Move doc for dyes to game_api.txt 2014-12-06 20:54:53 +01:00
PilzAdam 11a7b88434 Fix visibility of global/local dye tables 2014-12-06 20:54:02 +01:00
PilzAdam 9ec33f34f1 Set param2 to 1 if player places leaves 2014-12-06 20:36:20 +01:00
PilzAdam 2c2edfad04 Move leafdecay doc to game_api.txt 2014-12-06 20:36:20 +01:00
PilzAdam 22dd46dcc6 Dont dry out soil if unloaded blocks are nearby 2014-12-06 11:54:56 +01:00
PilzAdam 20f938e44a Allow the group book to be placed into bookshelfs 2014-12-06 11:46:04 +01:00
PilzAdam fd34872de8 Fix possible stacking of books in bookshelf
Original author: @MT-Modder
2014-12-06 11:43:07 +01:00
PilzAdam 31edc5a9ff Add all saplings to group sapling 2014-12-03 17:26:01 +01:00
PilzAdam 19bdcb26f6 Add missing groups to pine sapling 2014-12-03 17:26:01 +01:00
PilzAdam 5b7db48372 Fix various fire sound bugs 2014-12-03 16:59:36 +01:00
Craig Davison 128f0adb24 Fix some undeclared global variables 2014-11-30 18:02:33 +01:00
paramat 6fb072e5ff Pine tree, pine needles, pine sapling and pinewood nodes, including textures by Splizard and Cisoun 2014-11-30 17:47:02 +01:00
Amaz 8007c142de Added the new door textures 2014-11-30 17:34:35 +01:00
Diego Martínez e707ba3cf1 Fix leaked globals. 2014-11-29 18:03:18 +01:00