Skip to content
Snippets Groups Projects
  1. Sep 01, 2016
  2. Mar 18, 2016
  3. Mar 13, 2016
    • Auke Kok's avatar
      Convert fences to NDT_CONNECTED. · d979293f
      Auke Kok authored
      This changes the drawtype of fences to NDT_CONNECTED nodebox drawtype.
      
      These nodes are drawn by the client with the needed connections on
      the fly as the scene is drawn. There is no logic needed by mods to
      modify the nodes.
      
      These fences connect to (1) other fences, (2) planks and (3) tree
      trunks, but nothing else. They do not connect to stone, dirt, wool,
      etc. This is done by the "connects_to" parameter, which takes groups
      and node names.
      
      Due to the way textures are wrapped, we can make these nodes look a
      lot better by giving them a special tile.
      
      This change requires minetest/minetest#3503.
      d979293f
Loading