-
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.
Merge pull request #9 from NKID00/dev
bump version 0.2.1
- Loading branch information
Showing
11 changed files
with
112 additions
and
75 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<img src="https://cdn.jsdelivr.net/gh/NKID00/redstone-computer-utilities@dev/src/main/resources/assets/rcutil/icon.png" alt="icon" align="right" height="175"> | ||
|
||
# Redstone Computer Utilities | ||
|
||
> Lightweight and Modular Redstone Computer Debugging Tools. | ||
## Installation | ||
|
||
Python 3.7.2 or newer (CPython or PyPy) is required. | ||
|
||
```sh | ||
$ pip install redstone-computer-utilities | ||
``` | ||
|
||
or | ||
|
||
```toml | ||
# pyproject.toml | ||
redstone-computer-utilities = "^0.2.0" | ||
``` | ||
|
||
### Check the GitHub repository [NKID00/redstone-computer-utilities](https://github.com/NKID00/redstone-computer-utilities) for details. |
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,16 +1,16 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.jvmargs=-Xmx1G | ||
|
||
# Fabric Properties | ||
# check these on https://fabricmc.net/develop | ||
minecraft_version=1.19.2 | ||
yarn_mappings=1.19.2+build.8 | ||
loader_version=0.14.9 | ||
# check these on https://fabricmc.net/develop | ||
minecraft_version=1.19 | ||
yarn_mappings=1.19+build.4 | ||
loader_version=0.14.9 | ||
|
||
# Mod Properties | ||
mod_version = 0.2.0 | ||
maven_group = name.nkid00 | ||
archives_base_name = redstone-computer-utilities | ||
mod_version = 0.2.1 | ||
maven_group = name.nkid00 | ||
archives_base_name = redstone-computer-utilities | ||
|
||
# Dependencies | ||
fabric_version=0.60.0+1.19.2 | ||
fabric_version=0.58.0+1.19 |
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,9 +1,11 @@ | ||
[tool.poetry] | ||
name = "redstone-computer-utilities" | ||
version = "0.2.0" | ||
description = "Simple debug tools for redstone computers." | ||
version = "0.2.0.post3" | ||
description = "Lightweight and Modular Redstone Computer Debugging Tools." | ||
authors = ["NKID00 <[email protected]>"] | ||
readme = "docs/PyPI.md" | ||
license = "MPL-2.0" | ||
homepage = "https://github.com/NKID00/redstone-computer-utilities" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7.2" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"id": "rcutil", | ||
"version": "${version}", | ||
"name": "Redstone Computer Utilities", | ||
"description": "Simple debug tools for redstone computers.", | ||
"authors": [ | ||
"NKID00" | ||
], | ||
"contact": { | ||
"homepage": "https://github.com/NKID00/redstone-computer-utilities", | ||
"sources": "https://github.com/NKID00/redstone-computer-utilities", | ||
"issues": "https://github.com/NKID00/redstone-computer-utilities" | ||
}, | ||
"license": "MIT", | ||
"icon": "assets/rcutil/icon.png", | ||
"environment": "*", | ||
"entrypoints": { | ||
"main": [ | ||
"name.nkid00.rcutil.RCUtil" | ||
] | ||
}, | ||
"mixins": [ | ||
"rcutil.mixins.json" | ||
], | ||
"accessWidener" : "rcutil.accesswidener", | ||
"depends": { | ||
"fabricloader": ">=0.12", | ||
"fabric": "*", | ||
"minecraft": "1.19.2" | ||
} | ||
} | ||
"schemaVersion": 1, | ||
"id": "rcutil", | ||
"version": "${version}", | ||
"name": "Redstone Computer Utilities", | ||
"description": "Simple debug tools for redstone computers.", | ||
"authors": [ | ||
"NKID00" | ||
], | ||
"contact": { | ||
"homepage": "https://github.com/NKID00/redstone-computer-utilities", | ||
"sources": "https://github.com/NKID00/redstone-computer-utilities", | ||
"issues": "https://github.com/NKID00/redstone-computer-utilities/issues" | ||
}, | ||
"license": "MIT", | ||
"icon": "assets/rcutil/icon.png", | ||
"environment": "*", | ||
"entrypoints": { | ||
"main": [ | ||
"name.nkid00.rcutil.RCUtil" | ||
] | ||
}, | ||
"mixins": [ | ||
"rcutil.mixins.json" | ||
], | ||
"accessWidener": "rcutil.accesswidener", | ||
"depends": { | ||
"fabricloader": ">=0.12", | ||
"fabric": "*", | ||
"minecraft": "~1.19" | ||
} | ||
} |
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,3 @@ | ||
accessWidener v1 named | ||
accessWidener v1 named | ||
accessible field net/minecraft/server/command/ServerCommandSource output Lnet/minecraft/server/command/CommandOutput; | ||
accessible field net/minecraft/server/command/ServerCommandSource position Lnet/minecraft/util/math/Vec3d; | ||
accessible field net/minecraft/server/command/ServerCommandSource world Lnet/minecraft/server/world/ServerWorld; | ||
accessible field net/minecraft/server/command/ServerCommandSource level I | ||
accessible field net/minecraft/server/command/ServerCommandSource name Ljava/lang/String; | ||
accessible field net/minecraft/server/command/ServerCommandSource displayName Lnet/minecraft/text/Text; | ||
accessible field net/minecraft/server/command/ServerCommandSource server Lnet/minecraft/server/MinecraftServer; | ||
accessible field net/minecraft/server/command/ServerCommandSource silent Z | ||
accessible field net/minecraft/server/command/ServerCommandSource entity Lnet/minecraft/entity/Entity; | ||
accessible field net/minecraft/server/command/ServerCommandSource resultConsumer Lcom/mojang/brigadier/ResultConsumer; | ||
accessible field net/minecraft/server/command/ServerCommandSource entityAnchor Lnet/minecraft/command/argument/EntityAnchorArgumentType$EntityAnchor; | ||
accessible field net/minecraft/server/command/ServerCommandSource rotation Lnet/minecraft/util/math/Vec2f; | ||
accessible field net/minecraft/server/command/ServerCommandSource signedArguments Lnet/minecraft/network/message/SignedCommandArguments; | ||
accessible field net/minecraft/server/command/ServerCommandSource messageChainTaskQueue Lnet/minecraft/util/thread/FutureQueue; |
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,14 @@ | ||
{ | ||
"required": true, | ||
"minVersion": "0.8", | ||
"package": "name.nkid00.rcutil.mixin", | ||
"compatibilityLevel": "JAVA_17", | ||
"mixins": [ | ||
"MinecraftServerMixin", | ||
"AbstractBlockMixin" | ||
], | ||
"client": [ | ||
], | ||
"injectors": { | ||
"defaultRequire": 1 | ||
} | ||
} | ||
"required": true, | ||
"minVersion": "0.8", | ||
"package": "name.nkid00.rcutil.mixin", | ||
"compatibilityLevel": "JAVA_17", | ||
"mixins": [ | ||
"MinecraftServerMixin", | ||
"AbstractBlockMixin" | ||
], | ||
"client": [], | ||
"injectors": { | ||
"defaultRequire": 1 | ||
} | ||
} |