Draw the rest of the fucking owl

This commit is contained in:
quat1024
2023-06-15 04:24:11 -04:00
parent a5c0c9c893
commit 7928a9de70
14 changed files with 480 additions and 621 deletions

View File

@@ -11,3 +11,12 @@
Templates is an API for Carpenter's Blocks-like templated blocks. Currently, plain slopes are the only built-in template blocks.
Template blocks can be placed in the world, then right-clicked with a full-size block to set the textures for the template. Template blocks will inherit light and redstone values from the blocks they're given, or they can have light or redstone output added to any given block by right-clicking the template with glowstone dust or a redstone torch, respectively.
# quat was here - TODO
* Schedule chunk rerenders when a player edits a template block :sweat_smile:
* Re-generalize the model system (I removed a layer of indirection while rewriting it, so it's just slopes now)
* See what I can do about using the vanilla rotation system (`ModelBakeSettings.getRotation`) instead of manually rotating the `Mesh`
* A simplification of the mesh system would *definitely* reduce the friction of adding new meshes
* Upside-down slopes would be nice...
* (if i may): Packages-ish "retexturing" of json blockmodels