2495 Commits

Author SHA1 Message Date
SmallJoker
95aaec6670 Allow opening chests when wielding corals
Code simplification by combining the on_place functions.
2019-07-12 20:01:27 +01:00
bell07
5b1d5819e5 Unify hotbar formspec for sfinv and creative
sfinv: Add lists above the content to support listrings in content.
Reuse sfinv inventory lists for creative.
2019-07-10 21:55:35 +01:00
Milan
2770eba1af update submodule hangglider_regular 2019-07-04 12:48:35 +02:00
Milan
c8402fd0d2 fix crash from darkage 2019-07-04 12:39:18 +02:00
luk3yx
3d530e0c25 intersects_protection(): Fix compatibility code 2019-07-03 19:10:39 +02:00
Paramat
e7be81242b
Define dungeon nodes in biome definitions (#2400)
Icesheet ice dungeons now have ice stairs.
Remove some now-unnecessary sandstone mapgen aliases, one
remains as it is required by the dungeon loot mod.
Re-arrange mapgen aliases to separate those needed for mgv6.
2019-07-01 21:58:47 +01:00
rubenwardy
a6a719967a Use 9-slice background in formspec theme 2019-06-24 00:10:13 +01:00
t0ny2
54bb0afe7f Make waterlily wave when placed on waving water 2019-06-16 22:09:36 +01:00
SmallJoker
0f771a27c3 Allow overriding default.after_place_leaves and default.grow_sapling 2019-06-07 20:35:24 +01:00
Paramat
ca7c131133
Large cactus schematic: Don't force-place root node
This schematic is used for sapling-grown large cacti, so should not
destroy the sand node below, as sand nodes are in short supply in
some situations.
Like trees, only force-place the node that replaces the sapling.
2019-06-07 20:34:13 +01:00
acmgit
61bfac0fa2 Prevent potential crash caused by moss growth ABM 2019-06-02 18:50:20 +01:00
An0n3m0us
e19f42d648 Add groups for tools and mushrooms (#2378) 2019-06-01 21:10:30 +02:00
Milan
f0dbf44299 drop darkage lamp 2019-05-31 10:41:48 +02:00
Zweihorn
76a08a7058 wool: use global 'dye.dyes' table 2019-05-26 20:21:31 +01:00
Paul Ouellette
80c10cee15 Capitalize author in game.conf to match ContentDB
The author is used to track packages for updating, so it should match.
2019-05-26 20:16:52 +01:00
Milan Ihl
302b04ff1b add missing files 2019-05-20 18:06:46 +02:00
Milan Ihl
42173f648d update submodule rhotator 2019-05-20 18:01:07 +02:00
Milan Ihl
f0ef4286a0 update submodule illuna_extras 2019-05-20 17:55:35 +02:00
Milan Ihl
1f21dcd616 add vipworld modpack 2019-05-20 17:50:22 +02:00
Paramat
aee5ba64f9
Make cave liquids biome-determined
No longer use the hardcoded engine cave liquids.
Water only in '_ocean' biomes, water and lava in '_under' biomes.
2019-05-18 21:22:19 +01:00
Paramat
5c48c76aa2
Fix trapdoor side textures and orientations
Previously, opening a trapdoor caused the side textures to flip.

Fix the incorrect textures.
Also add a texture transform to a tile of the open trapdoor, such
that the closed trapdoor sides use the lower part of the texture
and the open trapdoor sides use the higher part.

Clean up some codestyle issues.
2019-05-03 23:49:07 +01:00
Milan
6e35aebc06 update submodule ethereal 2019-04-22 08:14:12 +02:00
Paramat
f21bab2ff9
Split underground biome to correspond to surface biomes
In preparation for biome-defined: dungeon materials, cave liquids,
stone type, ores, decorations.
'_ocean' biomes now extend to y = -255 to be deeper than default
mgv5 oceans, and to create 'shallow underground biomes'.
Remove unnecessary biome lists for gravel and silver sand blob ores,
as those are already defined to only appear in default:stone.
2019-04-19 21:23:26 +01:00
tchncs
fcccc13148 update submodule chakram 2019-04-14 13:20:10 +02:00
tchncs
6914ee59bc Merge branch 'technicworld' of https://git.tchncs.de/Illuna-Minetest/minetest_game into technicworld 2019-04-13 17:12:26 +02:00
tchncs
f018a59785 update submodule illuna 2019-04-13 17:12:14 +02:00
Milan
59d342b48e update submodule names_per_ip 2019-04-13 14:11:38 +02:00
tchncs
899f8f3357 update submodule illuna 2019-04-13 11:38:25 +02:00
tchncs
c432ec6568 update submodule illuna 2019-04-13 11:32:45 +02:00
tchncs
5f21064bd5 update submodule bows 2019-04-13 10:35:26 +02:00
tchncs
9ca7601487 update submodule hangglider 2019-04-12 23:22:31 +02:00
tchncs
8f32b13047 update submodule chakram 2019-04-12 22:23:57 +02:00
tchncs
f95c81d914 add submodule chakram 2019-04-10 08:38:32 +02:00
HybridDog
0291c6b210 Moss growth ABM: Add inner and outer cobble stairs, simplify code 2019-04-06 21:35:48 +01:00
HybridDog
b20725026e flowers: Light check optimisation in mushroom spread 2019-03-31 22:20:28 +01:00
tenplus1
88d79881b8 Add food groups to blueberries (#2335) 2019-03-31 22:20:47 +02:00
HybridDog
efd090228d fire: Document flammable group, a little code cleanup 2019-03-30 20:33:08 +00:00
Paramat
dfe6fd6560
Restrict waving liquid shader to normal water 2019-03-27 02:17:32 +00:00
SmallJoker
dd3f3b2032 Use group:stick in recipes (fixes #2306) 2019-03-24 10:59:34 +01:00
Paramat
8b5e0a914b
Dungeon loot: Avoid empty 'if' branch to satisfy lua check 2019-03-23 23:16:41 +00:00
Paramat
e3cd961a15
Fix beds being undiggable after laying down 2019-03-23 23:12:44 +00:00
Milan
a0d749ce12 update submodule names_per_ip 2019-03-22 22:54:43 +01:00
Niwla23
eaf6eac723 Mapping kit recipe: Use "group:stick" instead of "default:stick" 2019-03-18 22:20:24 +00:00
Milan
28857f799c add submodule xban2 2019-03-17 15:42:45 +01:00
sfan5
02e2cab375 Dungeon loot: Don't crash on unknown items
fixes #2228
2019-03-17 13:59:10 +01:00
Milan
381135e86b update submodule ethereal 2019-03-16 21:18:35 +01:00
sofar
b853c8a509 Beds: Properly count players in beds
This is a rebased and slightly rewritten version of #2125.
2019-03-10 01:43:49 +00:00
Milan
eec662ec28 update submodule technic 2019-03-09 09:03:44 +01:00
Milan
e920ebf17a update submodule illuna 2019-03-08 21:20:47 +01:00
Milan
02039538f1 update submodule sea 2019-03-08 21:04:05 +01:00