-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1aac00a
commit 6c507cb
Showing
81 changed files
with
183 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../ziyue/tjmetro/blocks/BlockAPGCorner.java → ...a/ziyue/tjmetro/block/BlockAPGCorner.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ziyue.tjmetro.blocks; | ||
package ziyue.tjmetro.block; | ||
|
||
import mtr.Blocks; | ||
import mtr.block.IBlock; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ue/tjmetro/blocks/BlockCeilingNotLit.java → ...yue/tjmetro/block/BlockCeilingNotLit.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ziyue.tjmetro.blocks; | ||
package ziyue.tjmetro.block; | ||
|
||
import mtr.Blocks; | ||
import mtr.block.BlockCeiling; | ||
|
4 changes: 2 additions & 2 deletions
4
...etro/blocks/BlockCustomColorConcrete.java → ...metro/block/BlockCustomColorConcrete.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...jmetro/blocks/BlockEmergencyExitSign.java → ...tjmetro/block/BlockEmergencyExitSign.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ziyue.tjmetro.blocks; | ||
package ziyue.tjmetro.block; | ||
|
||
import mtr.Blocks; | ||
import mtr.block.IBlock; | ||
|
2 changes: 1 addition & 1 deletion
2
...jmetro/blocks/BlockHighSpeedRepeater.java → ...tjmetro/block/BlockHighSpeedRepeater.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/ziyue/tjmetro/blocks/BlockLogo.java → ...n/java/ziyue/tjmetro/block/BlockLogo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ziyue.tjmetro.blocks; | ||
package ziyue.tjmetro.block; | ||
|
||
import mtr.Blocks; | ||
import mtr.block.IBlock; | ||
|
2 changes: 1 addition & 1 deletion
2
...metro/blocks/BlockMetalDetectionDoor.java → ...jmetro/block/BlockMetalDetectionDoor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 2 additions & 13 deletions
15
...e/tjmetro/blocks/BlockPSDDoorTianjin.java → ...ue/tjmetro/block/BlockPSDDoorTianjin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...metro/blocks/BlockPSDGlassEndTianjin.java → ...jmetro/block/BlockPSDGlassEndTianjin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
common/src/main/java/ziyue/tjmetro/block/BlockPSDGlassTianjin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
package ziyue.tjmetro.block; | ||
|
||
import mtr.block.BlockPSDAPGGlassBase; | ||
import net.minecraft.world.item.Item; | ||
import ziyue.tjmetro.ItemList; | ||
|
||
/** | ||
* @author ZiYueCommentary | ||
* @see ziyue.tjmetro.item.ItemPSDTianjinBase | ||
* @see BlockPSDAPGGlassBase | ||
* @since beta-1 | ||
*/ | ||
|
||
public class BlockPSDGlassTianjin extends BlockPSDAPGGlassBase | ||
{ | ||
@Override | ||
public Item asItem() { | ||
return ItemList.PSD_GLASS_TIANJIN.get(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e/tjmetro/blocks/BlockPlayerDetector.java → ...ue/tjmetro/block/BlockPlayerDetector.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...o/blocks/BlockRailwaySignTianjinPole.java → ...ro/block/BlockRailwaySignTianjinPole.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 3 additions & 24 deletions
27
...metro/blocks/BlockRailwaySignWallBig.java → ...jmetro/block/BlockRailwaySignWallBig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.