Add a register_custom_subset function

This commit is contained in:
Thomas--S
2018-03-04 11:16:43 +01:00
committed by Hugo Locurcio
parent c711946453
commit d5edcb2a10
3 changed files with 100 additions and 1 deletions

View File

@ -77,4 +77,5 @@ dofile(modpath .. "/slabs.lua")
dofile(modpath .. "/slopes.lua")
dofile(modpath .. "/panels.lua")
dofile(modpath .. "/microblocks.lua")
dofile(modpath .. "/custom.lua")
dofile(modpath .. "/registrations.lua")