109 Commits

Author SHA1 Message Date
MoNTE48
13c1fe7d13 Code cleanup, compress textures, minor fixes, wieldview optimization, other changes 2019-08-09 22:40:31 +02:00
MoNTE48
bce89693e2 Move Cactus ABM to functions, add Liquid drop (drop, not drop!) and Lava particles 2019-08-09 14:05:30 +02:00
MoNTE48
820ef00b11 Move Hunger in builtin, use Stamina mod 2019-08-09 14:05:30 +02:00
MoNTE48
cf58c6f1d4 Move split_inv in default, bones can be found in dirt, other minor things 2019-07-28 22:50:20 +02:00
MoNTE48
97b4906965 Grass spread to dirt_with_snow, fix playereffects, remove playerphysics 2019-07-27 18:29:47 +02:00
MoNTE48
f68d6829ad Experience: release 2019-07-17 19:59:20 +02:00
MoNTE48
d699e849ef Fix statbar positions, carts warnings, birch textures 2019-07-17 19:58:34 +02:00
MoNTE48
cbf362dd70 Added Birch Tree, minor fixes 2019-07-10 12:26:20 +02:00
MoNTE48
7e6f233360 Update fire and cleanup mods 2019-07-09 10:46:05 +02:00
MoNTE48
46e26b51b1 Add walls mod (for compatibility only) 2019-07-09 00:51:15 +02:00
MoNTE48
2078ce7538 Snowball and crafting recipes fixes 2019-07-07 20:42:14 +02:00
MoNTE48
45b0897f0f Minor game cleanup 2019-07-07 20:42:00 +02:00
MoNTE48
31736b7cb8 Added register_torch and Replace Bluestone Torch 2019-07-07 20:41:19 +02:00
MoNTE48
0ce3268ffd Update torch, and minor fixes, mobs cleanup 2019-07-06 14:18:40 +02:00
MoNTE48
3d10d84964 Minor fix, drops improvement 2019-07-06 14:18:40 +02:00
MoNTE48
83dd6710e5 Fix Stairs aliases and tools 2019-07-06 14:18:40 +02:00
MoNTE48
d1f4db474f Drop falling node in multiplayer, add falling for furniture 2019-06-30 21:50:51 +02:00
MoNTE48
e08b000d2d ABM optimizations, doors cleanup, sponge small fixes 2019-06-29 23:23:33 +02:00
stujones11
375971b3bd Improve throwing and improve formspecs 2019-06-27 01:24:17 +02:00
MoNTE48
17fe5acd85 Combined Stairs and Workbench 2019-06-26 22:30:04 +02:00
MoNTE48
f29e3759af Minor game bugfix and cleanup 2019-06-26 21:38:15 +02:00
MoNTE48
56223076a1 Small update mainmenu. Cleanup and fixes 2019-06-25 15:10:15 +02:00
MoNTE48
4bf3d7ac7a Update Bluestone to last Mesecons version, minor cleanup 2019-06-24 10:23:50 +02:00
MoNTE48
d59771f25e Cleanup mobs 2019-06-24 10:23:50 +02:00
MoNTE48
95ba8c76f3 Update Bluestone 2019-06-22 12:22:18 +02:00
stujones11
5fb6e795ec Move throwing physics to builtin 2019-06-22 01:09:54 +02:00
MoNTE48
9a288fa3f8 Fix hunger bug, add colorize to player damage, improved text positioning 2019-06-20 00:17:58 +02:00
MoNTE48
5b87b1f6aa Update xpanes, combine colored glass, and hardened_clay, fix albino sheep (thanks @stujones11) 2019-06-18 10:00:26 +02:00
MoNTE48
4dd750337c Move Better HUD API in builtin, move hunger bar in hunger mod, armor bar in armor mod, code cleanup 2019-06-17 21:32:11 +02:00
MoNTE48
e78f129650 Add default gui_bg and listcolors. Survival inv no longer uses sfinv 2019-06-17 21:32:11 +02:00
MoNTE48
a376dfc150 Update furnace, workbench, HUD position 2019-06-17 21:32:11 +02:00
stujones11
bd03ca14ad Add speed group and drown in walkable, remove playerplus mod 2019-06-17 21:32:11 +02:00
MoNTE48
3bdf6f402b WIP: Cleanup and fixes, stairs no longer registers new nodes, only API. Workbench adds blocks to creative inventory 2019-06-17 21:30:36 +02:00
MoNTE48
6315a76460 Disable falling_node in multiplayer 2019-06-17 21:18:14 +02:00
MoNTE48
93592de314 Update hand and tools capabilities 2019-06-17 21:18:14 +02:00
MoNTE48
a6b6e41d05 Update tools.lua 2019-06-05 23:59:01 +02:00
MoNTE48
57f3df2d51 Add connection_timeout setting, put block animation, correct lava damage 2019-06-05 11:38:27 +02:00
MoNTE48
e940997db2 Add Punch sound (work with Objects (and mobs!) and Players) 2019-06-05 11:38:27 +02:00
MoNTE48
58b2114a88 Remove extra features from playerplus. Adding cactus ABM. Perhaps it will be faster? 2019-06-05 11:38:27 +02:00
MoNTE48
48ace403b4 Rename wool sound and add player_eat sounds 2019-06-03 18:26:26 +02:00
MoNTE48
785666f4e4 Fix signs crash, creative inventory button, etc. Drop cart and boat after 120s 2019-06-03 10:23:13 +02:00
MoNTE48
2047687e0d Drop cart and boat after 300s, move Dropondie and new player Items in player_api, remove deprecated function in sethome, signs 2019-06-02 22:32:57 +02:00
MoNTE48
b85cd71d64 Add missing sounds 2019-06-02 20:48:13 +02:00
MoNTE48
9843b60f3b Remove Fences mod, add fence in default, fencegate in doors. Add rabbit raw 2019-06-02 20:16:49 +02:00
MoNTE48
7c05034982 Replace Potions mod on Replacing potions mod on PEP. Add Vessels, Playereffects, Playerphysics. Playerplus now working on playerphysics API. Added more items in creative inventory, other 2019-06-02 01:49:20 +02:00
MoNTE48
7fa621dacc Change: bluestone, throwing, change stack_max for boats, carts and mobs 2019-06-01 14:43:18 +02:00
MoNTE48
f1c8708795 Add spawn command, fix hand 2019-05-31 20:58:19 +02:00
MoNTE48
02b7394f72 Fix waterlily, change sheep spawn chance, fix doors sound 2019-05-30 23:46:07 +02:00
MoNTE48
61f6af8614 3D hand! Fix wool sounds, HUD fix for Mobile, remove unused textures 2019-05-28 02:54:16 +02:00
MoNTE48
c71977dd24 Replace player model with 3d_armor model 2019-05-27 21:08:16 +02:00