Skip to content

Commit

Permalink
11月更新
Browse files Browse the repository at this point in the history
1.修复pack.mcmeta导致的无法识别使用问题
2.修补了GUI多出的异色角落
3.修复了模型json路径错误导致的方块错误
4.稍微补充和修改了一下地狱的方块,修改了地狱岩

Co-Authored-By: MouFengcoo <49562237+MouFengcoo@users.noreply.github.com>
  • Loading branch information
LYOfficial and MouFengcoo committed Nov 5, 2022
1 parent faa139b commit cf963f8
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/carved_pumpkin.json
Expand Up @@ -186,7 +186,7 @@
"east": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#4", "cullface": "up"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#4", "cullface": "north"},
"down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "down"}
}
},
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/deepslate_coal_ore.json
Expand Up @@ -3,7 +3,7 @@
"parent": "block/cube_all",
"textures": {
"1": "block/deepslate_coal_ore",
"all": "block/deepslate.png",
"all": "block/deepslate",
"particle": "block/deepslate_coal_ore"
},
"elements": [
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/deepslate_copper_ore.json
Expand Up @@ -3,7 +3,7 @@
"parent": "block/cube_all",
"textures": {
"1": "block/deepslate_copper_ore",
"all": "block/deepslate.png",
"all": "block/deepslate",
"particle": "block/deepslate_copper_ore"
},
"elements": [
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/deepslate_diamond_ore.json
Expand Up @@ -3,7 +3,7 @@
"parent": "block/cube_all",
"textures": {
"1": "block/deepslate_diamond_ore",
"all": "block/deepslate.png",
"all": "block/deepslate",
"particle": "block/deepslate_diamond_ore"
},
"elements": [
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/deepslate_emerald_ore.json
Expand Up @@ -3,7 +3,7 @@
"parent": "block/cube_all",
"textures": {
"1": "block/deepslate_emerald_ore",
"all": "block/deepslate.png",
"all": "block/deepslate",
"particle": "block/deepslate_emerald_ore"
},
"elements": [
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/deepslate_gold_ore.json
Expand Up @@ -3,7 +3,7 @@
"parent": "block/cube_all",
"textures": {
"1": "block/deepslate_gold_ore",
"all": "block/deepslate.png",
"all": "block/deepslate",
"particle": "block/deepslate_gold_ore"
},
"elements": [
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/deepslate_iron_ore.json
Expand Up @@ -3,7 +3,7 @@
"parent": "block/cube_all",
"textures": {
"1": "block/deepslate_iron_ore",
"all": "block/deepslate.png",
"all": "block/deepslate",
"particle": "block/deepslate_iron_ore"
},
"elements": [
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/deepslate_lapis_ore.json
Expand Up @@ -3,7 +3,7 @@
"parent": "block/cube_all",
"textures": {
"1": "block/deepslate_lapis_ore",
"all": "block/deepslate.png",
"all": "block/deepslate",
"particle": "block/deepslate_lapis_ore"
},
"elements": [
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/deepslate_redstone_ore.json
Expand Up @@ -3,7 +3,7 @@
"parent": "block/cube_all",
"textures": {
"1": "block/deepslate_redstone_ore",
"all": "block/deepslate.png",
"all": "block/deepslate",
"particle": "block/deepslate_redstone_ore"
},
"elements": [
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/jack_o_lantern.json
Expand Up @@ -198,7 +198,7 @@
"east": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#4", "cullface": "up"},
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#4", "cullface": "north"},
"down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#top", "cullface": "down"}
}
},
Expand Down
Binary file modified assets/minecraft/textures/block/glowstone.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/minecraft/textures/block/glowstone.png.mcmeta
@@ -0,0 +1,10 @@
{
"animation": {
"frametime": 7,
"frames": [
0,
1,
2
]
}
}
Binary file modified assets/minecraft/textures/block/glowstone_s.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/block/netherrack.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf963f8

Please sign in to comment.