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.
Paramat [Sun, 29 Jul 2018 23:32:18 +0000 (00:32 +0100)]
Boats, carts mods: Use 'initial_properties' table
kakalak-lumberJack [Thu, 26 Jul 2018 19:50:51 +0000 (15:50 -0400)]
wall.register: Allow table as texture value
Paramat [Tue, 24 Jul 2018 15:14:52 +0000 (16:14 +0100)]
Make apple log shorter, to be no longer than appletree trunk
Paramat [Tue, 17 Jul 2018 04:04:46 +0000 (05:04 +0100)]
Flora spread: Reduce maximum density
Previously, maximum flora density was chosen based on the extremely rare
occurrence of all 8 flowers being at high density at one location. This
caused flora everywhere to spread to an unacceptably high density.
Revert the threshold to 3, which in testing results in a more acceptable
maximum density of 7 flora per 9x9 area.
Paramat [Sun, 15 Jul 2018 20:50:07 +0000 (21:50 +0100)]
Boats: Use driver name string instead of objectref
Paramat [Sat, 14 Jul 2018 21:52:12 +0000 (22:52 +0100)]
Default: Credit schematics and licence as media
TumeniNodes [Fri, 13 Jul 2018 00:17:07 +0000 (20:17 -0400)]
Biomes: Add pine bush to taiga and snowy grassland
Replaces 'bush' in snowy grassland.
Paramat [Tue, 10 Jul 2018 22:02:22 +0000 (23:02 +0100)]
Move chests to a new file. Update credits for chests and torches
Move chests code out of nodes.lua and into a new file.
Credit torch code, and chest and torch models in README.txt.
Remove 'torches' mod text from torch.lua.
Minor cleanups in README.txt.
Paramat [Tue, 10 Jul 2018 02:51:41 +0000 (03:51 +0100)]
Remove coral air-death ABM
Paramat [Sun, 8 Jul 2018 21:22:07 +0000 (22:22 +0100)]
Fence rails: Add fence rail textures
Minor clean up of README.txt, including deletion of credits for removed
torch textures.
Paramat [Sat, 7 Jul 2018 20:00:31 +0000 (21:00 +0100)]
Boats: Properly use 'dtime' for consistent responsiveness
Previously, boat responsiveness varied greatly depending on server
lag and singleplayer / multiplayer.
'dtime' is the time from the last execution of the boat entity
'on step' function, so must multiply acceleration and yaw change.
Retune acceleration, turn rate and drift deceleration.
Make reversed turn only happen with significant backwards speed.
TumeniNodes [Sat, 7 Jul 2018 18:03:33 +0000 (14:03 -0400)]
Add fence rails
Dedicated fence rail textures coming in a follow-up PR.
SmallJoker [Sat, 7 Jul 2018 01:08:36 +0000 (03:08 +0200)]
Update carts from boost_cart
Better pathfinder algorithm, allows tuning the lag spike compensation.
Smoother movement (when it's laggy).
Set the player animation to stand on attach.
Remove driver when they leave.
Only update velocity when it's necessary.
Paramat [Tue, 3 Jul 2018 18:52:28 +0000 (19:52 +0100)]
Boats: Add cruise mode (boat autoforward)
Document controls in README.txt.
Optimise 'get yaw' and 'set yaw' code.
beyondlimits [Tue, 3 Jul 2018 18:50:16 +0000 (20:50 +0200)]
Beds: Fix input checking for "Force night skip"
SmallJoker [Sun, 1 Jul 2018 19:44:03 +0000 (21:44 +0200)]
Replace deprecated function calls
Ezhh [Mon, 25 Jun 2018 20:29:24 +0000 (21:29 +0100)]
Make hidden fireflies floodable
Ezhh [Mon, 25 Jun 2018 20:28:39 +0000 (21:28 +0100)]
Add butterflies mod
bell07 [Tue, 19 Jun 2018 21:07:01 +0000 (23:07 +0200)]
Disallow digging a bed if in use
Use a new table beds.bed_position to check if a bed is in use.
Ezhh [Fri, 15 Jun 2018 06:25:43 +0000 (07:25 +0100)]
Add longer log schematics
These use 'spawn_by' to avoid steep slopes.
Paramat [Thu, 7 Jun 2018 03:14:56 +0000 (04:14 +0100)]
Spawn mod: Also reposition players on respawn
To avoid respawn position being possibly very distant from new player
spawn position.
Paramat [Sun, 3 Jun 2018 23:01:56 +0000 (00:01 +0100)]
Settings: Add missing settings to settingtypes.txt
Conf.example: Remove quotes from bones modes. Setting does not work
if quotes are used.
Jacob Gustafson [Sat, 2 Jun 2018 07:54:45 +0000 (09:54 +0200)]
Add optional bones messages for player and log
Paramat [Fri, 1 Jun 2018 22:41:45 +0000 (23:41 +0100)]
TNT: Raise cost of TNT by adding a TNT stick crafting stage
6 gunpowder and 1 paper crafts to 2 TNT stick craftitems.
9 TNT sticks craft to 1 TNT.
TNT stick is not yet usable as an explosive, possibly later.
Paramat [Fri, 1 Jun 2018 21:39:50 +0000 (22:39 +0100)]
Biomes: Make beaches snowy in snowy biomes
Paramat [Thu, 31 May 2018 02:14:46 +0000 (03:14 +0100)]
Snow: Make players sink into 'default:snow' by 3/16 node
Ezhh [Fri, 25 May 2018 21:33:03 +0000 (22:33 +0100)]
Place hidden instead of visible fireflies on mapgen
Paramat [Sat, 19 May 2018 17:57:01 +0000 (18:57 +0100)]
Kelp: Add 'paramtype = light' to avoid black plantlike extension
Paramat [Tue, 15 May 2018 21:27:39 +0000 (22:27 +0100)]
Biomes: Add vertical biome blends (#2120)
Alter a few biome y-limits for consistency.
Ezhh [Fri, 11 May 2018 15:42:28 +0000 (16:42 +0100)]
Enable regrowth of apples
Apples only regrow where they first appear on trees, either on mapgen or when grown from saplings (meaning apples that were placed by players won't regrow).
Once the tree is cut down in full (leaves removed), regrowth will stop.
New apples only grow in daylight, and take the same time as a sapling to grow.
Paramat [Fri, 4 May 2018 22:05:47 +0000 (23:05 +0100)]
Biomes: Add tundra lowland with permafrost, stones, moss and snow
Move previous tundra to highland and remove the snowblocks that are
unsuitable for a fairly dry biome, use snow slabs instead.
Ezhh [Mon, 30 Apr 2018 21:14:23 +0000 (22:14 +0100)]
Remove commented lines from biome definitions
Paramat [Sun, 29 Apr 2018 06:15:11 +0000 (07:15 +0100)]
Use stratum ore to add the missing sandstone types
Add silver sandstone strata to 'cold desert' biome.
Add sandstone and desert_sandstone strata to 'desert' biome.
Paramat [Fri, 20 Apr 2018 19:13:16 +0000 (20:13 +0100)]
Rebalance bronze and steel tools, swap ore depths
Reduce bronze tool capabilities to be between stone and steel.
Swap depths of iron ore and tin / copper ores for corresponding
progression.
Paramat [Fri, 13 Apr 2018 01:21:43 +0000 (02:21 +0100)]
Add 'spawn' mod to spawn new players in suitable starting biomes (#2091)
Disabled in mgv6 and singlenode mapgens, by setting, or if
'static_spawnpoint' is set.
Cleanup format of minetest.conf.example.
Paramat [Wed, 11 Apr 2018 23:51:56 +0000 (00:51 +0100)]
Ore distribution: Deeper iron, diamond and mese block, tune gold (#2107)
Iron at y = 0 was far too easy to find.
Adjust gold lower region to be twice the depth of highest level, like
all other ores.
Diamond at y = -500 was too easy to progress to.
Make diamond and mese block deeper to create a depth progression from
mese crystal to diamond, to reflect tool progression.
This all creates a satisfying 2^n depth progression, with lower regions
being at twice the depth of highest levels.
sofar [Sun, 8 Apr 2018 16:57:00 +0000 (09:57 -0700)]
Prevent divide by zero (#2106)
This forces all explosions to damage entities within the 1 node
range. If that needs to be disabled, the damage_radius needs to
be set to 0.
Paramat [Sun, 8 Apr 2018 16:55:19 +0000 (17:55 +0100)]
Farming: Deprecate bronze, mese and diamond hoes. Tune steel uses (#2103)
Remove unnecessary "air" fallback recipe for hoes to avoid this showing
in crafting guides.
tenplus1 [Wed, 4 Apr 2018 08:59:15 +0000 (09:59 +0100)]
Add food_* groups to default edibles (#2089)
Andrew Ward [Wed, 28 Mar 2018 17:28:26 +0000 (18:28 +0100)]
Add formspec theming, remove sfinv's dependency on default
Paramat [Wed, 28 Mar 2018 11:09:44 +0000 (12:09 +0100)]
Xpanes: Description 'Iron Bar' -> 'Steel Bars'
sfan5 [Sun, 25 Mar 2018 12:05:25 +0000 (14:05 +0200)]
Fix creative mode check again
sfan5 [Sun, 25 Mar 2018 11:47:20 +0000 (13:47 +0200)]
Fix creative mode check in fireflies mod
Ezhh [Thu, 22 Mar 2018 20:33:54 +0000 (20:33 +0000)]
Hide fireflies during day time
Ezhh [Sun, 18 Mar 2018 00:25:16 +0000 (00:25 +0000)]
Add names for register_decoration
Paramat [Tue, 13 Mar 2018 20:02:18 +0000 (20:02 +0000)]
Add new pine needles texture by Splizard
Paramat [Tue, 13 Mar 2018 20:00:29 +0000 (20:00 +0000)]
Rename 'subgame' to 'game'
paramat [Sun, 4 Mar 2018 19:47:06 +0000 (19:47 +0000)]
Pine trees: Add small pine tree and mix into coniferous forests
Use noises to create a varying mix in coniferous forest biomes:
Areas of large pines only, areas of small pines only, mixed areas.
While also having areas of high and low tree densities.
Saplings grow into large or small pines with equal chance.
paramat [Mon, 26 Feb 2018 19:21:24 +0000 (19:21 +0000)]
Icesheet biome: Add 'default:cave_ice' node to enable caves in land ice
Has 'is_ground_content = true'.
Drops 'default:ice'.
ezhh [Mon, 5 Mar 2018 21:45:45 +0000 (21:45 +0000)]
Fireflies: Reduce density in non-mgv6 mapgens
paramat [Thu, 1 Mar 2018 12:02:10 +0000 (12:02 +0000)]
Creative: Fix width of arrow textures
paramat [Sun, 25 Feb 2018 18:27:23 +0000 (18:27 +0000)]
Ores: Remove region overlaps. Make some regions deeper
ezhh [Sun, 25 Feb 2018 23:29:16 +0000 (23:29 +0000)]
Fireflies: Add dedicated mgv6 register_decoration
paramat [Sun, 25 Feb 2018 21:03:54 +0000 (21:03 +0000)]
Waterlily: Place as Y-offset simple decoration
paramat [Sun, 25 Feb 2018 20:19:41 +0000 (20:19 +0000)]
Floatland biomes: Add forest, tune beach height
SmallJoker [Sun, 25 Feb 2018 11:30:36 +0000 (12:30 +0100)]
Rename intersects_protection to is_area_protected
paramat [Mon, 26 Feb 2018 18:47:18 +0000 (18:47 +0000)]
Revert "Boats: Prevent entering 'ignore' nodes"
This reverts commit
7754555707a6a1bf1e8f4b57788e27e57fde1cd8.
Due to recent engine commit boats now collide with 'ignore' nodes.
Ezhh [Sun, 25 Feb 2018 11:25:34 +0000 (11:25 +0000)]
Put y_max above y_min in mapgen registrations (#2051)
Switch y_max and y_min for flowers, fireflies and default
Tim [Tue, 20 Feb 2018 18:15:03 +0000 (19:15 +0100)]
Bones: Iterate player inventory lists dynamically (#1229)
Avoid hard-coded player inventory lists.
Expose `bones.player_inventory_lists` for mods to look up or change,
which player inventory lists are being dropped or placed into bones.
paramat [Thu, 15 Feb 2018 06:51:11 +0000 (06:51 +0000)]
Schematics: Various improvements
Acacia bush: Create a unique form different to normal bush, with more
leaf nodes at top than at base.
Acacia tree: Maximum height increased by 1 node. 2 extra nodes of
height variation.
Jungle tree: Add an extra node of height variation. Y-slices moved
downwards to be more balanced between trunk and branches, makes
branches more common.
Pine tree: Increase maximum height by 1 node. Add an extra node of
height variation.
Update sapling 'on place' protection checks for acacia and pine trees.
paramat [Wed, 10 May 2017 07:23:26 +0000 (08:23 +0100)]
Rainforest: Add emergent jungle tree and sapling
Height 20 to 32 nodes.
Dependent on chunksize >= 5.
Base limited to maximum altitude y = 32.
Craft sapling from 9 jungle saplings.
paramat [Sun, 11 Feb 2018 08:47:15 +0000 (08:47 +0000)]
Flower spread: Only spread to the same surface node
paramat [Fri, 9 Feb 2018 04:52:54 +0000 (04:52 +0000)]
Boats: Prevent entering 'ignore' nodes
At world edge make boat bounce back into world by inverting speed.
At world base avoid falling into ignore by setting y velocity to 0.
ezhh [Tue, 6 Feb 2018 00:50:12 +0000 (00:50 +0000)]
Kelp: Improve placement/removal and extend selection box
paramat [Wed, 24 Jan 2018 11:29:02 +0000 (11:29 +0000)]
Add marram grass for coastal sand dunes
Use noise with 1 octave and flag 'absvalue' to create sand paths
in dunes.
paramat [Fri, 2 Feb 2018 00:53:51 +0000 (00:53 +0000)]
Coniferous litter: Improve textures
Greyer, lighter, reduce lines, remove dark patches.
Shorter and more consistent side texture.
paramat [Mon, 15 Jan 2018 05:33:27 +0000 (05:33 +0000)]
Flower spread ABM: Optimise
Match maximum spread density to maximum mapgen density for flowers.
Place 3 flora nodes at once instead of 1.
Change ABM chance value to 300 to match previous spread rate.
ABM becomes 3 times less intensive.
paramat [Fri, 2 Feb 2018 18:11:17 +0000 (18:11 +0000)]
Doors: Avoid crash on nil player in 'can dig door'
ezhh [Mon, 29 Jan 2018 01:40:09 +0000 (01:40 +0000)]
Add fireflies mod
paramat [Sat, 27 Jan 2018 00:52:14 +0000 (00:52 +0000)]
Intersects_protection(): Remove from Minetest Game
Add compatibility code with deprecation warning.
TumeniNodes [Wed, 31 Jan 2018 19:49:54 +0000 (14:49 -0500)]
Add obsidian_pane (#2035)
Jat15 [Wed, 31 Jan 2018 19:49:27 +0000 (20:49 +0100)]
Stairs: unbind table groups (#2036)
Unbind table groups for base block, stairs, slabs.
paramat [Sun, 21 Jan 2018 20:23:29 +0000 (20:23 +0000)]
Dungeon loot: Reduce maximum processed rooms to 8
paramat [Tue, 16 Jan 2018 04:52:26 +0000 (04:52 +0000)]
Creative: New textures for less distortion
Use 128px textures with a slight blur to reduce distortion caused
by formspec texture scaling.
Cross is shifted slightly up and left to compensate for formspec
button image shift.
paramat [Sat, 13 Jan 2018 11:46:35 +0000 (11:46 +0000)]
default:dirt_with_snow: Re-add to soil group
Previously, saplings were not growing if the dirt they are on turned to
'dirt with snow' before growth.
Also for consistency with other dirt nodes.
paramat [Mon, 1 Jan 2018 09:24:15 +0000 (09:24 +0000)]
Dry shrub: Use plantlike meshoption for bushy appearence
Adjust selectionbox width for a better fit and consistency with other
grasses.
paramat [Mon, 1 Jan 2018 07:47:00 +0000 (07:47 +0000)]
Biomes: Make coastal grassy dune biomes larger
MarkuBu [Sun, 24 Dec 2017 21:36:41 +0000 (22:36 +0100)]
Xpanes: Add optional 'use_texture_alpha' parameter to registration
Ekdohibs [Thu, 21 Dec 2017 09:28:06 +0000 (10:28 +0100)]
Furnace: Fix being able to cook items without enough fuel
This was triggered when too much time had elapsed when timer was called.
Also, fix timer resolution giving free fuel time.
ezhh [Sun, 24 Dec 2017 19:24:11 +0000 (19:24 +0000)]
Resize junglegrass selection box
paramat [Sun, 24 Dec 2017 02:23:29 +0000 (02:23 +0000)]
Ferns: Add 3 sizes for coniferous forest biome
Remove flowers from coniferous forest.
Add 'dirt with coniferous litter' to farming mod overrides.
paramat [Fri, 22 Dec 2017 00:59:42 +0000 (00:59 +0000)]
Biomes: Add 'dirt with coniferous litter' node for coniferous forest
Diego Martínez [Sat, 25 Mar 2017 21:26:50 +0000 (18:26 -0300)]
creative: Add missing tooltips.
Diego Martínez [Sat, 25 Mar 2017 21:26:17 +0000 (18:26 -0300)]
creative: Use icons for buttons.
paramat [Wed, 20 Dec 2017 14:39:49 +0000 (14:39 +0000)]
Book textures: Reset colour profiles to remove warnings
paramat [Thu, 14 Dec 2017 20:11:29 +0000 (20:11 +0000)]
Dirt sounds: Remove extreme sub frequencies, trim for zero amplitude starts
Reedych [Sat, 16 Dec 2017 05:10:35 +0000 (11:10 +0600)]
Replace setpos with set_pos in sethome
paramat [Mon, 11 Dec 2017 13:12:24 +0000 (13:12 +0000)]
Default texture licenses: Move some to CC BY-SA 3.0. Remove WTFPL