Skip to content

Commit

Permalink
chore: bump portal language version
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Sep 5, 2024
1 parent b3f7bcc commit e71365b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
import net.minecraft.world.entity.MobCategory;
import org.oddlama.vane.util.StorageUtil;

@VaneModule(name = "portals", bstats = 8642, config_version = 3, lang_version = 5, storage_version = 2)
@VaneModule(name = "portals", bstats = 8642, config_version = 3, lang_version = 6, storage_version = 2)
public class Portals extends Module<Portals> {
// Add (de-)serializers
static {
Expand Down

0 comments on commit e71365b

Please sign in to comment.