openOS command line programs

This commit is contained in:
kepler155c@gmail.com
2019-04-07 10:10:30 -04:00
parent 5f2f33f1f2
commit 8f2c97d269
20 changed files with 163 additions and 280 deletions

20
oc/sample/sample.3dm Normal file
View File

@@ -0,0 +1,20 @@
{
label = "Basic Ceiling Lamp Prototype",
tooltip = "§7Herb's Basic Ceiling Lamp Prototype.",
lightlevel=8,
shapes={
{7,10,7,9,15,9,texture="log_spruce"},
{6,15,6,10,16,10,texture="iron_block"},
{2,9,2,14,10,14,texture="wool_colored_red"},
{2,7,13,14,10,14,texture="wool_colored_red"},
{2,7,2,14,10,3,texture="wool_colored_red"},
{2,7,3,3,10,14,texture="wool_colored_red"},
{13,7,3,14,10,14,texture="wool_colored_red"},
{3,8,3,13,9,13,texture="glowstone"},
}
}