- Oct 24, 2017
-
-
paramat authored
Original recording by Ryding. http://freesound.org/people/Ryding/ Found by Anth0rx, edited by paramat. Add and use 'default.node_sound_snow_defaults()' function.
-
- Oct 23, 2017
-
-
Coder12a authored
Some files or editors may use \r instand of \n like notepad++. If you copy text written in notepad++ and pasted into the book. The book will only have one page.
-
SmallJoker authored
-
SmallJoker authored
-
SmallJoker authored
-
James Stevenson authored
-
- Oct 13, 2017
-
-
paramat authored
Uses the new player object property 'can zoom'. In survival mode, use of zoom requires the binoculars item in inventory. Zoom is automatically allowed in creative mode and for players with the 'creative' privilege. The binoculars.update_player_property() function is global so can be redefined by a mod for alternative behaviour.
-
- Oct 10, 2017
- Oct 07, 2017
-
-
Lars Hofhansl authored
-
- Oct 03, 2017
-
-
paramat authored
Clarify README.txt.
-
- Oct 02, 2017
-
-
paramat authored
In survival mode, use of the minimap requires the mapping kit item. Minimap radar mode is always disabled in survival mode. Minimap and minimap radar mode will be automatically enabled in creative mode and for any player with the 'creative' privilege. The 'map.update_hud_flags()' function is global so can be redefined by a mod for alternative behaviour.
-
SmallJoker authored
-
- Sep 28, 2017
-
-
paramat authored
Based on code by github user 'hdak1945git'. Fixes a crash when 'colorfacedir' param2 is used for beds.
-
- Sep 25, 2017
-
-
tenplus1 authored
Check for on_rightclick functions of nodes when holding a waterlily.
-
rubenwardy authored
-
rubenwardy authored
-
paramat authored
Make deeper, to compensate for ease of travel using 3D noise tunnels. Make depth more progressive with value: Ore, upper limit Coal 64 no change Iron 0 no change Tin -32 > -64 Copper -16 > -128 Gold -64 > -256 Diamond -128 > -512 Mese crystal -64 > -512 Mese block -1024 no change Make y of 1st density increase deeper but following a similar logic to before: Ore, upper limit Coal 0 no change Iron -64 no change Tin -128 no change Copper -64 > -256 Gold -256 > -1024 Diamond -256 > -1024 Mese crystal -256 > -1024 Mese block -2048 new Add second, denser layer of mese blocks with a decrease of separation and increase in density equal to mese ore layers.
-
- Sep 20, 2017
-
-
danielmeek32 authored
Fixes #1885
-
tenplus1 authored
This should fix the chest staying open when a player disconnects while inside.
-
- Sep 17, 2017
-
-
paramat authored
-
- Sep 12, 2017
-
-
sfan5 authored
Forgot this in the last commit, thanks @Fixer-007
-
- Sep 11, 2017
-
-
sfan5 authored
-
- Aug 26, 2017
-
-
tenplus1 authored
Add 'explode_centre' flag which when false explodes as normal and when true runs on_blast on centre node as well as dropping items.
-
tenplus1 authored
Move mushroom spread ABM action into a global and overridable function. Optimise spread code. Reduce spread range to reduce spread through walls.
-
- Aug 18, 2017
-
-
paramat authored
Remove string -> cotton alias.
-
Hybrid Dog authored
-
tenplus1 authored
-
- Aug 14, 2017
-
-
rubenwardy authored
-
- Aug 13, 2017
-
-
Rui authored
-
Rui authored
-
tenplus1 authored
The tnt:boom node doesn't actually need the on_construct and on_timer functions to remove the node after 0.4 seconds as the tnt_explode function already does this beforehand.
-
TumeniNodes authored
-
Jens Rottmann authored
Furnace inactive (Item: Not cookable; Fuel: Empty) --> becomes --> Furnace inactive (Item: Not cookable; Fuel: Empty)
-
- Aug 10, 2017
-
-
SmallJoker authored
-
- Aug 09, 2017
-
-
paramat authored
Split some long lines. Some nearby code cleanup.
-
- Aug 07, 2017
-
-
ForbiddenJ authored
Liquids that are 'igniters', such as lava, will drop the torch without a flame-extinguish sound, as the torch item will burn up after a few seconds with a sound and smoke particles. All other liquids cause a flame-extinguish sound.
-
- Aug 06, 2017
-
-
paramat authored
Make the placeholder biomes grassland to make the shape of the floatland terrain more visible.
-
paramat authored
-
danielmeek32 authored
-