Skip to content

Commit

Permalink
add missing @config for BlocksAndItemsConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed Feb 9, 2024
1 parent f9de82b commit a1787a2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package de.pilz.mystcraftextras.configuration;

import com.gtnewhorizon.gtnhlib.config.Config;

import de.pilz.mystcraftextras.MystcraftExtras;

@Config(modid = MystcraftExtras.MODID, category = "blocksAndItems")
public class BlocksAndItemsConfig {

}

0 comments on commit a1787a2

Please sign in to comment.