Mise à jour de nalc_default :

- Ajout des barrières personnalisées qui ont été oubliées.
- Modification de default:clay pour en stacker 200 maximum.
This commit is contained in:
sys4-fr
2018-09-29 18:03:30 +02:00
parent 4e41695d4e
commit 7f51486de1
2 changed files with 8 additions and 10 deletions

View File

@ -6,6 +6,9 @@ dofile(modpath.."/functions.lua")
-- Custom Nodes
dofile(modpath.."/nodes.lua")
-- Custom fences
dofile(modpath.."/fences.lua")
-- Custom mapgen ore generation
dofile(modpath.."/mapgen.lua")