- Dec 11, 2017
- Dec 04, 2017
-
-
paramat authored
In survival mode, zoom is disabled, the binoculars item is needed to allow a zoom with a 10 degree FOV, realistic for compact binoculars. Creative mode or per-player creative privilege allows a zoom with a 15 degree field of view (the default MT engine zoom FOV).
-
- Nov 27, 2017
-
-
ezhh authored
-
paramat authored
Adds a direct resource of green dye, and a flower resource of black dye. Completes the colour sequence: red, orange, yellow, green, blue, violet. Makes all base dyes cultivatable and sustainable, without the presence of coal. Add the new flowers to the world with the same density variation as the others, but obviously with different noise seeds. Results in more flowers in a world and more variety of flower combinations.
-
ForbiddenJ authored
-
- Nov 16, 2017
-
-
DTA7 authored
-
- Nov 11, 2017
-
-
paramat authored
-
bertrandda authored
-
raymoo authored
-
raymoo authored
-
- Nov 06, 2017
-
-
paramat authored
Correct the collisionbox height.
-
- Nov 05, 2017
-
-
paramat authored
Fix 'stair_images' code to avoid 'stair_images' being empty in some situations. Change stairs back to nodeboxes to make world-aligned textures work.
-
SmallJoker authored
-
- Nov 03, 2017
-
-
paramat authored
-
paramat authored
Previously, body and limbs were stretched vertically by 1.125, creating rectangular pixels on side faces. Head was unstretched. Remove stretch of body and limbs, leaving the head unchanged. No other change would excessively shorten the model, so also scale up the model slightly, by * 1.05, such that the reduction factor for height is equal to the increasing factor for width. This minimises the changes to height and width. Remove cape support. Update the collisionbox to match. Add missing license.txt.
-
- Oct 27, 2017
-
-
sfan5 authored
-
- Oct 24, 2017
-
-
paramat authored
Map mod: Tune cyclic update interval. Re-add HUD flags update on item 'use'.
-
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
-