Commit Graph

138 Commits

Author SHA1 Message Date
quat1024
2b949c7e76 oh here we go 2023-06-15 02:06:21 -04:00
quat1024
5b369ab95e Probably overzealous formatting commit 2023-06-15 01:59:48 -04:00
quat1024
735e79ea78 Migrate off of deprecated APIs 2023-06-15 01:57:52 -04:00
quat1024
fb457d1b37 where we're going we don't need backwards compat 2023-06-15 01:53:46 -04:00
quat1024
ac61d3082c Succumb to the whims of Yarn contributors (at least compiles) 2023-06-15 01:53:04 -04:00
quat1024
5c1f64b770 modernize gradle, update deps (compile fails) 2023-06-15 01:39:17 -04:00
quat1024
f1f1805c3d update gradle wrapper 2023-06-15 01:26:08 -04:00
Meredith Espinosa
cb3631ef7d
Merge pull request #6 from CottonMC/mod-json-depends
Change "requires" -> "depends" in fabric.mod.json
2019-07-22 23:15:32 -07:00
Juuxel
bc9757dd99
Change "requires" -> "depends" in fabric.mod.json
It was renamed in schemaVersion 1.
2019-07-21 22:56:47 +03:00
Meredith Espinosa
964a47e931 fix yet another bug with applying slopes 2019-07-14 17:51:47 -07:00
Meredith Espinosa
4ec0a07e7d fix another crash 2019-07-11 16:13:00 -07:00
Meredith Espinosa
3fef940041 be more discerning with what can go in a template block 2019-07-11 00:38:22 -07:00
Meredith Espinosa
715095434c better collision check 2019-07-10 15:44:34 -07:00
Meredith Espinosa
c8c2b07994 oops verbump 2019-07-10 14:59:40 -07:00
Meredith Espinosa
4d523b18e5 update fabric, fix crash 2019-07-10 14:56:57 -07:00
Meredith Espinosa
5446755e94 oh hey there's already a vanilla helper for NBT blockstates 2019-07-01 18:55:52 -07:00
Meredith Espinosa
f674627473 huh why'd this verbump never get committed 2019-06-24 22:59:51 -07:00
Meredith Espinosa
76d0606e64 finally add the loot table for slopes 2019-06-22 12:23:12 -07:00
Meredith Espinosa
49e69227df
Merge pull request #4 from AlexIIL/patch-1
Fix Templates blocking other custom models.
2019-06-22 11:53:24 -07:00
AlexIIL
26a07e23c4
Fix Templates blocking other custom models.
Currently `TemplateModelVariantProvider.loadModelVariant` will throw `a ModelProviderException` if it doesn't have a model already in the map - however this stops any other mods from providing custom models that are later in their chain.

While this behaviour isn't documented (fabric's `ModelVariantProvider` interface doesn't even *mention* `ModelProviderException`) it does say that it should `@return The loaded UnbakedModel, or null if this ModelVariantProvider doesn't handle a specific Identifier`
2019-06-22 17:27:29 +01:00
Meredith Espinosa
0063532e03 oh right check fabric.mod.json for environments too 2019-06-19 23:40:56 -07:00
Meredith Espinosa
b53bf856e6 update loom, make loadModelVariant throw properly 2019-06-19 18:19:11 -07:00
Meredith Espinosa
dd8c0a3d28 fix TemplateEntity's name, improve state container 2019-06-19 17:51:11 -07:00
Meredith Espinosa
8b8a86bed7 de-include Jankson 2019-06-19 16:11:29 -07:00
Meredith Espinosa
5f47345ebd oh right icons are important 2019-06-19 16:04:38 -07:00
Meredith Espinosa
e37f5971d2 add readme, assets, and data! 2019-06-19 15:57:15 -07:00
Meredith Espinosa
616502b16e rename mod! 2019-06-19 15:29:15 -07:00
Meredith Espinosa
12d6874b95 remove hardcoding of variant provider 2019-06-19 15:07:14 -07:00
Meredith Espinosa
9b560e0af7 abstractify, add support for redstone/luminance 2019-06-19 13:32:58 -07:00
Meredith Espinosa
27fd865f79 Merge branch 'master' of https://github.com/CottonMC/slopetest 2019-06-19 11:47:44 -07:00
Meredith Espinosa
78e355d7a1 Update SlopeTestBlock.java 2019-06-19 11:47:42 -07:00
grondag
197f57f202 Render without BlockEntityRenderer (#2)
* Add model-based rendering

* Add model-based rendering

* Rebase, clean up, fix rendering

* Update to newer Fabric API - fixes Indigo bug w/ render layers

* Fuss with lighting, ran out of time.
2019-06-19 11:42:45 -07:00
Meredith Espinosa
07abe31ea4 oh right block states are immutable 2019-06-18 23:03:32 -07:00
Meredith Espinosa
e58edda102 try out putting block states on slopes instead of blocks 2019-06-18 22:59:35 -07:00
Meredith Espinosa
bcd5fdd962 add color, support for multiple faces 2019-06-18 17:39:25 -07:00
Meredith Espinosa
b32276278e get configuration working! 2019-06-18 16:51:16 -07:00
Meredith Espinosa
f52e43efe6 fix all face rotations! 2019-06-18 14:39:26 -07:00
Meredith Espinosa
56ee01d42b Initial commit 2019-06-18 02:33:36 -07:00