Skip to content

Instantly share code, notes, and snippets.

@StillManic
Created July 27, 2016 21:26
Show Gist options
  • Save StillManic/f2c98598d64d55907c81c8e7231ded2a to your computer and use it in GitHub Desktop.
Save StillManic/f2c98598d64d55907c81c8e7231ded2a to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"defaults": {
"model": "transitmod:construction_tape.obj",
"transform": "forge:default-block",
"custom": {
"groupConfigs": {
"dot": {"show": ["dot"], "flags": ["alwaysActive"]},
"north": {"show": ["north"]},
"south": {"show": ["south"]},
"west": {"show": ["west"]},
"east": {"show": ["east"]},
"up_ns": {"show": ["north", "south"]},
"up_we": {"show": ["west", "east"]}
}
}
},
"variants": {
"inventory": [{
"model": "item/generated",
"texture": "transitmod:items/tape"
}],
"north": {
"up": {},
"side": {},
"none": {}
},
"south": {
"up": {},
"side": {},
"none": {}
},
"west": {
"up": {},
"side": {},
"none": {}
},
"east": {
"up": {},
"side": {},
"none": {}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment