Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- blockstates/hive
- {
- "parent": "block/cube",
- "variants":
- {
- "hive=rock": {"model": "morebees:rockhive"},
- "inventory": {"model": "morebees:rockhive"}
- }
- }
- models/blocks/rockhive
- {
- "parent": "block/cube",
- "textures": {
- "particle": "forestry:blocks/apiary.4",
- "down": "forestry:blocks/apiary.0",
- "up": "forestry:blocks/apiary.1",
- "north": "forestry:blocks/apiary.2",
- "east": "forestry:blocks/apiary.4",
- "south": "forestry:blocks/apiary.4",
- "west": "forestry:blocks/apiary.4"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement