Skip to content

Commit

Permalink
BoatLoadModule: Fixed #695
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelbayria committed Nov 25, 2024
1 parent eae74f0 commit f92f8d2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import net.mehvahdjukaar.every_compat.EveryCompat;
import net.mehvahdjukaar.every_compat.api.ItemOnlyEntrySet;
import net.mehvahdjukaar.every_compat.api.SimpleModule;
import net.mehvahdjukaar.moonlight.api.misc.Registrator;
import net.mehvahdjukaar.moonlight.api.set.wood.WoodType;
import net.mehvahdjukaar.moonlight.api.set.wood.WoodTypeRegistry;
import net.minecraft.core.registries.Registries;
Expand Down Expand Up @@ -54,7 +53,6 @@ public BoatLoadModule(String modId) {
.addRecipe(modRes("oak_furnace_boat"))
.addTexture(modRes("item/large_oak_boat"))
.addTextureM(modRes("item/oak_furnace_boat"), EveryCompat.res("item/furnace_boat_mask"))
.createPaletteFromChild("boat")
.build();
this.addEntry(furnaceBoats);
}
Expand Down

0 comments on commit f92f8d2

Please sign in to comment.