Skip to content

Commit

Permalink
polish as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
f-raZ0R committed Oct 4, 2024
1 parent 9580284 commit cba90b4
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package de.dafuqs.spectrum.items.food;

import de.dafuqs.spectrum.compat.SpectrumIntegrationPacks;
import de.dafuqs.spectrum.compat.neepmeat.NEEPMeatCompat;
import de.dafuqs.spectrum.items.*;
import de.dafuqs.spectrum.registries.*;
Expand Down Expand Up @@ -32,7 +33,7 @@ public ItemStack finishUsing(ItemStack stack, World world, LivingEntity user) {
}

}
if(FabricLoader.getInstance().isModLoaded("neepmeat"))
if(FabricLoader.getInstance().isModLoaded("neepmeat") && SpectrumIntegrationPacks.isIntegrationPackActive(SpectrumIntegrationPacks.NEEPMEAT_ID))
{
NEEPMeatCompat.sedateEnlightenment(user);
}
Expand Down

This file was deleted.

Empty file.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"type": "spectrum:enchantment_upgrade",
"group": "mod_compat",
"enchantment": "create:capacity",
"levels": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"type": "spectrum:enchantment_upgrade",
"group": "mod_compat",
"enchantment": "create:potato_recovery",
"levels": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"type": "spectrum:enchantment_upgrade",
"group": "mod_compat",
"enchantment": "farmersdelight:backstabbing",
"levels": [
{
Expand Down
Empty file.

This file was deleted.

Empty file.

0 comments on commit cba90b4

Please sign in to comment.