Skip to content

Commit

Permalink
Merge pull request #26 from Dev0Louis/dev
Browse files Browse the repository at this point in the history
4.0.3-beta.2
  • Loading branch information
Dev0Louis authored Jan 4, 2024
2 parents 56af686 + b3d862c commit 7ebb308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
# Mod Properties
mod_version=4.0.3-beta.1
mod_version=4.0.3-beta.2
maven_group=dev.louis
archives_base_name=Nebula
# Dependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package dev.louis.nebula.api.manager.entrypoint;

import dev.louis.nebula.api.manager.registerable.SpellManagerRegistrableView;
import dev.louis.nebula.api.manager.registerable.ManaManagerRegistrableView;

public interface RegisterManaManagerEntrypoint {
void registerSpell(SpellManagerRegistrableView spellManagerRegistrableView);
void registerSpell(ManaManagerRegistrableView manaManagerRegistrableView);

default boolean shouldRegister() {
return true;
Expand Down

0 comments on commit 7ebb308

Please sign in to comment.