improved additivity of blocks and added pillar

This commit is contained in:
2024-03-28 19:01:33 +01:00
parent a430a8e62b
commit 74a290fd16
11 changed files with 254 additions and 66 deletions

View File

@@ -73,6 +73,8 @@ public class ReFramedClient implements ClientModInitializer {
HELPER.addReFramedModel("layer_6_special" , HELPER.auto(new Identifier("block/snow_height12")));
HELPER.addReFramedModel("layer_7_special" , HELPER.auto(new Identifier("block/snow_height14")));
HELPER.addReFramedModel("layer_8_special" , HELPER.auto(new Identifier("block/cube")));
// PILLAR
HELPER.addReFramedModel("pillar_special" , HELPER.auto(ReFramed.id("block/pillar")));
//item model assignments (in lieu of models/item/___.json)
HELPER.assignItemModel("cube_special" , ReFramed.CUBE);
@@ -88,6 +90,7 @@ public class ReFramedClient implements ClientModInitializer {
HELPER.assignItemModel("step_special" , ReFramed.STEP);
HELPER.assignItemModel("steps_slab_special" , ReFramed.STEPS_SLAB);
HELPER.assignItemModel("layer_1_special" , ReFramed.LAYER);
HELPER.assignItemModel("pillar_special" , ReFramed.PILLAR);
}
private void privateInit() {