-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stumbled around in the dark for a few hours
- Loading branch information
Showing
8 changed files
with
785 additions
and
43 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
6 changes: 4 additions & 2 deletions
6
common/src/main/java/net/hex_circles/blocks/BlockDustRune.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,15 +1,17 @@ | ||
package net.hex_circles.blocks; | ||
|
||
import at.petrak.hexcasting.common.blocks.circles.BlockSlate; | ||
import net.minecraft.block.AbstractBlock.Settings; | ||
|
||
public class BlockDustRune extends BlockSlate { | ||
|
||
public BlockDustRune(Settings p_53182_) { | ||
super(p_53182_); | ||
} | ||
|
||
//TODO: write line connection stuff | ||
//step 1: take the "facing" direction and rotate the model so it faces that way | ||
//step 2: take the exit directions and figure out which model to use | ||
//step 3: take the exit directions and rotate the texture so it touches all the connections | ||
|
||
|
||
|
||
} |
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
36 changes: 22 additions & 14 deletions
36
common/src/main/resources/assets/hex_circles/blockstates/chalk_square_block.json
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.