-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
138 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Advancementroll | ||
|
||
Check out [the document](https://docs.google.com/document/d/1Dm5KMR1KKV4ajmrvrwG__Wjf5Zyu9H29LPuMhjjLzIY/edit) for all the features and download. | ||
There is a config file (`.minecraft/config/advancementroll.json`) where you can disable certain settings to make it easier. | ||
|
||
### Made by Maya & Quid 🥰 | ||
Check out [the document](https://docs.google.com/document/d/1Dm5KMR1KKV4ajmrvrwG__Wjf5Zyu9H29LPuMhjjLzIY/edit) for all the features. | ||
|
||
### Made by falu & Quidvio 🥰 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...urgo/advancementroll/Advancementroll.java → ...falu/advancementroll/Advancementroll.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
package me.wurgo.advancementroll; | ||
package me.falu.advancementroll; | ||
|
||
import com.google.gson.GsonBuilder; | ||
import net.fabricmc.api.ClientModInitializer; | ||
import net.fabricmc.api.ModInitializer; | ||
|
||
import java.io.FileWriter; | ||
import java.io.IOException; | ||
|
||
public class Advancementroll implements ClientModInitializer { | ||
public class Advancementroll implements ModInitializer { | ||
public static int screenSeed = 0; | ||
|
||
@Override | ||
public void onInitializeClient() { | ||
public void onInitialize() { | ||
try { | ||
FileWriter writer = new FileWriter(MixinPlugin.configFile); | ||
FileWriter writer = new FileWriter(MixinPlugin.CONFIG_FILE); | ||
|
||
writer.write(new GsonBuilder().setPrettyPrinting().create().toJson(MixinPlugin.config)); | ||
writer.write(new GsonBuilder().setPrettyPrinting().create().toJson(MixinPlugin.CONFIG)); | ||
writer.flush(); | ||
writer.close(); | ||
|
||
MixinPlugin.config = null; | ||
MixinPlugin.CONFIG = null; | ||
} catch (IOException ignored) {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...troll/mixin/blocks/BeehiveBlockMixin.java → ...troll/mixin/blocks/BeehiveBlockMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...mixin/blocks/RespawnAnchorBlockMixin.java → ...mixin/blocks/RespawnAnchorBlockMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t/ReloadableResourceManagerImplMixin.java → ...t/ReloadableResourceManagerImplMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...atures/aggressiveBees/BeeEntityMixin.java → ...atures/aggressiveBees/BeeEntityMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ssiveIronGolems/IronGolemEntityMixin.java → ...ssiveIronGolems/IronGolemEntityMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ffects/ClientAdvancementManagerMixin.java → ...ffects/ClientAdvancementManagerMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ysInvisibleSpiders/SpiderEntityMixin.java → ...ysInvisibleSpiders/SpiderEntityMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pDangerRange/ServerPlayerEntityMixin.java → ...pDangerRange/ServerPlayerEntityMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/boxConduit/ConduitBlockEntityMixin.java → ...s/boxConduit/ConduitBlockEntityMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ossEyedGhasts/ShootFireballGoalMixin.java → ...ossEyedGhasts/ShootFireballGoalMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ures/delayedPiglins/PiglinBrainMixin.java → ...ures/delayedPiglins/PiglinBrainMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/everythingIsBucket/BucketItemMixin.java → ...s/everythingIsBucket/BucketItemMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...erythingIsBucket/MilkBucketItemMixin.java → ...erythingIsBucket/MilkBucketItemMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ingIsDonkey/HorseEntityRendererMixin.java → ...ingIsDonkey/HorseEntityRendererMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...key/HorseMarkingFeatureRendererMixin.java → ...key/HorseMarkingFeatureRendererMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ingIsPotion/LingeringPotionItemMixin.java → ...ingIsPotion/LingeringPotionItemMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/everythingIsPotion/PotionItemMixin.java → ...s/everythingIsPotion/PotionItemMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/explosionDropChance/ExplosionMixin.java → ...s/explosionDropChance/ExplosionMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.