Skip to content

Commit

Permalink
Added the soul surge to the cant accelerate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Dec 16, 2023
1 parent 6df1a96 commit ddbde10
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Discord](https://imgur.com/A7U3oXE.png) [Join my Discord](https://discord.gg/4tPfwjn)![Patreon](https://imgur.com/m9xyJSE.png) [Support me on Patreon](https://www.patreon.com/buuz135)![Twitter](https://imgur.com/A7U3oXE.png) [Follow me on twitter](https://twitter.com/Buuz135mods)

<strong>Industrial Foregoing: Souls</strong> uses souls extracted from Wardens to accelerate your machines. To do it you
need to extract souls from a <strong>Warden</strong> using a <strong>Soul Lase Base</strong> with a **Blue Lens**. As
need to extract souls from a <strong>Warden</strong> using a <strong>Soul Laser Base</strong> with a **Blue Lens**. As
always the Stasis Chamber will be your friend.

![Setup](https://i.imgur.com/oxRZtIm.gif)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
minecraftVersion=1.20.1
modVersion=1.0.0
modVersion=1.0.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"industrialforegoingsouls:soul_surge"
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.buuz135.industrialforegoingsouls.data;

import com.buuz135.industrialforegoingsouls.IndustrialForegoingSouls;
import com.buuz135.industrialforegoingsouls.tag.SoulTags;
import net.minecraft.core.HolderLookup;
import net.minecraft.data.PackOutput;
import net.minecraft.tags.BlockTags;
Expand All @@ -21,5 +22,6 @@ protected void addTags(HolderLookup.Provider provider) {
.add(IndustrialForegoingSouls.SOUL_LASER_BLOCK.getKey().get())
.add(IndustrialForegoingSouls.SOUL_PIPE_BLOCK.getKey().get())
.add(IndustrialForegoingSouls.SOUL_SURGE_BLOCK.getKey().get());
tag(SoulTags.Blocks.CANT_ACCELERATE).add(IndustrialForegoingSouls.SOUL_SURGE_BLOCK.getKey().get());
}
}

0 comments on commit ddbde10

Please sign in to comment.