Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessBullets committed May 7, 2024
1 parent de4e1e7 commit aeffa53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ loader_version=0.15.6-babric.6-bta
mod_menu_version=2.0.6

# Mod
mod_version=4.0.2
mod_version=4.0.3-beta.2
mod_group=turniplabs
mod_name=halplibe

5 changes: 0 additions & 5 deletions src/main/java/turniplabs/halplibe/helper/BlockBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,6 @@ public <T extends Block> T build(T block) {

queueBlockModel(block, blockModelSupplier);
ItemHelper.queueItemModel(itemBlock, customItemModelSupplier);
if (HalpLibe.isClient){

BlockModelDispatcher.getInstance().addDispatch(blockModelSupplier.apply(block));
ItemModelDispatcher.getInstance().addDispatch(customItemModelSupplier.apply(itemBlock));
}

List<String> tokens = Arrays.stream(block.getKey().split("\\."))
.filter(token -> !token.equals(MOD_ID))
Expand Down

0 comments on commit aeffa53

Please sign in to comment.