Skip to content

Commit

Permalink
I have no idea how to fix this, so here's a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabeHunger54 committed Mar 3, 2024
1 parent 7e7dd0b commit 7685351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void generateBlockStatesFor(BlockStateProvider provider, BibliocraftWoodT
tableBuilder.withModelForType(type, model);
}
models.withExistingParent(prefix + "_table_inventory", bcLoc("block/template/table/none")).texture("texture", woodType.getTexture());
DatagenUtil.horizontalBlockModel(provider, BCBlocks.TABLE.holder(woodType), state -> models.getExistingFile(provider.modLoc(prefix + "_table")));
DatagenUtil.horizontalBlockModel(provider, BCBlocks.TABLE.holder(woodType), state -> models.getExistingFile(provider.modLoc(prefix + "_table"))); //TODO: fix uvlock not working
DatagenUtil.horizontalBlockModel(provider, BCBlocks.TOOL_RACK.holder(woodType),
prefix + "_tool_rack",
bcLoc("block/template/tool_rack"),
Expand Down

0 comments on commit 7685351

Please sign in to comment.