Skip to content

Commit

Permalink
turned off dungeons by default and 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
KaptainWutax committed Apr 30, 2020
1 parent c289b04 commit d147e02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
package kaptainwutax.seedcracker.finder.profile;

import kaptainwutax.seedcracker.finder.Finder;

public class VanillaProfile extends FinderProfile {

public VanillaProfile() {
super(true);
this.author = "KaptainWutax";
this.locked = false;

this.setTypeState(Finder.Type.DUNGEON, false);
}

}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "seedcracker",
"version": "0.1.0",
"version": "${version}",

"name": "Seed Cracker",
"description": "This is an example description! Tell everyone what your mod is about!",
Expand Down

0 comments on commit d147e02

Please sign in to comment.