Skip to content

Commit

Permalink
Fixed datapack registry on neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucraft committed Oct 3, 2024
1 parent 71514e3 commit a808841
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import java.util.ArrayList;
import java.util.List;

@EventBusSubscriber(modid = PalladiumCore.MOD_ID, bus = EventBusSubscriber.Bus.MOD)
public class DataPackRegistriesImpl {

public static <T> void create(ResourceKey<Registry<T>> key, Codec<T> dataCodec, Codec<T> networkCodec) {
Expand Down

0 comments on commit a808841

Please sign in to comment.