Skip to content

Commit

Permalink
match changes from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed Jul 13, 2024
1 parent 60a56eb commit 42a73aa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions api/src/main/java/de/mari_023/ae2wtlib/api/AE2wtlibAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import net.minecraft.world.item.ItemStack;
import net.neoforged.fml.ModList;

import appeng.api.config.Actionable;
import appeng.api.upgrades.IUpgradeInventory;
import appeng.menu.locator.ItemMenuHostLocator;

Expand Down Expand Up @@ -47,8 +46,6 @@ public static ItemStack makeWUT(DataComponentType<Unit> componentType) {
ItemStack wut = new ItemStack(wutItem);

wut.set(componentType, Unit.INSTANCE);
wutItem.injectAEPower(wut,
wutItem.getAEMaxPower(wut), Actionable.MODULATE);
return wut;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

import appeng.api.config.Actionable;

import de.mari_023.ae2wtlib.api.AE2wtlibAPI;
import de.mari_023.ae2wtlib.AE2wtlibItems;
import de.mari_023.ae2wtlib.api.AE2wtlibAPI;
import de.mari_023.ae2wtlib.wut.WTDefinitions;

@JeiPlugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

import appeng.api.config.Actionable;

import de.mari_023.ae2wtlib.api.AE2wtlibAPI;
import de.mari_023.ae2wtlib.AE2wtlibItems;
import de.mari_023.ae2wtlib.api.AE2wtlibAPI;
import de.mari_023.ae2wtlib.wut.WTDefinitions;

@REIPluginClient
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ config="ae2wtlib.mixins.json"
modId = "ae2wtlib_api"
type="REQUIRED"
versionRange = "[${version}]"
ordering = "AFTER"
ordering = "BEFORE"
side = "BOTH"

[[dependencies.ae2wtlib]]
Expand Down

0 comments on commit 42a73aa

Please sign in to comment.