Skip to content
Snippets Groups Projects
  1. Aug 01, 2019
  2. Jul 26, 2018
  3. Jul 07, 2018
  4. Sep 08, 2016
  5. Mar 18, 2016
    • Auke Kok's avatar
      Walls: Don't connect to group:cracky · 70248505
      Auke Kok authored
      the ```group:cracky``` group contains all sorts of odds and ends
      nodes that we shouldn't connect to. There are a few nodes that
      walls now no longer connect to, that probably should get
      ```group:stone``` added, or something similar, though.
      70248505
  6. Mar 13, 2016
    • Auke Kok's avatar
      Basic stone walls, using NDT_CONNECTED. · f8f7502e
      Auke Kok authored
      These basic connected wall nodes automatically connect
      to neigboring stone blocks, other wall blocks and anything
      that's "cracky". The do not connect to wood (fences will do
      that).
      
      The walls are generated using a new walls.register() API.
      Documentation on the API is included in game_api.txt.
      
      This change requires minetest/minetest#3503.
      
      Walls are added for all cobble stone materials. They generally
      look best and are the natural use cases for these materials.
      f8f7502e
Loading