Skip to content

Commit

Permalink
add updateJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Oct 17, 2019
1 parent 796422e commit 6581686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/minecraftforge/fml/common/Mod.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

String guiFactory() default "";

String updateJSON() default "";

@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD })
public @interface Instance {
Expand Down

0 comments on commit 6581686

Please sign in to comment.