本帖最后由 Xiao2 于 2018-10-5 16:14 编辑
这是模型代码stone.json
复制代码材质包自定义的名字叫Building Blocks
制作模型的软件是古老的opl’sModel Creator自己有直接用Notepad++多次替换修改建立/加入一个超平坦只有石头的世界后崩溃,之前多次在普通游戏世界崩溃。
这是崩溃日志
复制代码
谢谢各位
这是模型代码stone.json
- {
- "textures": {
- "east": "block/stone",
- "south": "block/stone",
- "north": "block/stone",
- "west": "block/stone",
- "particle": "block/stone",
- "up": "block/stone",
- "down": "block/stone"
- },
- "elements": [
- {
- "from": [0,0,0],
- "to": [16,16,16],
- "faces": {
- "down": { "texture": "#down", "cullface": "down" },
- "up": { "texture": "#up", "cullface": "up" },
- "north": { "texture": "#north", "cullface": "north" },
- "south": { "texture": "#south", "cullface": "south" },
- "west": { "texture": "#west", "cullface": "west" },
- "east": { "texture": "#east", "cullface": "east" }
- }
- },
- {
- "from": [2,16,2],
- "to": [4,20,4],
- "faces": {
- "up": {
- "uv": [2,2,4,4],
- "texture": "#up"
- },
- "west": {
- "uv": [0,0,2,4],
- "texture": "#up"
- },
- "east": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "south": {
- "uv": [14,0,16,4],
- "texture": "#up"
- }
- }
- },
- {
- "from": [12,12,16],
- "to": [14,14,20],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#south"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#south"
- },
- "west": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "east": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "south": {
- "uv": [12,2,14,4],
- "texture": "#south"
- }
- }
- },
- {
- "from": [-4,12,2],
- "to": [0,14,4],
- "faces": {
- "up": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "down": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "west": {
- "uv": [2,2,4,4],
- "texture": "#west"
- },
- "north": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "south": {
- "uv": [0,14,4,16],
- "texture": "#west"
- }
- }
- },
- {
- "from": [-4,4,2],
- "to": [0,6,4],
- "faces": {
- "up": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "down": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "west": {
- "uv": [2,10,4,12],
- "texture": "#west"
- },
- "north": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "south": {
- "uv": [0,14,4,16],
- "texture": "#west"
- }
- }
- },
- {
- "from": [-4,8,2],
- "to": [0,10,4],
- "faces": {
- "up": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "down": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "west": {
- "uv": [2,6,4,8],
- "texture": "#west"
- },
- "north": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "south": {
- "uv": [0,14,4,16],
- "texture": "#west"
- }
- }
- },
- {
- "from": [-4,8,6],
- "to": [0,10,8],
- "faces": {
- "up": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "down": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "west": {
- "uv": [6,6,8,8],
- "texture": "#west"
- },
- "north": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "south": {
- "uv": [0,14,4,16],
- "texture": "#west"
- }
- }
- },
- {
- "from": [-4,12,6],
- "to": [0,14,8],
- "faces": {
- "up": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "down": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "west": {
- "uv": [6,2,8,4],
- "texture": "#west"
- },
- "north": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "south": {
- "uv": [0,14,4,16],
- "texture": "#west"
- }
- }
- },
- {
- "from": [-4,4,6],
- "to": [0,6,8],
- "faces": {
- "up": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "down": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "west": {
- "uv": [6,10,8,12],
- "texture": "#west"
- },
- "north": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "south": {
- "uv": [0,14,4,16],
- "texture": "#west"
- }
- }
- },
- {
- "from": [-4,12,10],
- "to": [1,14,12],
- "faces": {
- "up": {
- "uv": [0,0,5,2],
- "texture": "#west"
- },
- "down": {
- "uv": [0,0,5,2],
- "texture": "#west"
- },
- "west": {
- "uv": [10,2,12,4],
- "texture": "#west"
- },
- "north": {
- "uv": [0,0,5,2],
- "texture": "#west"
- },
- "south": {
- "uv": [0,14,5,16],
- "texture": "#west"
- }
- }
- },
- {
- "from": [12,-4,2],
- "to": [14,0,4],
- "faces": {
- "down": {
- "uv": [12,12,14,14],
- "texture": "#down"
- },
- "west": {
- "uv": [0,12,2,16],
- "texture": "#down"
- },
- "east": {
- "uv": [14,12,16,16],
- "texture": "#down"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#down"
- },
- "south": {
- "uv": [0,0,2,4],
- "texture": "#down"
- }
- }
- },
- {
- "from": [-4,4,10],
- "to": [0,6,12],
- "faces": {
- "up": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "down": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "west": {
- "uv": [10,10,12,12],
- "texture": "#west"
- },
- "north": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "south": {
- "uv": [0,14,4,16],
- "texture": "#west"
- }
- }
- },
- {
- "from": [16,10,4],
- "to": [20,12,6],
- "faces": {
- "up": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "down": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "east": {
- "uv": [10,4,12,6],
- "texture": "#east"
- },
- "north": {
- "uv": [12,0,16,2],
- "texture": "#east"
- },
- "south": {
- "uv": [12,14,16,16],
- "texture": "#east"
- }
- }
- },
- {
- "from": [16,6,4],
- "to": [20,8,6],
- "faces": {
- "up": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "down": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "east": {
- "uv": [10,8,12,10],
- "texture": "#east"
- },
- "north": {
- "uv": [12,0,16,2],
- "texture": "#east"
- },
- "south": {
- "uv": [12,14,16,16],
- "texture": "#east"
- }
- }
- },
- {
- "from": [16,2,4],
- "to": [20,4,6],
- "faces": {
- "up": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "down": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "east": {
- "uv": [10,12,12,14],
- "texture": "#east"
- },
- "north": {
- "uv": [12,0,16,2],
- "texture": "#east"
- },
- "south": {
- "uv": [12,14,16,16],
- "texture": "#east"
- }
- }
- },
- {
- "from": [16,6,8],
- "to": [20,8,10],
- "faces": {
- "up": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "down": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "east": {
- "uv": [6,8,8,10],
- "texture": "#east"
- },
- "north": {
- "uv": [12,0,16,2],
- "texture": "#east"
- },
- "south": {
- "uv": [12,14,16,16],
- "texture": "#east"
- }
- }
- },
- {
- "from": [16,2,8],
- "to": [20,4,10],
- "faces": {
- "up": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "down": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "east": {
- "uv": [6,12,8,14],
- "texture": "#east"
- },
- "north": {
- "uv": [12,0,16,2],
- "texture": "#east"
- },
- "south": {
- "uv": [12,14,16,16],
- "texture": "#east"
- }
- }
- },
- {
- "from": [16,10,8],
- "to": [20,12,10],
- "faces": {
- "up": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "down": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "east": {
- "uv": [6,4,8,6],
- "texture": "#east"
- },
- "north": {
- "uv": [12,0,16,2],
- "texture": "#east"
- },
- "south": {
- "uv": [12,14,16,16],
- "texture": "#east"
- }
- }
- },
- {
- "from": [16,6,12],
- "to": [20,8,14],
- "faces": {
- "up": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "down": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "east": {
- "uv": [2,8,4,10],
- "texture": "#east"
- },
- "north": {
- "uv": [12,0,16,2],
- "texture": "#east"
- },
- "south": {
- "uv": [12,14,16,16],
- "texture": "#east"
- }
- }
- },
- {
- "from": [16,10,12],
- "to": [20,12,14],
- "faces": {
- "up": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "down": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "east": {
- "uv": [2,4,4,6],
- "texture": "#east"
- },
- "north": {
- "uv": [12,0,16,2],
- "texture": "#east"
- },
- "south": {
- "uv": [12,14,16,16],
- "texture": "#east"
- }
- }
- },
- {
- "from": [2,16,6],
- "to": [4,20,8],
- "faces": {
- "up": {
- "uv": [2,6,4,8],
- "texture": "#up"
- },
- "west": {
- "uv": [0,0,2,4],
- "texture": "#up"
- },
- "east": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "south": {
- "uv": [14,0,16,4],
- "texture": "#up"
- }
- }
- },
- {
- "from": [2,16,10],
- "to": [4,20,12],
- "faces": {
- "up": {
- "uv": [2,10,4,12],
- "texture": "#up"
- },
- "west": {
- "uv": [0,0,2,4],
- "texture": "#up"
- },
- "east": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "south": {
- "uv": [14,0,16,4],
- "texture": "#up"
- }
- }
- },
- {
- "from": [6,16,2],
- "to": [8,20,4],
- "faces": {
- "up": {
- "uv": [6,2,8,4],
- "texture": "#up"
- },
- "west": {
- "uv": [0,0,2,4],
- "texture": "#up"
- },
- "east": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "south": {
- "uv": [14,0,16,4],
- "texture": "#up"
- }
- }
- },
- {
- "from": [6,16,6],
- "to": [8,20,8],
- "faces": {
- "up": {
- "uv": [6,6,8,8],
- "texture": "#up"
- },
- "west": {
- "uv": [0,0,2,4],
- "texture": "#up"
- },
- "east": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "south": {
- "uv": [14,0,16,4],
- "texture": "#up"
- }
- }
- },
- {
- "from": [6,16,10],
- "to": [8,20,12],
- "faces": {
- "up": {
- "uv": [6,10,8,12],
- "texture": "#up"
- },
- "west": {
- "uv": [0,0,2,4],
- "texture": "#up"
- },
- "east": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "south": {
- "uv": [14,0,16,4],
- "texture": "#up"
- }
- }
- },
- {
- "from": [10,16,2],
- "to": [12,20,4],
- "faces": {
- "up": {
- "uv": [10,2,12,4],
- "texture": "#up"
- },
- "west": {
- "uv": [0,0,2,4],
- "texture": "#up"
- },
- "east": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "south": {
- "uv": [14,0,16,4],
- "texture": "#up"
- }
- }
- },
- {
- "from": [10,16,6],
- "to": [12,20,8],
- "faces": {
- "up": {
- "uv": [10,6,12,8],
- "texture": "#up"
- },
- "west": {
- "uv": [0,0,2,4],
- "texture": "#up"
- },
- "east": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "south": {
- "uv": [14,0,16,4],
- "texture": "#up"
- }
- }
- },
- {
- "from": [10,16,10],
- "to": [12,20,12],
- "faces": {
- "up": {
- "uv": [10,10,12,12],
- "texture": "#up"
- },
- "west": {
- "uv": [0,0,2,4],
- "texture": "#up"
- },
- "east": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#up"
- },
- "south": {
- "uv": [14,0,16,4],
- "texture": "#up"
- }
- }
- },
- {
- "from": [4,-4,6],
- "to": [6,0,8],
- "faces": {
- "down": {
- "uv": [4,8,6,10],
- "texture": "#down"
- },
- "west": {
- "uv": [0,12,2,16],
- "texture": "#down"
- },
- "east": {
- "uv": [14,12,16,16],
- "texture": "#down"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#down"
- },
- "south": {
- "uv": [0,0,2,4],
- "texture": "#down"
- }
- }
- },
- {
- "from": [8,-4,2],
- "to": [10,0,4],
- "faces": {
- "down": {
- "uv": [8,12,10,14],
- "texture": "#down"
- },
- "west": {
- "uv": [0,12,2,16],
- "texture": "#down"
- },
- "east": {
- "uv": [14,12,16,16],
- "texture": "#down"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#down"
- },
- "south": {
- "uv": [0,0,2,4],
- "texture": "#down"
- }
- }
- },
- {
- "from": [4,-4,2],
- "to": [6,0,4],
- "faces": {
- "down": {
- "uv": [4,12,6,14],
- "texture": "#down"
- },
- "west": {
- "uv": [0,12,2,16],
- "texture": "#down"
- },
- "east": {
- "uv": [14,12,16,16],
- "texture": "#down"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#down"
- },
- "south": {
- "uv": [0,0,2,4],
- "texture": "#down"
- }
- }
- },
- {
- "from": [12,-4,10],
- "to": [14,0,12],
- "faces": {
- "down": {
- "uv": [12,4,14,6],
- "texture": "#down"
- },
- "west": {
- "uv": [0,12,2,16],
- "texture": "#down"
- },
- "east": {
- "uv": [14,12,16,16],
- "texture": "#down"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#down"
- },
- "south": {
- "uv": [0,0,2,4],
- "texture": "#down"
- }
- }
- },
- {
- "from": [8,-4,6],
- "to": [10,0,8],
- "faces": {
- "down": {
- "uv": [8,8,10,10],
- "texture": "#down"
- },
- "west": {
- "uv": [0,12,2,16],
- "texture": "#down"
- },
- "east": {
- "uv": [14,12,16,16],
- "texture": "#down"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#down"
- },
- "south": {
- "uv": [0,0,2,4],
- "texture": "#down"
- }
- }
- },
- {
- "from": [8,-4,10],
- "to": [10,0,12],
- "faces": {
- "down": {
- "uv": [8,4,10,6],
- "texture": "#down"
- },
- "west": {
- "uv": [0,12,2,16],
- "texture": "#down"
- },
- "east": {
- "uv": [14,12,16,16],
- "texture": "#down"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#down"
- },
- "south": {
- "uv": [0,0,2,4],
- "texture": "#down"
- }
- }
- },
- {
- "from": [4,-4,10],
- "to": [6,0,12],
- "faces": {
- "down": {
- "uv": [4,4,6,6],
- "texture": "#down"
- },
- "west": {
- "uv": [0,12,2,16],
- "texture": "#down"
- },
- "east": {
- "uv": [14,12,16,16],
- "texture": "#down"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#down"
- },
- "south": {
- "uv": [0,0,2,4],
- "texture": "#down"
- }
- }
- },
- {
- "from": [-4,8,10],
- "to": [0,10,12],
- "faces": {
- "up": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "down": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "west": {
- "uv": [10,6,12,8],
- "texture": "#west"
- },
- "north": {
- "uv": [0,0,4,2],
- "texture": "#west"
- },
- "south": {
- "uv": [0,14,4,16],
- "texture": "#west"
- }
- }
- },
- {
- "from": [8,12,16],
- "to": [10,14,20],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#south"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#south"
- },
- "west": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "east": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "south": {
- "uv": [8,2,10,4],
- "texture": "#south"
- }
- }
- },
- {
- "from": [4,12,16],
- "to": [6,14,20],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#south"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#south"
- },
- "west": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "east": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "south": {
- "uv": [4,2,6,4],
- "texture": "#south"
- }
- }
- },
- {
- "from": [4,8,16],
- "to": [6,10,20],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#south"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#south"
- },
- "west": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "east": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "south": {
- "uv": [4,6,6,8],
- "texture": "#south"
- }
- }
- },
- {
- "from": [8,8,16],
- "to": [10,10,20],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#south"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#south"
- },
- "west": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "east": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "south": {
- "uv": [8,6,10,8],
- "texture": "#south"
- }
- }
- },
- {
- "from": [12,8,16],
- "to": [14,10,20],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#south"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#south"
- },
- "west": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "east": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "south": {
- "uv": [12,6,14,8],
- "texture": "#south"
- }
- }
- },
- {
- "from": [12,4,16],
- "to": [14,6,20],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#south"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#south"
- },
- "west": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "east": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "south": {
- "uv": [12,10,14,12],
- "texture": "#south"
- }
- }
- },
- {
- "from": [8,4,16],
- "to": [10,6,20],
- "faces": {
- "up": {
- "uv": [0,10,2,16],
- "texture": "#south"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#south"
- },
- "west": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "east": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "south": {
- "uv": [8,10,10,12],
- "texture": "#south"
- }
- }
- },
- {
- "from": [4,4,16],
- "to": [6,6,20],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#south"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#south"
- },
- "west": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "east": {
- "uv": [12,0,16,2],
- "texture": "#south"
- },
- "south": {
- "uv": [4,10,6,12],
- "texture": "#south"
- }
- }
- },
- {
- "from": [6,10,-4],
- "to": [8,12,0],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#north"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#north"
- },
- "west": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "east": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "north": {
- "uv": [8,4,10,6],
- "texture": "#north"
- }
- }
- },
- {
- "from": [2,10,-4],
- "to": [4,12,0],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#north"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#north"
- },
- "west": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "east": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "north": {
- "uv": [12,4,14,6],
- "texture": "#north"
- }
- }
- },
- {
- "from": [10,10,-4],
- "to": [12,12,0],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#north"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#north"
- },
- "west": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "east": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "north": {
- "uv": [4,4,6,6],
- "texture": "#north"
- }
- }
- },
- {
- "from": [6,6,-4],
- "to": [8,8,0],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#north"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#north"
- },
- "west": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "east": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "north": {
- "uv": [8,8,10,10],
- "texture": "#north"
- }
- }
- },
- {
- "from": [2,6,-4],
- "to": [4,8,0],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#north"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#north"
- },
- "west": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "east": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "north": {
- "uv": [12,8,14,10],
- "texture": "#north"
- }
- }
- },
- {
- "from": [10,6,-4],
- "to": [12,8,0],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#north"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#north"
- },
- "west": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "east": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "north": {
- "uv": [4,8,6,10],
- "texture": "#north"
- }
- }
- },
- {
- "from": [6,2,-4],
- "to": [8,4,0],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#north"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#north"
- },
- "west": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "east": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "north": {
- "uv": [8,12,10,14],
- "texture": "#north"
- }
- }
- },
- {
- "from": [2,2,-4],
- "to": [4,4,0],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#north"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#north"
- },
- "west": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "east": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "north": {
- "uv": [12,12,14,14],
- "texture": "#north"
- }
- }
- },
- {
- "from": [10,2,-4],
- "to": [12,4,0],
- "faces": {
- "up": {
- "uv": [0,12,2,16],
- "texture": "#north"
- },
- "down": {
- "uv": [14,12,16,16],
- "texture": "#north"
- },
- "west": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "east": {
- "uv": [0,0,4,2],
- "texture": "#north"
- },
- "north": {
- "uv": [4,12,6,14],
- "texture": "#north"
- }
- }
- },
- {
- "from": [16,2,12],
- "to": [20,4,14],
- "faces": {
- "up": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "down": {
- "uv": [12,14,16,16],
- "texture": "#east"
- },
- "east": {
- "uv": [2,12,4,14],
- "texture": "#east"
- },
- "north": {
- "uv": [12,0,16,2],
- "texture": "#east"
- },
- "south": {
- "uv": [12,14,16,16],
- "texture": "#east"
- }
- }
- },
- {
- "from": [12,-4,6],
- "to": [14,0,8],
- "faces": {
- "down": {
- "uv": [12,8,14,10],
- "texture": "#down"
- },
- "west": {
- "uv": [0,12,2,16],
- "texture": "#down"
- },
- "east": {
- "uv": [14,12,16,16],
- "texture": "#down"
- },
- "north": {
- "uv": [14,0,16,4],
- "texture": "#down"
- },
- "south": {
- "uv": [0,0,2,4],
- "texture": "#down"
- }
- }
- }
- ]
- }
制作模型的软件是古老的opl’sModel Creator自己有直接用Notepad++多次替换修改建立/加入一个超平坦只有石头的世界后崩溃,之前多次在普通游戏世界崩溃。
这是崩溃日志
- ---- Minecraft Crash Report ----
- // Hi. I'm Minecraft, and I'm a crashaholic.
- Time: 18-10-5 下午4:06
- Description: Tesselating block model
- java.lang.OutOfMemoryError: Tesselating block model
- at sun.misc.Unsafe.allocateMemory(Native Method)
- at java.nio.DirectByteBuffer.<init>(Unknown Source)
- at java.nio.ByteBuffer.allocateDirect(Unknown Source)
- at cfr.c(SourceFile:41)
- at ctp.b(SourceFile:61)
- at ctp.a(SourceFile:396)
- at cuv.a(SourceFile:131)
- at cuv.b(SourceFile:82)
- at cuv.a(SourceFile:45)
- at cut.a(SourceFile:60)
- at cws.b(SourceFile:199)
- at cwp.a(SourceFile:103)
- at cwo.b(SourceFile:137)
- at cud.a(SourceFile:945)
- at ctx.b(SourceFile:939)
- at ctx.a(SourceFile:875)
- at ctx.a(SourceFile:749)
- at cfs.c(SourceFile:850)
- at cfs.a(SourceFile:395)
- at net.minecraft.client.main.Main.main(SourceFile:144)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Client thread
- Stacktrace:
- at sun.misc.Unsafe.allocateMemory(Native Method)
- at java.nio.DirectByteBuffer.<init>(Unknown Source)
- at java.nio.ByteBuffer.allocateDirect(Unknown Source)
- at cfr.c(SourceFile:41)
- at ctp.b(SourceFile:61)
- at ctp.a(SourceFile:396)
- at cuv.a(SourceFile:131)
- at cuv.b(SourceFile:82)
- -- Block model being tesselated --
- Details:
- Block: Block{minecraft:stone}
- Block location: World: (1,64,9), Chunk: (at 1,4,9 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
- Using AO: true
- Stacktrace:
- at cuv.a(SourceFile:45)
- -- Block being tesselated --
- Details:
- Block: Block{minecraft:stone}
- Block location: World: (1,64,9), Chunk: (at 1,4,9 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
- Stacktrace:
- at cut.a(SourceFile:60)
- at cws.b(SourceFile:199)
- at cwp.a(SourceFile:103)
- at cwo.b(SourceFile:137)
- at cud.a(SourceFile:945)
- at ctx.b(SourceFile:939)
- at ctx.a(SourceFile:875)
- -- Affected level --
- Details:
- Level name: MpServer
- All players: 1 total; [cti['chocola'/7, l='MpServer', x=8.50, y=231.00, z=8.50]]
- Chunk stats: MultiplayerChunkCache: 361, 361
- Level seed: 0
- Level generator: ID 01 - flat, ver 0. Features enabled: false
- Level generator options: {}
- Level spawn location: World: (8,230,8), Chunk: (at 8,14,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
- Level time: 352 game time, 352 day time
- Level dimension: 0
- Level storage version: 0x00000 - Unknown?
- Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
- Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
- Forced entities: 1 total; [cti['chocola'/7, l='MpServer', x=8.50, y=231.00, z=8.50]]
- Retry entities: 0 total; []
- Server brand: vanilla
- Server type: Integrated singleplayer server
- Stacktrace:
- at crf.a(SourceFile:418)
- at cfs.b(SourceFile:1815)
- at cfs.a(SourceFile:403)
- at net.minecraft.client.main.Main.main(SourceFile:144)
- -- System Details --
- Details:
- Minecraft Version: 1.13.1
- Operating System: Windows 7 (x86) version 6.1
- Java Version: 1.8.0_181, Oracle Corporation
- Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
- Memory: 314671928 bytes (300 MB) / 778633216 bytes (742 MB) up to 1037959168 bytes (989 MB)
- JVM Flags: 3 total; -Xmx1024m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
- Launched Version: 1.13.1
- LWJGL: 3.1.6 build 14
- OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 9.17.10.2932, Intel
- GL Caps: Using GL 1.3 multitexturing.
- Using GL 1.3 texture combiners.
- Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
- Shaders are available because OpenGL 2.1 is supported.
- VBOs are available because OpenGL 1.5 is supported.
- Using VBOs: Yes
- Is Modded: Probably not. Jar signature remains and client brand is untouched.
- Type: Client (map_client.txt)
- Resource Packs: vanilla, file/Building Blocks.zip
- Current Language: 简体中文 (中国)
- Profiler Position: N/A (disabled)
- CPU: 2x Intel(R) Celeron(R) CPU G1620T @ 2.40GHz
谢谢各位
本帖最后由 ⊙v⊙ 于 2018-10-4 22:33 编辑
查看中
先说一句,不确认是否正确就脑热写一大条,就算崩溃了也是很正常的事情...
另外3000行不算什么,我有个4万行的都能读取。
可能是你电脑不行,和模型无关。
没我什么事了,闪...
查看中
先说一句,不确认是否正确就脑热写一大条,就算崩溃了也是很正常的事情...
另外3000行不算什么,我有个4万行的都能读取。
可能是你电脑不行,和模型无关。
没我什么事了,闪...
本帖最后由 chyx 于 2018-10-9 00:57 编辑
只有第一个元素有"cullface"吗?
活该
照着第一个给其他的也加上
-----------------------------------------
试着加了一下:
按照你的材质加的 希望没错
只有第一个元素有"cullface"吗?
活该
照着第一个给其他的也加上
-----------------------------------------
试着加了一下:
按照你的材质加的 希望没错
