Skip to content

Commit

Permalink
增加创造发电机
Browse files Browse the repository at this point in the history
  • Loading branch information
XeKr committed Apr 13, 2024
1 parent 1ac704e commit e068c0b
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@
"to": [13, 16, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
"faces": {
"north": {"uv": [0, 0, 10, 10], "texture": "#head"},
"east": {"uv": [0, 0, 10, 10], "texture": "#head"},
"south": {"uv": [0, 0, 10, 10], "texture": "#head"},
"west": {"uv": [0, 0, 10, 10], "texture": "#head"},
"up": {"uv": [0, 0, 10, 10], "texture": "#head"},
"down": {"uv": [0, 0, 10, 10], "texture": "#head"}
"north": {"uv": [3, 3, 13, 13], "texture": "#head"},
"east": {"uv": [3, 3, 13, 13], "texture": "#head"},
"south": {"uv": [3, 3, 13, 13], "texture": "#head"},
"west": {"uv": [3, 3, 13, 13], "texture": "#head"},
"up": {"uv": [3, 3, 13, 13], "texture": "#head"},
"down": {"uv": [3, 3, 13, 13], "texture": "#head"}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"credit": "Made by XeKr with Blockbench",
"parent": "minecraft:block/block",
"textures": {
"particle": "anvilcraft:block/creative_dynamo_side",
"base": "anvilcraft:block/creative_dynamo_side",
"top": "anvilcraft:block/creative_dynamo_top",
"bottom": "anvilcraft:block/creative_dynamo_bottom",
"head": "anvilcraft:block/creative_dynamo_head"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 4, 16],
"faces": {
"north": {"uv": [0, 12, 16, 16], "texture": "#base"},
"east": {"uv": [0, 12, 16, 16], "texture": "#base"},
"south": {"uv": [0, 12, 16, 16], "texture": "#base"},
"west": {"uv": [0, 12, 16, 16], "texture": "#base"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [3, 6, 3],
"to": [13, 16, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
"faces": {
"north": {"uv": [3, 3, 13, 13], "texture": "#head"},
"east": {"uv": [3, 3, 13, 13], "texture": "#head"},
"south": {"uv": [3, 3, 13, 13], "texture": "#head"},
"west": {"uv": [3, 3, 13, 13], "texture": "#head"},
"up": {"uv": [3, 3, 13, 13], "texture": "#head"},
"down": {"uv": [3, 3, 13, 13], "texture": "#head"}
}
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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 e068c0b

Please sign in to comment.