Skip to content

Commit 8ec66af

Browse files
Used the wrong mod for dyson casings (#29)
1 parent fc86de3 commit 8ec66af

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/recursive_pineapple/matter_manipulator/common/building

1 file changed

+1
-1
lines changed

src/main/java/com/recursive_pineapple/matter_manipulator/common/building/BlockSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public int getMeta() {
166166
return metadata;
167167
}
168168

169-
private static final LazyBlock DYSON_CASING = new LazyBlock(Mods.GTNHIntergalactic, "dysonswarmparts", W);
169+
private static final LazyBlock DYSON_CASING = new LazyBlock(Mods.GalaxySpace, "dysonswarmparts", W);
170170

171171
@Override
172172
public int getBlockMeta() {

0 commit comments

Comments
 (0)