Skip to content

Commit

Permalink
Improved displayed blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
yanny7 committed Jan 28, 2020
1 parent a2c684a commit d717894
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 6 deletions.
78 changes: 76 additions & 2 deletions src/main/resources/assets/stone_age/models/item/aquaduct.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,77 @@
{
"parent": "stone_age:block/aquaduct"
}
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
"textures": {
"stone": "minecraft:block/terracotta"
},
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.625, 0.625, 0.625 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 0.25, 0.25, 0.25 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 1, 1, 1 ]
},
"head": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 315, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 315, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
},
"elements": [
{
"name": "Cube",
"from": [ 0, 0, 0 ],
"to": [ 16, 4, 16 ],
"faces": {
"north": { "texture": "#stone", "uv": [ 0, 0, 16, 4 ] },
"east": { "texture": "#stone", "uv": [ 0, 0, 16, 4 ] },
"south": { "texture": "#stone", "uv": [ 0, 0, 16, 4 ] },
"west": { "texture": "#stone", "uv": [ 0, 0, 16, 4 ] },
"up": { "texture": "#stone", "uv": [ 0, 0, 16, 16 ] },
"down": { "texture": "#stone", "uv": [ 0, 0, 16, 16 ] }
}
},
{
"name": "Cube",
"from": [ 0, 4, 0 ],
"to": [ 4, 16, 16 ],
"faces": {
"north": { "texture": "#stone", "uv": [ 0, 0, 4, 12 ] },
"east": { "texture": "#stone", "uv": [ 0, 0, 16, 12 ] },
"south": { "texture": "#stone", "uv": [ 0, 0, 4, 12 ] },
"west": { "texture": "#stone", "uv": [ 0, 0, 16, 12 ] },
"up": { "texture": "#stone", "uv": [ 0, 0, 4, 16 ] }
}
},
{
"name": "Cube",
"from": [ 12, 4, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "texture": "#stone", "uv": [ 4, 0, 8, 12 ] },
"east": { "texture": "#stone", "uv": [ 4, 0, 16, 12 ] },
"south": { "texture": "#stone", "uv": [ 4, 0, 8, 12 ] },
"west": { "texture": "#stone", "uv": [ 4, 0, 16, 12 ] },
"up": { "texture": "#stone", "uv": [ 12, 0, 16, 16 ] }
}
}
]
}
139 changes: 137 additions & 2 deletions src/main/resources/assets/stone_age/models/item/fishing_net.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,138 @@
{
"parent": "stone_age:block/fishing_net"
}
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
"textures": {
"cobweb": "stone_age:item/grass_mesh",
"oak_planks": "minecraft:block/oak_planks"
},
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.625, 0.625, 0.625 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 0.25, 0.25, 0.25 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 1, 1, 1 ]
},
"head": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 315, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 315, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
},
"elements": [
{
"name": "Cube",
"from": [ 0, 0, 0 ],
"to": [ 16, 1, 16 ],
"faces": {
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 1 ] },
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 1 ] },
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 1 ] },
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 1 ] },
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 16 ] },
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 16 ] }
}
},
{
"name": "Cube",
"from": [ 0, 1, 14 ],
"to": [ 2, 16, 16 ],
"faces": {
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] }
}
},
{
"name": "Cube",
"from": [ 14, 1, 14 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] }
}
},
{
"name": "Cube",
"from": [ 14, 1, 0 ],
"to": [ 16, 16, 2 ],
"faces": {
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] }
}
},
{
"name": "Cube",
"from": [ 0, 1, 0 ],
"to": [ 2, 16, 2 ],
"faces": {
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 15, 2 ], "rotation": 90 },
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] }
}
},
{
"name": "Cube",
"from": [ 1, 1, 2 ],
"to": [ 1, 15, 14 ],
"faces": {
"east": { "texture": "#cobweb", "uv": [ 2, 1, 14, 15 ] },
"west": { "texture": "#cobweb", "uv": [ 2, 1, 14, 15 ], "rotation": 180 }
}
},
{
"name": "Cube",
"from": [ 15, 1, 2 ],
"to": [ 15, 15, 14 ],
"faces": {
"east": { "texture": "#cobweb", "uv": [ 2, 1, 14, 15 ] },
"west": { "texture": "#cobweb", "uv": [ 2, 1, 14, 15 ] }
}
},
{
"name": "Cube",
"from": [ 2, 1, 1 ],
"to": [ 14, 15, 1 ],
"faces": {
"north": { "texture": "#cobweb", "uv": [ 2, 1, 14, 15 ] },
"south": { "texture": "#cobweb", "uv": [ 2, 1, 14, 15 ] }
}
},
{
"name": "Cube",
"from": [ 2, 1, 15 ],
"to": [ 14, 15, 15 ],
"faces": {
"north": { "texture": "#cobweb", "uv": [ 2, 1, 14, 15 ] },
"south": { "texture": "#cobweb", "uv": [ 2, 1, 14, 15 ] }
}
}
]
}
93 changes: 91 additions & 2 deletions src/main/resources/assets/stone_age/models/item/millstone.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,92 @@
{
"parent": "stone_age:block/millstone"
}
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
"textures": {
"oak_log": "minecraft:block/oak_log",
"granite": "minecraft:block/granite",
"andesite": "minecraft:block/andesite",
"stone": "minecraft:block/stone"
},
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.625, 0.625, 0.625 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 0.25, 0.25, 0.25 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 1, 1, 1 ]
},
"head": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 315, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 315, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
},
"elements": [
{
"name": "Cube",
"from": [ 0, 0, 0 ],
"to": [ 16, 3, 16 ],
"faces": {
"north": { "texture": "#stone", "uv": [ 0, 0, 16, 3 ] },
"east": { "texture": "#stone", "uv": [ 0, 0, 16, 3 ] },
"south": { "texture": "#stone", "uv": [ 0, 0, 16, 3 ] },
"west": { "texture": "#stone", "uv": [ 0, 0, 16, 3 ] },
"up": { "texture": "#stone", "uv": [ 0, 0, 16, 16 ] }
}
},
{
"name": "Cube",
"from": [ 2.5, 3, 2.5 ],
"to": [ 13.5, 7, 13.5 ],
"faces": {
"north": { "texture": "#granite", "uv": [ 4, 6, 15, 10 ] },
"east": { "texture": "#granite", "uv": [ 2, 7, 13, 11 ] },
"south": { "texture": "#granite", "uv": [ 6, 11, 16, 15 ] },
"west": { "texture": "#granite", "uv": [ 0, 5, 11, 9 ] },
"up": { "texture": "#granite", "uv": [ 0, 0, 11, 11 ] }
}
},
{
"name": "Cube",
"from": [ 7, 7, 7 ],
"to": [ 9, 12, 9 ],
"faces": {
"north": { "texture": "#oak_log", "uv": [ 0, 0, 2, 5 ] },
"east": { "texture": "#oak_log", "uv": [ 0, 0, 2, 5 ] },
"south": { "texture": "#oak_log", "uv": [ 0, 0, 2, 5 ] },
"west": { "texture": "#oak_log", "uv": [ 0, 0, 2, 5 ] },
"up": { "texture": "#oak_log", "uv": [ 11, 3, 13, 5 ] }
}
},
{
"name": "Cube",
"from": [ 2.5, 7.1, 2.5 ],
"to": [ 13.5, 11.1, 13.5 ],
"faces": {
"north": { "texture": "#andesite", "uv": [ 4, 6, 15, 10 ] },
"east": { "texture": "#andesite", "uv": [ 2, 7, 13, 11 ] },
"south": { "texture": "#andesite", "uv": [ 6, 11, 16, 15 ] },
"west": { "texture": "#andesite", "uv": [ 0, 5, 11, 9 ] },
"up": { "texture": "#andesite", "uv": [ 0, 0, 11, 11 ] },
"down": { "texture": "#andesite", "uv": [ 0, 0, 11, 11 ] }
}
}
]
}

0 comments on commit d717894

Please sign in to comment.