Skip to content

Commit

Permalink
Force-enable tools, smeltery and world because of dependencies in bet…
Browse files Browse the repository at this point in the history
…ween these three. Needs restructuring.
  • Loading branch information
bonii-xx committed Oct 26, 2014
1 parent 02fd32c commit 6f2ee0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/smeltery/TinkerSmeltery.java
Expand Up @@ -47,7 +47,7 @@
import java.util.*;

@ObjectHolder(TConstruct.modID)
@Pulse(id = "Tinkers' Smeltery", description = "Liquid metals, casting, and the multiblock structure.")
@Pulse(id = "Tinkers' Smeltery", description = "Liquid metals, casting, and the multiblock structure.", forced = true)
public class TinkerSmeltery
{
@SidedProxy(clientSide = "tconstruct.smeltery.SmelteryProxyClient", serverSide = "tconstruct.smeltery.SmelteryProxyCommon")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/tools/TinkerTools.java
Expand Up @@ -38,7 +38,7 @@
import static net.minecraft.util.EnumChatFormatting.*;

@ObjectHolder(TConstruct.modID)
@Pulse(id = "Tinkers' Tools", description = "The main core of the mod! All of the tools, the tables, and the patterns are here.")
@Pulse(id = "Tinkers' Tools", description = "The main core of the mod! All of the tools, the tables, and the patterns are here.", forced = true)
public class TinkerTools
{
/* Proxies for sides, used for graphics processing */
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/world/TinkerWorld.java
Expand Up @@ -44,7 +44,7 @@
import tconstruct.world.items.*;

@ObjectHolder(TConstruct.modID)
@Pulse(id = "Tinkers' World", description = "Ores, slime islands, essence berries, and the like.")
@Pulse(id = "Tinkers' World", description = "Ores, slime islands, essence berries, and the like.", forced = true)
public class TinkerWorld
{
@Instance("TinkerWorld")
Expand Down

0 comments on commit 6f2ee0f

Please sign in to comment.