85 Commits

Author SHA1 Message Date
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
stujones11
495b45591f Move item drop to builtin 2019-05-20 22:33:08 +02:00
MoNTE48
663ce017b1 Integrate newer mesecons (bluestone). Part 1, WIP 2019-05-19 22:15:43 +02:00
stujones11
45bc231b8d Improve drops mod perf in multiplayer 2019-05-18 21:36:12 +01:00
Maksim
fc361d7573 Fix fences 2019-05-18 22:13:59 +02:00
MoNTE48
6eea68b23c Replace old cart mod on boost_cart 2019-05-18 20:36:28 +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
4276692938 sound: stereo => mono, compress new textures 2019-05-18 00:52:32 +02:00
MoNTE48
5988e4af73 New workbench 2019-05-17 23:04:12 +02:00
stujones11
a022c63a01 Fixes 2019-05-17 20:48:46 +01: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
stujones11
813652f9f9 Update inventory and chests 2019-05-13 21:25:43 +01:00
Maksim Gamarnik
6795444c90 Android: update java part 2019-05-13 14:16:51 +02:00
Maksim
a65e721ce8 Compress game textures 2019-05-11 23:40:23 +02:00
Maksim
8c6314bc62 Fix prev commit and convert spaces => tabs. 2019-05-11 23:20:22 +02:00
stujones11
81936c539b snowballs 2019-05-11 21:27:38 +01: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
Maksim
3beacc456e fix 2019-05-10 22:11:18 +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
492c5359a7 Update beds, boats, dye, fire, flowers, wool. Add player_api, new dungeon_loot. 2019-05-10 00:08:10 +02:00
Maksim
a87a784e41 4 2019-05-10 00:08:09 +02:00
stujones11
723e1068e4 Redo crafting with sfinv 2019-05-10 00:08:09 +02:00
Maksim
7b68452583 Fix 2019-05-10 00:07:56 +02:00
stujones11
fbba187af0 Use sfinv, wip 2019-05-06 22:32:39 +01:00
MoNTE48
e459d79a25 Replace Crafting Inventory on sfinv (Creative only) 2019-05-04 22:50:43 +02:00
MoNTE48
53b3f40534 WIP 2019-05-04 22:47:33 +02:00
Maksim
ec0eced495 Add farming, update mobs, farming, drop and textures 2019-05-03 21:32:29 +02:00
MoNTE48
c28c7aae25 Update mobs 2018-12-26 00:53:58 +01:00
Maksim Gamarnik
9b8272a7c3 Change mobs spawning chance 2018-09-01 01:04:58 +02:00
Maksim Gamarnik
a10e8b66ef Move killme to builtin, TNT fix and new chicken model by @stujones11 2018-08-31 23:21:40 +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
MoNTE48
44f1ad6aa4 Update mainmenu and iOS defaultsettings, iOS: v.1.1.20 2018-08-11 14:57:14 +02:00
Amaz
e782ba68d3 Randomize loot 2018-08-10 23:45:30 +02:00
MoNTE48
686745c400 Update mobs 2018-08-10 23:27:11 +02:00
MoNTE48
1db2ec7f20 Updated beds, flowers, HUD, fix inventory exit btn 2018-08-10 23:03:24 +02:00
Maksim Gamarnik
89b51c3d44 Fix sign crafting and watch mod 2018-08-05 18:27:48 +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
MoNTE48
93426af539 Update and compress textures 2018-05-27 20:53:09 +02:00
MoNTE48
735075cacd Replace watch mod, update playerplus, add killme mod 2018-05-27 17:29:07 +02:00