wip wip. vite build, web components

This commit is contained in:
David Allemang
2026-07-06 17:09:00 -04:00
parent 70817082e3
commit a31a5ae405
11198 changed files with 1266 additions and 37078 deletions

View File

@@ -0,0 +1,33 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/tripwire",
"texture": "block/tripwire"
},
"elements": [
{ "from": [ 7.75, 1.5, 0 ],
"to": [ 8.25, 1.5, 4 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 4, 0, 6 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 4, 16, 6 ], "texture": "#texture", "rotation": 90 }
}
},
{ "from": [ 7.75, 1.5, 4 ],
"to": [ 8.25, 1.5, 8 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 4, 0, 6 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 4, 16, 6 ], "texture": "#texture", "rotation": 90 }
}
},
{ "from": [ 7.75, 1.5, 8 ],
"to": [ 8.25, 1.5, 12 ],
"shade": false,
"faces": {
"down": { "uv": [ 16, 4, 0, 6 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 0, 4, 16, 6 ], "texture": "#texture", "rotation": 90 }
}
}
]
}