who needs git log anyway

This commit is contained in:
Cloudburst
2021-04-12 16:22:35 +02:00
parent 515a763adc
commit 8f8e35be6d
22 changed files with 743 additions and 579 deletions

View File

@@ -0,0 +1,19 @@
{
"textures": {
"all": "minecraft:block/structure_void",
"particle": "minecraft:block/structure_void"
},
"elements": [
{ "from": [ 5, 5, 5 ],
"to": [ 11, 11, 11 ],
"faces": {
"down": { "texture": "#all", "cullface": "down" },
"up": { "texture": "#all", "cullface": "up" },
"north": { "texture": "#all", "cullface": "north" },
"south": { "texture": "#all", "cullface": "south" },
"west": { "texture": "#all", "cullface": "west" },
"east": { "texture": "#all", "cullface": "east" }
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

View File

@@ -5,7 +5,9 @@
"mixins": [
],
"client": [
"EntityMixin"
"EntityMixin",
"ClientWorldMixin",
"StructureVoidMixin"
],
"injectors": {
"defaultRequire": 1