Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Stub in some infused stone stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pahimar committed Oct 14, 2016
1 parent 6a25139 commit 08a7a82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/assets/ee3/blockstates/glass_bell.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"normal": [{}],
"inventory": [{}],
"facing": {
"north": {"x": 90},
"south": {"x": 90, "y": 180},
"west": {"x": 90, "y": -90},
"east": {"x": 90, "y": 90},
"north": { "x": 90 },
"south": { "x": 90, "y": 180 },
"west": { "x": 90, "y": -90 },
"east": { "x": 90, "y": 90 },
"up": {},
"down": {"x": 180}
"down": { "x": 180 }
}
}
}

0 comments on commit 08a7a82

Please sign in to comment.