Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit b7c8a51

Browse files
committed
1.20.4
1 parent 75e7ab6 commit b7c8a51

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<p align="center">
88
</p>A client for our different projects.</p>
9-
<a href="https://github.com/PoopenfartenDevelopment/FartenWare/releases"><img src="https://img.shields.io/badge/Version-v1.1-blueviolet" alt="Version"></a>
10-
<img src="https://img.shields.io/badge/Minecraft%20Version-1.20.2-blueviolet" alt="Minecraft Version">
9+
<a href="https://github.com/PoopenfartenDevelopment/FartenWare/releases"><img src="https://img.shields.io/badge/Version-v1.2-blueviolet" alt="Version"></a>
10+
<img src="https://img.shields.io/badge/Minecraft%20Version-1.20.4-blueviolet" alt="Minecraft Version">
1111
<img src="https://img.shields.io/github/downloads/PoopenfartenDevelopment/FartenWare/total?color=blueviolet&label=Downloads">
1212
<br />
1313
<a href="https://www.youtube.com/shorts/AWOyEIuVzzQ"><strong>Learn more »</strong></a>
@@ -23,5 +23,5 @@
2323
<br />
2424

2525
<p align="right">
26-
<b>© 2023 PoopenfartenDevelopment</b>
26+
<b>© 2024 PoopenfartenDevelopment</b>
2727
</p>

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.4-SNAPSHOT'
2+
id 'fabric-loom' version '1.5-SNAPSHOT'
33
}
44

55
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
@@ -11,7 +11,7 @@ group = project.maven_group
1111
repositories {
1212
mavenCentral()
1313
mavenLocal()
14-
maven { url "https://maven.meteordev.org/releases"}
14+
maven { url "https://maven.meteordev.org/releases" }
1515
maven { url "https://maven.meteordev.org/snapshots" }
1616
}
1717

@@ -21,11 +21,11 @@ loom {
2121

2222
dependencies {
2323
minecraft "com.mojang:minecraft:${project.minecraft_version}"
24-
mappings "net.fabricmc:yarn:${project.yarn_version}:v2"
24+
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
2525
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
2626

2727
modImplementation "meteordevelopment:meteor-client:${project.meteor_version}-SNAPSHOT"
28-
modImplementation "baritone:fabric:${project.minecraft_version}-SNAPSHOT"
28+
modImplementation "meteordevelopment:baritone:${project.minecraft_version}-SNAPSHOT"
2929
}
3030

3131
processResources {

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
org.gradle.jvmargs=-Xmx2G
22

33
# Fabric Properties (https://fabricmc.net/develop/)
4-
minecraft_version=1.20.2
5-
yarn_version=1.20.2+build.4
6-
loader_version=0.14.23
4+
minecraft_version=1.20.4
5+
yarn_mappings=1.20.4+build.3
6+
loader_version=0.15.6
77

88
# Mod Properties
9-
mod_version=1.1+1.20.2
9+
mod_version=1.2+1.20.4
1010
maven_group=fartenware.package
1111
archives_base_name=fartenware
1212

1313
# Meteor (https://maven.meteordev.org/)
14-
meteor_version=0.5.5
14+
meteor_version=0.5.6

src/main/java/fartenware/FartenWare.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public class FartenWare extends MeteorAddon {
2323
static ModMetadata metadata = FabricLoader.getInstance().getModContainer("fartenware").orElseThrow(() -> new RuntimeException("FartenWare mod container not found!")).getMetadata();
2424
public static String VERSION = metadata.getVersion().toString();
2525
public static final Logger LOG = LoggerFactory.getLogger("FartenWare");
26-
public static final Category Main = new Category("FartenWare", Items.SPYGLASS.getDefaultStack());
27-
public static final HudGroup Hud = new HudGroup("FartenWare");
26+
public static final Category MAIN = new Category("FartenWare", Items.SPYGLASS.getDefaultStack());
27+
public static final HudGroup HUD = new HudGroup("FartenWare");
2828

2929
@Override
3030
public void onInitialize() {
@@ -58,6 +58,6 @@ public String getPackage() {
5858

5959
@Override
6060
public void onRegisterCategories() {
61-
Modules.registerCategory(Main);
61+
Modules.registerCategory(MAIN);
6262
}
6363
}

src/main/java/fartenware/modules/hud/TextPresets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import meteordevelopment.meteorclient.systems.hud.elements.TextHud;
66

77
public class TextPresets {
8-
public static final HudElementInfo<TextHud> INFO = new HudElementInfo<>(FartenWare.Hud, "farten-presets", "Displays text with Starscript.", TextPresets::create);
8+
public static final HudElementInfo<TextHud> INFO = new HudElementInfo<>(FartenWare.HUD, "farten-presets", "Displays text with Starscript.", TextPresets::create);
99

1010
private static TextHud create() {
1111
return new TextHud(INFO);

src/main/java/fartenware/modules/main/BedrockBreaker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class BedrockBreaker extends Module {
6666
private static ArrayList<TargetBlock> cachedTargetBlockList = new ArrayList<>();
6767

6868
public BedrockBreaker() {
69-
super(FartenWare.Main, "bedrock-breaker", "Breaks bedrock automatically (requires haste 2).");
69+
super(FartenWare.MAIN, "bedrock-breaker", "Breaks bedrock automatically (requires haste 2).");
7070
}
7171

7272
@Override

src/main/java/fartenware/modules/main/EchestFarmerPlus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public class EchestFarmerPlus extends Module {
104104
private boolean needsTo, pickingUp;
105105

106106
public EchestFarmerPlus() {
107-
super(FartenWare.Main, "echest-farmer+", "Places and breaks echests to farm obsidian.");
107+
super(FartenWare.MAIN, "echest-farmer+", "Places and breaks echests to farm obsidian.");
108108
}
109109

110110
@Override

src/main/java/fartenware/modules/main/ItemFrameInserter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class ItemFrameInserter extends Module {
4747
int timer = 0;
4848

4949
public ItemFrameInserter() {
50-
super(FartenWare.Main, "item-frame-inserter", "Places currently held item into item frame.");
50+
super(FartenWare.MAIN, "item-frame-inserter", "Places currently held item into item frame.");
5151
}
5252

5353
@Override

src/main/java/fartenware/modules/main/ItemFramePlacer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class ItemFramePlacer extends Module {
7070
private static final ArrayList<BlockPos> blocks = new ArrayList<>();
7171

7272
public ItemFramePlacer() {
73-
super(FartenWare.Main, "item-frame-placer", "Places item frames on pistons.");
73+
super(FartenWare.MAIN, "item-frame-placer", "Places item frames on pistons.");
7474
}
7575

7676
@Override

src/main/resources/fabric.mod.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"schemaVersion": 1,
33
"id": "fartenware",
4-
"version": "1.1",
4+
"version": "1.2",
55
"name": "FartenWare",
6-
"description": "Addon for our various projects.",
6+
"description": "An addon for our various projects.",
77
"authors": [
88
"RedCarlos26",
99
"Yeetusthefeetus"
@@ -31,7 +31,7 @@
3131
},
3232
"depends": {
3333
"java": ">=17",
34-
"minecraft": "1.20.2",
35-
"meteor-client": ">0.5.4"
34+
"minecraft": "1.20.4",
35+
"meteor-client": ">0.5.5"
3636
}
3737
}

0 commit comments

Comments
 (0)