Paramat [Tue, 13 Aug 2019 20:57:32 +0000 (21:57 +0100)]
Sfinv: Add and use a crafting arrow texture instead of using furnace arrow
Paul Ouellette [Sun, 11 Aug 2019 14:28:02 +0000 (10:28 -0400)]
Furnace: Fix "output full" infotext
Paramat [Sat, 3 Aug 2019 19:51:58 +0000 (20:51 +0100)]
Make the creative mod hand dig 'dig_immediate' nodes fast
Engine change now makes this possible.
HybridDog [Tue, 30 Jul 2019 09:19:22 +0000 (11:19 +0200)]
Warn when a mod registers a stairs node with an existing name
TumeniNodes [Thu, 1 Aug 2019 01:40:39 +0000 (21:40 -0400)]
Various mods: Use " " instead of ' ' for item names
TumeniNodes [Tue, 30 Jul 2019 23:16:44 +0000 (19:16 -0400)]
Default: Use " " instead of ' ' for item names
Paramat [Tue, 30 Jul 2019 02:55:17 +0000 (03:55 +0100)]
Add patches of bare 'dry dirt' to savanna
Tune noise to appear roughly where long dry grass is least dense and shortest.
TumeniNodes [Fri, 26 Jul 2019 16:50:44 +0000 (12:50 -0400)]
Add 'dry dirt' and 'dry dirt with dry grass' nodes for savanna biome
TumeniNodes [Mon, 22 Jul 2019 01:26:52 +0000 (21:26 -0400)]
Creative: Add 'default' as optional dependency
Fixes bugs caused by removing 'default' as a hard dependency.
Paramat [Mon, 22 Jul 2019 01:18:20 +0000 (02:18 +0100)]
Add new, longer 'default_grass_side' texture
Update side texture to match the new top texture.
3/4 side coverage instead of 1/2,
Paramat [Sun, 21 Jul 2019 02:24:47 +0000 (03:24 +0100)]
Creative: Remove unnecessary dependency on 'default'
sfan5 [Tue, 16 Jul 2019 22:38:30 +0000 (00:38 +0200)]
Merge pull request #2322 from Calinou/travis-luacheck-color
Enable colored Luacheck output on Travis CI
sfan5 [Tue, 16 Jul 2019 20:40:21 +0000 (22:40 +0200)]
Switch to mod.conf, delete deprecated depends.txt
sfan5 [Tue, 16 Jul 2019 21:18:27 +0000 (23:18 +0200)]
Fix potential crash when few loot items are registered
sfan5 [Tue, 16 Jul 2019 21:17:14 +0000 (23:17 +0200)]
Fix luacheck warning
sfan5 [Tue, 16 Jul 2019 18:28:40 +0000 (20:28 +0200)]
Support for icesheet dungeons in dungeon_loot
sfan5 [Tue, 16 Jul 2019 18:11:17 +0000 (20:11 +0200)]
Switch dungeon type detection to biome name
see #2400, also removed a now unused alias
TumeniNodes [Mon, 15 Jul 2019 16:43:05 +0000 (12:43 -0400)]
Add new 'default_grass' texture
Paramat [Sat, 13 Jul 2019 22:35:25 +0000 (23:35 +0100)]
New lighter, greyer permafrost texture
acmgit [Sat, 13 Jul 2019 16:47:45 +0000 (18:47 +0200)]
Remove stack_max from bucket:bucket_empty
SmallJoker [Fri, 12 Jul 2019 19:01:27 +0000 (21:01 +0200)]
Allow opening chests when wielding corals
Code simplification by combining the on_place functions.
bell07 [Wed, 10 Jul 2019 20:55:35 +0000 (22:55 +0200)]
Unify hotbar formspec for sfinv and creative
sfinv: Add lists above the content to support listrings in content.
Reuse sfinv inventory lists for creative.
luk3yx [Wed, 3 Jul 2019 17:10:39 +0000 (05:10 +1200)]
intersects_protection(): Fix compatibility code
Paramat [Mon, 1 Jul 2019 20:58:47 +0000 (21:58 +0100)]
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.
rubenwardy [Sun, 23 Jun 2019 23:10:13 +0000 (00:10 +0100)]
Use 9-slice background in formspec theme
t0ny2 [Sun, 16 Jun 2019 21:09:36 +0000 (22:09 +0100)]
Make waterlily wave when placed on waving water
SmallJoker [Fri, 7 Jun 2019 19:35:24 +0000 (21:35 +0200)]
Allow overriding default.after_place_leaves and default.grow_sapling
Paramat [Fri, 7 Jun 2019 19:34:13 +0000 (20:34 +0100)]
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.
acmgit [Sun, 2 Jun 2019 17:50:20 +0000 (19:50 +0200)]
Prevent potential crash caused by moss growth ABM
An0n3m0us [Sat, 1 Jun 2019 19:10:30 +0000 (20:10 +0100)]
Add groups for tools and mushrooms (#2378)
Zweihorn [Sun, 26 May 2019 19:21:31 +0000 (21:21 +0200)]
wool: use global 'dye.dyes' table
Paul Ouellette [Sun, 26 May 2019 19:16:53 +0000 (15:16 -0400)]
Capitalize author in game.conf to match ContentDB
The author is used to track packages for updating, so it should match.
Paramat [Sat, 18 May 2019 20:22:19 +0000 (21:22 +0100)]
Make cave liquids biome-determined
No longer use the hardcoded engine cave liquids.
Water only in '_ocean' biomes, water and lava in '_under' biomes.
Paramat [Fri, 3 May 2019 22:49:07 +0000 (23:49 +0100)]
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.
Paramat [Fri, 19 Apr 2019 20:23:26 +0000 (21:23 +0100)]
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.
HybridDog [Sat, 6 Apr 2019 20:35:48 +0000 (22:35 +0200)]
Moss growth ABM: Add inner and outer cobble stairs, simplify code
HybridDog [Sun, 31 Mar 2019 21:20:28 +0000 (23:20 +0200)]
flowers: Light check optimisation in mushroom spread
tenplus1 [Fri, 22 Mar 2019 19:20:36 +0000 (19:20 +0000)]
Add food groups to blueberries (#2335)
HybridDog [Sat, 30 Mar 2019 20:33:08 +0000 (21:33 +0100)]
fire: Document flammable group, a little code cleanup
Paramat [Wed, 27 Mar 2019 02:17:32 +0000 (02:17 +0000)]
Restrict waving liquid shader to normal water
SmallJoker [Sun, 24 Mar 2019 09:59:34 +0000 (10:59 +0100)]
Use group:stick in recipes (fixes #2306)
Paramat [Sat, 23 Mar 2019 23:16:41 +0000 (23:16 +0000)]
Dungeon loot: Avoid empty 'if' branch to satisfy lua check
Paramat [Sat, 23 Mar 2019 23:12:44 +0000 (23:12 +0000)]
Fix beds being undiggable after laying down
Niwla23 [Mon, 18 Mar 2019 22:20:24 +0000 (23:20 +0100)]
Mapping kit recipe: Use "group:stick" instead of "default:stick"
sfan5 [Sun, 17 Mar 2019 12:56:23 +0000 (13:56 +0100)]
Dungeon loot: Don't crash on unknown items
fixes #2228
sofar [Sun, 10 Mar 2019 01:43:49 +0000 (17:43 -0800)]
Beds: Properly count players in beds
This is a rebased and slightly rewritten version of #2125.
acmgit [Tue, 5 Mar 2019 10:59:23 +0000 (11:59 +0100)]
Flowers: Remove stack max definition (#2324)
Hugo Locurcio [Sun, 24 Feb 2019 18:46:14 +0000 (19:46 +0100)]
Enable colored Luacheck output on Travis CI
This also removes the deprecated `sudo: false` option, as Travis CI
is phasing out the container-based infrastructure.
Paramat [Mon, 18 Feb 2019 19:57:30 +0000 (19:57 +0000)]
Remove corals.mts credit
Paramat [Sat, 16 Feb 2019 21:18:01 +0000 (21:18 +0000)]
Kelp, coral sounds: Add missing 'footstep'. Use quiet 'dig', 'dug'
Footstep sounds as sand or cubic coral nodes.
Dig and dug sounds as leaves but much lower gain to be suitable for
underwater.
Nathan Salapat [Sat, 16 Feb 2019 20:51:33 +0000 (14:51 -0600)]
Fix sfinv hotbar offset
Paramat [Sun, 10 Feb 2019 21:38:58 +0000 (21:38 +0000)]
Beds: Do not require red wool to craft beds
Auke Kok [Tue, 5 Feb 2019 05:28:00 +0000 (21:28 -0800)]
Limit sign length to 512 (~6 lines of 80 char or so).
Players can enter unlimited text into the field, causing lag and
potentially locking up clients. I have not found any negative effects
server side, other than the large storage needed to store the long
text.
12Me21 [Fri, 8 Feb 2019 01:53:55 +0000 (20:53 -0500)]
Beds: Make on_rotate function check new param2 instead of rotation mode
The on_rotate function now checks the new param2 value to determine if a rotation is valid, rather than checking the rotation mode.
This is so screwdriver-like items with different rotation modes will not be able to rotate the bed into invalid orientations.
Paul Ouellette [Wed, 6 Feb 2019 19:07:48 +0000 (14:07 -0500)]
Dye: Remove type="shapeless" from single-item recipes
Paramat [Tue, 5 Feb 2019 00:24:04 +0000 (00:24 +0000)]
'permafrost_with_stones/moss' drops itself instead of permafrost
Previously they were not collectable or creatable.
A simple temporary solution for MTG 5.0.0.
rubenwardy [Tue, 5 Feb 2019 00:07:06 +0000 (00:07 +0000)]
Add screenshot.png, and more info to game.conf
random-geek [Sun, 3 Feb 2019 19:14:13 +0000 (11:14 -0800)]
Textures: Update permafrost to new dirt, improve stones, add stones side
rubenwardy [Sun, 3 Feb 2019 11:45:45 +0000 (11:45 +0000)]
Fix sfinv not updating on creative grant/revoke
SmallJoker [Sat, 26 Jan 2019 12:55:39 +0000 (13:55 +0100)]
Beds: Fix formspec size, no prepend
Paramat [Sun, 6 Jan 2019 23:48:57 +0000 (23:48 +0000)]
Update small pines in schematic_tables.txt
Update was missing from
7fa03c7a9bf57288375b6f11fba31f2273eb0c7a
Paramat [Fri, 4 Jan 2019 04:12:07 +0000 (04:12 +0000)]
Fix small pine leafdecay: New schematics, new leafdecay radius
Fix small pine leafdecay: New schematics, new leafdecay radius
Paramat [Thu, 3 Jan 2019 01:57:13 +0000 (01:57 +0000)]
Remove uses of default.gui_bg/bg_img/slots
Keep their definitions, to not break mods, but move them to legacy.lua.
Paul Ouellette [Wed, 2 Jan 2019 11:40:32 +0000 (06:40 -0500)]
Remove extra empty strings in craft recipes (#2281)
Paramat [Wed, 2 Jan 2019 02:18:50 +0000 (02:18 +0000)]
Add large cactus seedling
Alter 'large cactus' schematic to place another force-placed cactus node,
to replace the cactus seedling on growth.
Make schematic 5x7x5 to solve rotation, placement and protection check
issues.
Add a y-slice probability for height variation.
Growth time is tuned to not make this a faster way to obtain cactus nodes
compared to normal cactus farming.
Seedling texture by Extex101.
Use sapling/seedling description in protection intersection message in
'sapling_on_place' function.
Paramat [Sat, 22 Dec 2018 00:33:37 +0000 (00:33 +0000)]
Doors: New handle and hinges for glass door
Ryan Nolan [Thu, 20 Dec 2018 22:45:24 +0000 (22:45 +0000)]
Doors: Allow on_rightclick to be overidden
Allow mods such as protection mods to over ride on_rightclick.
Usecase is creating shared doors without the need for keys.
Paramat [Sat, 8 Dec 2018 04:00:38 +0000 (04:00 +0000)]
Remove now-unused 'puts out fire' group
sofar [Thu, 6 Dec 2018 23:29:43 +0000 (15:29 -0800)]
Prevent crash if some mod inadvertently allowed doors to rotate
rubenwardy [Wed, 28 Nov 2018 14:14:33 +0000 (14:14 +0000)]
Add sfinv.get_page()
Paul Ouellette [Fri, 16 Nov 2018 18:50:10 +0000 (13:50 -0500)]
Remove double inner/outer in stairs descriptions
Ezhh [Thu, 15 Nov 2018 00:49:16 +0000 (00:49 +0000)]
Add plantlike_rooted coral
TumeniNodes [Fri, 9 Nov 2018 18:53:23 +0000 (13:53 -0500)]
Fix sRGB profiles for obsidian glass stair textures
SmallJoker [Fri, 2 Nov 2018 17:22:54 +0000 (18:22 +0100)]
New glass, glass stair/slab, and glass door textures
TumeniNodes [Mon, 29 Oct 2018 22:08:25 +0000 (18:08 -0400)]
Beds: Use mod textures instead of default_wood.png
No longer use default_wood.png for one side of the bed head and
one side of the bed bottom node.
Add a new texture for the underside of both beds.
Paramat [Sat, 27 Oct 2018 12:57:16 +0000 (13:57 +0100)]
Liquid sources: Backface-cull sides and base. Remove unused special tiles
Fixes most z-fighting caused by underwater nodeboxes.
Special tiles were for 'new style water' (lowered water level) which was
removed a few years ago.
SmallJoker [Thu, 18 Oct 2018 04:45:35 +0000 (06:45 +0200)]
Chests: Fix crash on empty key metadata
Paramat [Sun, 14 Oct 2018 01:36:40 +0000 (02:36 +0100)]
Spawn mod: Avoid respawn conflict with beds mod (#2240)
TumeniNodes [Thu, 11 Oct 2018 18:33:33 +0000 (14:33 -0400)]
Stairs: Remove combine slabs code
TumeniNodes [Thu, 11 Oct 2018 18:31:35 +0000 (14:31 -0400)]
Fence rails: Allow connections to walls
random-geek [Tue, 9 Oct 2018 19:54:22 +0000 (12:54 -0700)]
Add blueberry bushes
TumeniNodes [Tue, 9 Oct 2018 19:44:15 +0000 (15:44 -0400)]
Stairs: Add glass and obsidian glass. Fix slab combine bug
Fix slabs combining into a cube: Facedir is only set for the cube if it has
paramtype2 = "facedir". This avoids liquid appearing in connected
framed glasslike.
Paramat [Wed, 3 Oct 2018 23:33:11 +0000 (00:33 +0100)]
Stairs: Add field to determine world-aligned textures (#2219)
All stair/slab nodes with parent nodes that are rotatable (wood and bricks)
are reverted to not having world-aligned textures, to fix the breakage of
rotated stair/slab appearence in worlds.
Update, and add missing documentation to, game_api.txt.
Paramat [Tue, 25 Sep 2018 18:42:19 +0000 (19:42 +0100)]
Fence rail: Only connect to fences. Update map mod README recipe
Fence rail: Only connect to 'group:fence'.
Update map mod README crafting recipe documentation.
SmallJoker [Mon, 24 Sep 2018 19:13:01 +0000 (21:13 +0200)]
map: Use wood group crafting recipe
Ezhh [Fri, 21 Sep 2018 17:52:55 +0000 (18:52 +0100)]
Remove cave ice from creative inventory
Paramat [Fri, 14 Sep 2018 17:33:46 +0000 (18:33 +0100)]
Fire: Remove the ABM active when fire mod is disabled (#2209)
Paramat [Fri, 14 Sep 2018 16:59:49 +0000 (17:59 +0100)]
Player_api: New hotbar textures (#2207)
12Me21 [Mon, 3 Sep 2018 02:34:56 +0000 (22:34 -0400)]
Stairs: Safer slab name check
Before, it checked if the node name *contained* "stairs:slab_", which could detect
things like "xxxxxstairs:slab_xxxx". Changed the pattern to "^stairs:slab_".
Paramat [Sun, 2 Sep 2018 01:43:59 +0000 (02:43 +0100)]
Fire: Make flames floodable, remove extinguish ABM
Paramat [Tue, 28 Aug 2018 18:12:10 +0000 (19:12 +0100)]
Game_api.txt: Update and improve dye documentation
Paramat [Fri, 24 Aug 2018 18:08:06 +0000 (19:08 +0100)]
Rename 'killme' mod to 'game_commands', add README and license files
tenplus1 [Thu, 23 Aug 2018 19:42:36 +0000 (20:42 +0100)]
Wool mod: Remove 'basecolor', 'excolor', 'unicolor' groups
tenplus1 [Thu, 23 Aug 2018 19:39:16 +0000 (20:39 +0100)]
Dye mod: Remove 'basecolor', 'excolor', 'unicolor' groups
Paramat [Wed, 22 Aug 2018 00:23:00 +0000 (01:23 +0100)]
README.txt files: Change 'LGPL 2.1' to 'LGPLv2.1+'. Remove 'WTFPL'
Paramat [Tue, 21 Aug 2018 19:41:26 +0000 (20:41 +0100)]
Add new dirt texture by random-geek
Paramat [Mon, 20 Aug 2018 22:56:00 +0000 (23:56 +0100)]
New wider apple tree schematic
Precisely reduce trees and logs per mapchunk division to compensate.
Paramat [Sat, 11 Aug 2018 21:32:23 +0000 (22:32 +0100)]
Add 'schematic_tables.txt' document
Paramat [Sat, 4 Aug 2018 19:26:30 +0000 (20:26 +0100)]
Pine bush: Do not force-place needles nodes
Paramat [Tue, 31 Jul 2018 09:55:28 +0000 (10:55 +0100)]
sfinv, player_api mods: Fix and cleanup README and license files
sfinv:
Move license information to create the missing license.txt file.
Make README consistent with other Minetest Game mods.
player_api:
Add missing texture and sound credits to README.
Update and add extra license information.
default:
Remove credit for 'player_damage.ogg' sound.