add borderstone to creative chest

This commit is contained in:
darkrose 2014-03-05 16:51:55 +10:00
parent 17982b1ccf
commit 507401cd2a
1 changed files with 1 additions and 0 deletions

View File

@ -2709,6 +2709,7 @@ void content_mapnode_init()
crafting::setRecipe(r,CONTENT_BORDERSTONE,1);
}
lists::add("craftguide",i);
lists::add("creative",i);
i = CONTENT_WOOD;
f = &content_features(i);