Skip to content

Commit

Permalink
0.1.0-final stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
NemEzanevem committed May 29, 2024
1 parent da3f6e3 commit 2444cb0
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 31 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Mod Updated to Gregtech 1.2.3.
- Mod Updated to Gregtech 1.2.3.a
- BEWARE! This is the last update on (Legacy or 0.1.0) version of the mod
- completely new chains are coming are in the future which are not compatible...
- ALWAYS BACKUP YOUR WORLDS BEFORE UPDATING!
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,12 @@ static def isJetBrainsRuntime() {
}

loom {
accessWidenerPath = file("src/main/resources/${mod_id}.accesswidener")
silentMojangMappingsLicense()

forge {
mixinConfig(
"${mod_id}.mixins.json",
)

convertAccessWideners = true
extraAccessWideners.add loom.accessWidenerPath.get().asFile.name

dataGen{
mod(mod_id)
}
Expand Down Expand Up @@ -148,6 +143,8 @@ dependencies {
it.officialMojangMappings { nameSyntheticMembers = false }
}



// LDLib
modImplementation(forge.gtceu.forge) { transitive = false }
modImplementation(forge.ldlib.forge) { transitive = false }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencyResolutionManagement {
def vineFlowerVersion = "1.+"
def macheteVersion = "1.+"
def configurationVersion = "2.2.0"
def gtCeuVersion = "1.2.3"
def gtCeuVersion = "1.2.3.a"
def ldLibVersion = "1.0.25.j"
def mixinExtrasVersion = "0.2.0"
def mixinVersion = "0.8.6-SNAPSHOT"
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/argent_matter/gtec/GTExtendedChem.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package argent_matter.gtec;

import argent_matter.gtec.block.GTECBlocks;
import argent_matter.gtec.common.data.*;
import argent_matter.gtec.registry.GTECCreativeModeTabs;
import argent_matter.gtec.registry.GTECRegistries;
Expand Down Expand Up @@ -40,8 +39,6 @@ public static void init() {
GTECItems.init();
GTECCreativeModeTabs.init();
GTECMachines.init();
GTECBlocks.init();

GTECDatagen.init();
GTECRegistries.REGISTRATE.registerRegistrate();
}
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/argent_matter/gtec/GTExtendedChemGTAddon.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package argent_matter.gtec;

import argent_matter.gtec.block.CleanroomFilterType;
import argent_matter.gtec.block.GTECBlocks;
import argent_matter.gtec.common.data.GTECRecipes;
import argent_matter.gtec.registry.GTECRegistries;
import com.gregtechceu.gtceu.api.addon.GTAddon;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package argent_matter.gtec.block;


/*
import argent_matter.gtec.GTExtendedChem;
import com.gregtechceu.gtceu.api.block.IFilterType;
import com.gregtechceu.gtceu.api.machine.multiblock.CleanroomType;
Expand All @@ -19,4 +19,6 @@ public CleanroomType getCleanroomType() {
public String getSerializedName() {
return "ultra_sterilizing_filter_casing";
}
}
}
*/
5 changes: 4 additions & 1 deletion src/main/java/argent_matter/gtec/block/GTECBlocks.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package argent_matter.gtec.block;


/*
import argent_matter.gtec.GTExtendedChem;
import argent_matter.gtec.registry.GTECRegistries;
import argent_matter.util.GTECUtil;
Expand Down Expand Up @@ -52,3 +52,6 @@ private static BlockEntry<net.minecraft.world.level.block.Block> createCleanroom
public static void init() {
}
}
*/
16 changes: 0 additions & 16 deletions src/main/resources/gtec.accesswidener

This file was deleted.

0 comments on commit 2444cb0

Please sign in to comment.