3a617bcb6eAdd papyrus and cactus growing
PilzAdam
2013-03-19 00:32:21 +01:00
d5c373e290Make it possible to override the default.cool_lava_* functions
PilzAdam
2013-03-19 00:04:17 +01:00
4c5cb106c3Dont allow to place not-fuel items in the fuel field in the furnace and dont allow to place any item in the dst field
PilzAdam
2013-01-10 19:28:50 +01:00
a0ba7cf973Show the contents of the locked chest only to the owner
PilzAdam
2013-01-04 16:59:43 +01:00
c1b1f2aa49Add a selection box for stairs that fit the nodebox
PilzAdam
2012-12-17 20:04:10 +01:00
0beabfc755Fix a glitch where the player gets liquids in his inventory when the server lags
PilzAdam
2013-01-04 16:47:29 +01:00
5fa8852115Make fire buildable to
Casimir
2012-12-31 10:17:17 +01:00
0eb46a01ffRemove old unused texture
PilzAdam
2012-12-29 00:29:52 +01:00
de8726a9f7new mese pick texture
Jordan Snelling
2012-12-28 21:34:10 +00:00
33ec25caedConvert old mese to the new mese block and generate it deep underground
PilzAdam
2012-12-28 20:05:40 +01:00
deb39ddcd4Run nodeupdate() after burning nodes.
Splizard
2012-12-19 22:10:34 +13:00
2d1e7463d3Run nodeupdate after decay.
Splizard
2012-12-19 21:39:03 +13:00
7505fbce51add new texture with shading this time around.
Jordan Snelling
2012-12-27 21:58:57 +00:00
9232734a48Removed significant details from default_dirt.png to make it look less repetative Fixed default_grass_side.png
Iqualfragile
2012-12-22 16:24:06 +01:00
1bf62bbad4Changed Mese to act like an object cut out of a block of stone, rather than an object found *among* the stone.
Vanessa Ezekowitz
2012-12-14 12:07:16 -05:00
95cbfc50d8Fix incorrect slabs to full block transformation by changing the modname to 'stairs' for all stairs and slabs
PilzAdam
2012-12-17 21:03:25 +01:00
61e60724f6Use infinite stacks in creative mode and make the hand break anything
PilzAdam
2012-12-17 20:27:01 +01:00
8c977451a8Fix modname prefix in stairs and slab functions
PilzAdam
2012-12-16 19:52:13 +01:00
3928eccf74Use the group attached_nodes
PilzAdam
2012-12-01 14:39:23 +01:00
5311c6ec96Replace the doors mod
PilzAdam
2012-11-19 18:11:22 +01:00
91937acf76Merge Taoki's 3D player improvements
Perttu Ahola
2012-11-27 08:15:38 +02:00
e7b4b2ba57Fix the death animation looping while the player is dead, by using a still frame instead (I don't believe the amount of detail for a full animation is needed anyway). Also call the animation Lay instead of Death, so other mods like beds can use it
MirceaKitsune
2012-11-27 02:50:19 +02:00
89fb5aed7fFix positioning for sit animation
MirceaKitsune
2012-11-27 01:52:39 +02:00
df54836ea0Add support for hats, so that MineCraft skins using this feature are compatible
MirceaKitsune
2012-11-27 01:26:51 +02:00
f2a67871d2VanessaE suggested a sit animation, so add one to the player. Not used by default, but many mods might find this handy
MirceaKitsune
2012-11-27 01:19:48 +02:00
d39044a2a7new apple image.
Vanessa Ezekowitz
2012-11-25 14:05:30 -05:00
8a6b2df6b1Make functions of fire mod global and move register_on_* functions to node definition
PilzAdam
2012-11-25 14:24:44 +01:00
bed848f68aMake fire hurt the player
PilzAdam
2012-11-25 14:20:09 +01:00
24939c299bAdd animation for fire
PilzAdam
2012-11-25 14:18:06 +01:00
24d8d79ea1Make the arms swing more for the walk animation
MirceaKitsune
2012-11-25 15:07:46 +02:00
cb4bfa51a1Models allow multiple materials with multiple textures, so make the player texture field a list instead
MirceaKitsune
2012-11-25 13:22:44 +02:00
7a01de2f36Improve and optimize the player script and add better comments
MirceaKitsune
2012-11-25 13:20:17 +02:00
c7a4a68d28Implement death animation, but it currently loops constantly after the player dies (the player gets up and falls to the ground forever)
MirceaKitsune
2012-11-25 12:52:53 +02:00
91da5d1308Model - Get rid of the 4 walk animations and only leave one, which looks good for all directions. Also add a Walk + Mine animation, since Irrlicht doesn't support blending the two animations otherwise
MirceaKitsune
2012-11-25 00:24:33 +02:00
39e4bf0346Get player walking and standing animations working! The player will play the proper animation when walking or standing.
MirceaKitsune
2012-11-24 23:04:33 +02:00
dce87664d2Important improvements to the player script. Instead of setting model and texture every X seconds, only do it when the player joins (so far)
MirceaKitsune
2012-11-23 00:07:35 +02:00
b97400d71dUpdated texture from Jordach, and fix the licensing confusion
MirceaKitsune
2012-11-16 23:24:59 +02:00
abaf4c5121Remove segmentation of limbs, because I don't like how the arms appeared to shrink during some deformations. This makes the player mesh exactly like the one in MineCraft, and gives people more reasons to complain that we're copying it :P
MirceaKitsune
2012-11-15 16:09:39 +02:00
609646b9b5At last, we have a player.
MirceaKitsune
2012-11-14 21:31:55 +02:00
04d40a5ce4Fix attachment test script and unregistered entities. Thanks jin_xi for this
MirceaKitsune
2012-11-03 13:17:13 +02:00
24781813fab3d, you have failed me. x model format, you're in
MirceaKitsune
2012-10-24 23:12:03 +03:00
0057a87b99Add script to turn players into meshes, ticks every 1 second
MirceaKitsune
2012-10-24 15:23:45 +03:00
dfa0f096ceUse full stacks in the creative inventory and add a trash field
PilzAdam
2012-11-21 18:39:31 +01:00
e9ad8d06c8Render nayncat as a cube in inventory
PilzAdam
2012-11-24 18:13:43 +01:00
0495f9e209Rotate the wield image of the shovel for better animation
PilzAdam
2012-11-19 17:45:10 +01:00
2ff55cf6ccUpdate vessels mod
PilzAdam
2012-11-24 16:59:49 +01:00
d0638d7284sandstone 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.
Vanessa Ezekowitz
2012-11-23 22:23:13 -05:00
6687b5504dFix a rare bug in leafdecay
PilzAdam
2012-11-21 18:05:52 +01:00
c455ba9b68Fix dry shrubs being placed in cacti and fix incorrect comments
PilzAdam
2012-11-19 16:34:16 +01:00
165da9348aUse groups to craft things
PilzAdam
2012-11-18 17:47:22 +01:00
fb8144f703Don't grow papyrus into trees
PilzAdam
2012-11-18 17:25:43 +01:00
df2fdba2b4Make steel block and brick drop themselves when digged and make them craftable back into the their materials
PilzAdam
2012-11-12 17:51:48 +01:00
3a7cbfc531Merge pull request #34 from PilzAdam/selection_box
PilzAdam
2012-11-11 09:21:30 -08:00
2768d4974bAdd VanessaE's selection box for apples, saplings and papyrus
PilzAdam
2012-11-11 18:17:09 +01:00
d317d7b80bMerge pull request #31 from PilzAdam/textures
PilzAdam
2012-11-09 10:32:21 -08:00