-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added Rotator - rotates the block in front of it when receiving a redstone signal. Emits a comparator signal based on the direction said block is currently facing (if property is supported). Can be right clicked to switch from Clockwise to Counter Clockwise - Inverter can now be uninverted to act as simply a one way gate that sends the same signal level as it is receiving - Slightly tweaked appearance of Resistor - Added an alternate recipe for the Analog Redstone Lamp to convert from regular Redstone Lamps - Fixed Copper Button clicks not having subtitles - Fixed crashes related to Breaker ( fixes #21 ) - Appearance of cracks on blocks being broken by Breaker should be more consistent and less janky - We do a little cleanup
- Loading branch information
Showing
60 changed files
with
743 additions
and
382 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.jvmargs=-Xmx1G | ||
|
||
# Fabric Properties | ||
# check these on https://modmuss50.me/fabric.html | ||
# check these on https://fabricmc.net/develop/ | ||
minecraft_version=1.18.1 | ||
yarn_mappings=12 | ||
yarn_mappings=22 | ||
tiny_version=2 | ||
loader_version=0.12.12 | ||
loader_version=0.13.3 | ||
|
||
# Mod Properties | ||
mod_version = 1.6.2 | ||
mod_version = 1.7.0 | ||
maven_group = com.shnupbups | ||
mod_name = redstone-bits | ||
version_meta = fabric-mc1.18 | ||
|
||
# Dependencies | ||
# check on https://modmuss50.me/fabric.html | ||
fapi_version=0.45.0+1.18 | ||
# check on https://fabricmc.net/develop/ | ||
fapi_version=0.46.4+1.18 | ||
|
||
# Other Stuff | ||
# check on maven at https://maven.shedaniel.me/me/shedaniel/RoughlyEnoughItems-fabric/ | ||
rei_version = 7.1.357 | ||
rei_version = 7.2.425 | ||
|
||
# check on maven at https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu/ | ||
modmenu_version = 3.0.1 |
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
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
9 changes: 0 additions & 9 deletions
9
src/main/java/com/shnupbups/redstonebits/block/ModWeightedPressurePlateBlock.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.