Commit Graph

61 Commits

Author SHA1 Message Date
PilzAdam 4c5cb106c3 Dont allow to place not-fuel items in the fuel field in the furnace and dont allow to place any item in the dst field 2013-03-18 23:47:39 +01:00
PilzAdam 9ff8f8038e Add grass 2013-03-18 22:27:15 +01:00
PilzAdam a4426e4bd4 Make lava not renewable 2013-03-17 18:52:11 +01:00
jojoa1997 e82c122822 Add obsidian 2013-03-17 17:31:51 +01:00
PilzAdam e43573b46b Use animation for new_style_water 2013-03-17 16:51:36 +01:00
PilzAdam 4b9914fdcb Add jungleleaves, junglewood and junglesapling 2013-03-16 21:55:29 +01:00
PilzAdam 0d924e7e4d Add lavacooling 2013-03-09 21:55:01 +01:00
jojoa1997 90aaa1fb62 Fixe digging times of axes 2013-03-03 11:15:05 +01:00
HybridDog e1d17b1747 Update mods/default/init.lua
how did this line get there?
2013-02-08 15:03:14 +01:00
Jat 2817db19d4 Fix duplicate in default 2013-02-06 02:43:48 +01:00
PilzAdam d5cc51a396 Update minetest.show_formspec() 2013-01-07 20:42:31 +01:00
PilzAdam a0ba7cf973 Show the contents of the locked chest only to the owner 2013-01-04 21:25:37 +01:00
PilzAdam 0beabfc755 Fix a glitch where the player gets liquids in his inventory when the server lags 2013-01-04 16:47:29 +01:00
PilzAdam 33ec25caed Convert old mese to the new mese block and generate it deep underground 2012-12-28 20:05:40 +01:00
Vanessa Ezekowitz 1bf62bbad4 Changed Mese to act like an object cut out of a block of stone, rather than an
object found *among* the stone.

That is, mese should behave such that you get something potentially useful out
of the aggregate block you just broke, rather than just collecting the whole
block when mined.

Mese crystals in stone give a single Mese Crystal when mines. Craft three of
those + 2 sticks for Mese Pickaxe, or 9 for a Mese block. Craft one Mese
Crystal by itself to get 9 Mese Crystal fragments, which all mods should use
when a full Mese Crystal is too much.

This includes new textures for the above objects, tweaks to the sounds used for
them, and naming tweaks for the textures used for default mese in stone, so
that old texture packs don't use the "wrong" image.

This represents my best effort to match C55's suggestions.
2012-12-18 17:56:23 +01:00
Calinou 73d078fd27 Damage tweaks 2012-12-15 18:05:14 +01:00
DannyDark 4763fa635a Fix glass step sound 2012-12-10 18:43:12 +01:00
PilzAdam 3928eccf74 Use the group attached_nodes 2012-12-01 14:39:23 +01:00
MirceaKitsune 0057a87b99 Add script to turn players into meshes, ticks every 1 second
Trigger the player.lua file in init.lua

Commit the ugly and temporary test model and texture. We'll get to a real animated player mesh once the code for that is ready

Set visual_size accordingly so the player model doesn't stretch vertically (default of the sprite player)

Attempt to use the b3d model format, although it doesn't seem to work so far
2012-11-25 21:02:00 +02:00
PilzAdam e9ad8d06c8 Render nayncat as a cube in inventory 2012-11-24 18:13:43 +01:00
PilzAdam 0495f9e209 Rotate the wield image of the shovel for better animation 2012-11-24 17:24:02 +01:00
Vanessa Ezekowitz d0638d7284 sandstone should drop itself, and craft back to 4 sand.
Otherwise you lose 3 sand every time you have to dig up sandstone to move it.
2012-11-23 22:23:13 -05:00
PilzAdam 165da9348a Use groups to craft things 2012-11-18 17:47:22 +01:00
PilzAdam df2fdba2b4 Make steel block and brick drop themselves when digged and make them craftable back into the their materials 2012-11-12 17:51:48 +01:00
PilzAdam 2768d4974b Add VanessaE's selection box for apples, saplings and papyrus 2012-11-11 18:17:09 +01:00
PilzAdam 4a68126a2b Add animation for water 2012-11-02 18:24:25 +01:00
darkrose 25a6cd866b Merge pull request #18 from darkrose/master
stop using hacks for sign input
2012-11-01 11:07:17 -07:00
PilzAdam e5502c9415 Move falling to builtin 2012-10-31 19:09:17 +01:00
darkrose e5e62f9085 formspec changes 2012-10-29 02:03:27 +10:00
Perttu Ahola 87a1e37d34 Update invsize[8,9;] -> size[8,9] 2012-09-03 17:38:32 +03:00
Perttu Ahola 6ad1d56b3d Remove obsolete metadata_name field 2012-09-03 17:30:07 +03:00
Perttu Ahola 0722c8064b Animated torches 2012-09-03 00:22:06 +03:00
Perttu Ahola d98eab6a84 Fix crash when furnace is full 2012-08-12 17:10:28 +03:00
Perttu Ahola 7db7ea543f Remove some unwanted items from the creative inventory 2012-07-26 00:08:47 +03:00
Perttu Ahola 81afea1c00 Use new creative mode inventory properly 2012-07-25 18:05:13 +03:00
Perttu Ahola 6de625c67f Use improved inventory callbacks 2012-07-25 15:14:36 +03:00
Perttu Ahola e550a0e26f Update locked chest metadata to new metadata inventory API 2012-07-25 02:40:26 +03:00
Perttu Ahola c7b624d67c Remove /give, /giveme, /spawnentity and /pulverize as they are now implemented by the engine 2012-07-23 17:43:47 +03:00
Perttu Ahola 6ba4f01d0b Make fire a tiny bit less eager to jump everywhere 2012-07-21 03:08:59 +03:00
user 537344bc62 Make rails selectable.
Rails weren't selectable, and couldn't be removed from a map asides from
using worldedit (or maybe sand)
2012-06-20 04:33:26 +00:00
Perttu Ahola d817c9babe Add flowing lava animation and update some field names 2012-06-16 17:19:35 +03:00
Perttu Ahola a93527dfb6 Proper top/bottom textures for active furnace 2012-06-05 02:13:12 +03:00
Perttu Ahola fcaacdb4ad Fire visualization in furnace menu 2012-06-04 00:14:45 +03:00
darkrose dd9b33db67 Use new node metadata API for chests and furnaces; use cisoun's textures 2012-06-03 22:51:57 +03:00
Perttu Ahola 3a1a7d511d Improve style of item descriptions 2012-05-20 16:02:51 +03:00
Perttu Ahola 1a62348e44 Attempt to balance cutting of wood with axes vs. swords 2012-05-20 14:32:01 +03:00
Perttu Ahola 3aac1adb15 Make falling nodes fall into all non-walkable nodes 2012-04-08 18:59:24 +03:00
Perttu Ahola 2302e55dbb Rework falling node code (now based on the falling_node group) 2012-04-08 17:49:02 +03:00
Perttu Ahola 279eff9a7f Add fire. Lava can cause it, and you can /giveme fire:basic_flame. 2012-04-08 15:32:31 +03:00
Perttu Ahola df2037b886 Add 'flammable' group to suitable nodes (and a bit of other things) 2012-04-08 01:03:50 +03:00