Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unix-supremacist committed Jun 13, 2024
1 parent ebd9478 commit 5312448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.6+build.1
loader_version=0.15.11

# Mod Properties
mod_version=1.1.0
mod_version=1.1.1
modid=alchemist
maven_group=com.example
archives_base_name=alchemist
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/io/github/unix_supremacist/Alchemist.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package io.github.unix_supremacist;

import eu.pb4.polymer.core.api.item.PolymerItemGroupUtils;
import eu.pb4.polymer.core.api.item.PolymerItemUtils;
import eu.pb4.polymer.resourcepack.api.PolymerResourcePackUtils;
import io.github.unix_supremacist.content.AlchemistBlocks;
import io.github.unix_supremacist.content.AlchemistItems;
Expand Down Expand Up @@ -38,5 +39,6 @@ public void onInitialize() {
AlchemistItems.values(); //force the enum to load
CommonLifecycleEvents.TAGS_LOADED.register((registries, client) -> BlockTag.init());
PolymerResourcePackUtils.addModAssets(MODID);
PolymerItemUtils.markAsPolymer(POWER);
}
}

0 comments on commit 5312448

Please sign in to comment.