Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "forge_marker": 1,
- "defaults": {
- "textures": {
- "0": "logisticalautomation:blocks/conveyor_inside",
- "1": "logisticalautomation:blocks/conveyor"
- },
- "model": "logisticalautomation:conveyor"
- },
- "variants": {
- "normal": [{ "model": "logisticalautomation:conveyor" }],
- "inventory": [{
- "submodel": {
- "guard1": { "model": "logisticalautomation:guard" },
- "guard2": { "model": "logisticalautomation:guard", "y": 180 }
- }
- }],
- "facing": {
- "north": {},
- "south": {"y": 180},
- "west": {"y": 270},
- "east": {"y": 90},
- "up": {"x": -90},
- "down": {"x": 90}
- },
- "left": {
- "true": {
- },
- "false": {
- "submodel": "logisticalautomation:guard"
- }
- },
- "right": {
- "true": {
- },
- "false": {
- }
- },
- "back": {
- "true": {
- },
- "false": {
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment