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
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
cbf362dd70
Added Birch Tree, minor fixes
2019-07-10 12:26:20 +02:00
MoNTE48
2078ce7538
Snowball and crafting recipes fixes
2019-07-07 20:42:14 +02:00
MoNTE48
0ce3268ffd
Update torch, and minor fixes, mobs cleanup
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
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
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
5b87b1f6aa
Update xpanes, combine colored glass, and hardened_clay, fix albino sheep (thanks @stujones11 )
2019-06-18 10:00:26 +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
57f3df2d51
Add connection_timeout setting, put block animation, correct lava damage
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
785666f4e4
Fix signs crash, creative inventory button, etc. Drop cart and boat after 120s
2019-06-03 10:23: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
6e94770d31
3dmesh beds (by @kilbith ), new sponge mod, minor fixes
2019-05-24 22:20:10 +02:00
MoNTE48
7edc33f0db
Update default, WIP!
2019-05-23 15:17:23 +02:00
Maksim
c63176fb1d
Fix platform, item name text, cleaner, other minor fixes
2019-05-22 14:07:25 +02:00
Maksim
b8610d2db0
Minor fixes
2019-05-20 23:22:47 +02:00
MoNTE48
7fae47883d
item_eat particles, don't put lava on the server, Hunger small fixes
2019-05-20 22:35:00 +02:00
MoNTE48
c604c91eca
Spaces=>Tabs, 3dmushrooms (thank @VanessaE ), update mobs, player_api, minor fixes and improvements
2019-05-18 20:35:38 +02:00
MoNTE48
25ba2cc7c3
Chest gui, increase hotbar size for PC
2019-05-17 01:25:41 +02:00
Maksim
1bc6a0a164
Update creative and mainmenu formspec
2019-05-16 00:33:06 +02:00
Maksim
8c6314bc62
Fix prev commit and convert spaces => tabs.
2019-05-11 23:20:22 +02:00
Maksim
dd4266680e
Update default (part 2 of ?) and fix deprecated
2019-05-11 22:20:34 +02:00
Maksim
430531f9c9
Start nodes.lua reformating
2019-05-11 18:36:43 +02:00
stujones11
21fbaecf2a
Misc fixes
2019-05-10 00:12:14 +02:00
Maksim
baf3c3be10
Update Trees and small fix
2019-05-10 00:11:53 +02:00
stujones11
ba9f3701e0
Inventory fixes and Armor updates
2019-05-10 00:11:29 +02:00
Maksim
7b68452583
Fix
2019-05-10 00:07:56 +02:00
Maksim
ec0eced495
Add farming, update mobs, farming, drop and textures
2019-05-03 21:32:29 +02:00
Maksim Gamarnik
7d44ea7760
Fix deprecated API, remove unused resources
2018-08-31 21:23:40 +02:00
MoNTE48
87cde57468
Update in-game gui, new cow model by @stujones11 , code tidying and remove unused resources
2018-08-31 21:22:47 +02:00
Amaz
8d004f9396
Add signs with visible text ( #125 )
...
* Add signs with visible text
* Compress signs textures (-70.6%)
* Add lbm to convert old signs to new ones
* More sensible approach in legacy
* Check for sign text on block load
Missing text can also be fixed by punching the sign.
* Finally, detect sign type on placement
* Neaten code up slightly
2018-08-02 09:03:52 +02:00
Amaz
83e7ddfec0
Fix crash with vines
2018-08-01 04:02:31 +02:00
paramat
96a6df0c3d
Mapgen.lua: Various fixes and improvements
...
Nodes:
Add savanna nodes (appear in non-mgv6 mapgens only):
Add 'dirt with dry grass'.
Add 'dry grass' (dry tall grass).
Textures were derived from the green grass textures.
Mapgen aliases:
desert_stone does not exist, use redsandstone.
desert_sand does not exist, use redsand.
sandstonebrick does not exist, use sandstone.
stair_sandstonebrick does not exist, use stair_sandstone.
Ores:
Generate bedrock in lava_source too.
Change desert_stone to redsandstone.
Biomes:
Change desert_stone to redsandstone.
Change desert_sand to redsand.
Decorations:
Make bonusbox chest appear on all mgv6 surface nodes.
Add bonusbox chest to non-mgv6 mapgens.
Replace redundant multiple grass decorations with an equivalent
single grass decoration, because only 1 length is used in MultiCraft.
Change desert_sand to redsand.
General format cleanup.
2018-07-29 12:15:16 +02:00
MoNTE48
bbbf2640e8
Minor upd menu, tmp fix sign_wall
2018-07-20 14:32:08 +02:00
Paramat
5f8c4efa5a
Mgv7p development ( #94 )
2018-07-19 12:09:50 +02:00
Maksim Gamarnik
465d49b826
Update textures
2017-01-18 22:23:21 +02:00
Maksim Gamarnik
36a826f7fc
Update HUD
2016-12-06 07:49:00 +03:00