Skip to content

Commit

Permalink
clean todos
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Oct 3, 2023
1 parent 82adb70 commit 72cf47c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/dm/earth/cabricality/Cabricality.java
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ public void onInitialize() {
EnvExecutor.runWhenOn(EnvType.CLIENT, () -> Cabricality::initClientAssets);
RRPCallback.AFTER_VANILLA.register(list -> list.add(RRPs.SERVER_RESOURCES));

// TODO: Resource loader api
ResourceManagerHelper.registerBuiltinResourcePack(id("data_overrides"),
CABF_MODCONTAINER,
ResourcePackActivationType.ALWAYS_ENABLED
Expand Down
1 change: 0 additions & 1 deletion src/main/java/dm/earth/cabricality/ModEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.util.Map;
import java.util.function.Predicate;

// TODO: Recipe api
public enum ModEntry {
MC("minecraft"),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public void onInitializeClient() {
Arrays.stream(CasingBlockEntry.values())
.forEach(entry -> BlockRenderLayerMap.INSTANCE.putBlock(entry.getBlock(), entry.getLayer()));

// TODO: Resource loader api
ResourceManagerHelper.registerBuiltinResourcePack(Cabricality.id("asset_edits"),
Cabricality.CABF_MODCONTAINER,
Cabricality.genTranslatableText("pack", "asset_edits"),
Expand Down

0 comments on commit 72cf47c

Please sign in to comment.