Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "parent": "block/cube",
- "textures": {
- "base_top": "brewery:blocks/brewery_base_top_nb",
- "base_bottom": "brewery:blocks/brewery_base_bottom",
- "base_side": "brewery:blocks/brewery_base_side",
- "rod_top": "brewery:blocks/brewery_rod_top",
- "rod_side": "brewery:blocks/brewery_rod_side"
- },
- "elements": [
- {
- "from": [ 0, 0, 0 ],
- "to": [ 16, 2, 16 ],
- "faces": {
- "up": { "texture": "#base_top" },
- "down": { "texture": "#base_bottom" },
- "north": { "texture": "#base_side" },
- "south": { "texture": "#base_side" },
- "east": { "texture": "#base_side" },
- "west": { "texture": "#base_side" }
- }
- },
- {
- "from": [ 7, 2, 7 ],
- "to": [ 7, 16, 7 ],
- "faces": {
- "up": { "texture": "#rod_top" },
- "down": { "texture": "#rod_top" },
- "north": { "texture": "#rod_side" },
- "south": { "texture": "#rod_side" },
- "east": { "texture": "#rod_side" },
- "west": { "texture": "#rod_side" }
- }
- }
- ]
- }
- [Client thread/ERROR] [TEXTURE ERRORS]: The following other errors were reported for domain brewery:
- [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
- [Client thread/ERROR] [TEXTURE ERRORS]: Problem: broken aspect ratio and not an animation
- [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/brewery_rod_side.png
- [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/brewery_base_side.png
Add Comment
Please, Sign In to add comment