forked from oerkki/voxelands
add borderstone to creative chest
This commit is contained in:
parent
17982b1ccf
commit
507401cd2a
|
@ -2709,6 +2709,7 @@ void content_mapnode_init()
|
||||||
crafting::setRecipe(r,CONTENT_BORDERSTONE,1);
|
crafting::setRecipe(r,CONTENT_BORDERSTONE,1);
|
||||||
}
|
}
|
||||||
lists::add("craftguide",i);
|
lists::add("craftguide",i);
|
||||||
|
lists::add("creative",i);
|
||||||
|
|
||||||
i = CONTENT_WOOD;
|
i = CONTENT_WOOD;
|
||||||
f = &content_features(i);
|
f = &content_features(i);
|
||||||
|
|
Loading…
Reference in New Issue