Commit graph

61 commits

Author SHA1 Message Date
dragonruler1000
ede9ae1339
Merge pull request #20 from dragonruler1000/DEV
Add credits field to mods.toml and clean up imports in Window.java
2025-05-20 20:58:35 -05:00
dragonruler1000
1289e20bc0 Add credits field to mods.toml and clean up imports in Window.java
The mods.toml file now includes a credits field so it shows up in the mod list. Additionally, unused imports in Window.java were removed to improve code readability and maintainability.
2025-05-20 20:55:44 -05:00
dragonruler1000
8a422e725f
Merge pull request #19 from dragonruler1000/DEV
Fix incorrect remote check in Window block activation
2025-05-19 22:23:44 -05:00
dragonruler1000
9cad3a926e Fix incorrect remote check in Window block activation
Previously, the remote check in the `onBlockActivated` method was reversed, causing improper behavior. This update corrects the logic to handle block activation appropriately on the client side. Additionally, an unused import line was cleaned up for clarity.

Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-19 22:22:13 -05:00
dragonruler1000
afc8ae209e
Merge pull request #18 from dragonruler1000/DEV
trying to fix issues with the window block and add a credits line to the mod info.
2025-05-19 08:57:50 -05:00
dragonruler1000
a540f3bf60 Refactor gradle properties and clean up Window block logic
Improve clarity in `credits` and `mod_authors` formatting within `gradle.properties`. Removed redundant player message handling logic in `Window.java` to streamline block activation behavior.
2025-05-19 08:56:16 -05:00
dragonruler1000
ef61988f61 Fix block activation logic and add server-side message
Reversed client/server check to ensure correct logic during block activation. Added a server-side message to notify players when the block is activated. This improves clarity and ensures consistent behavior across client and server.

Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-17 16:42:03 -05:00
dragonruler1000
bcf7cbd7d1
Merge pull request #17 from dragonruler1000/DEV
Add credits field and fix portal block activation logic
2025-05-17 15:50:00 -05:00
dragonruler1000
8de9596a60 Add credits field and fix portal block activation logic
Added a "credits" field to gradle properties and updated its usage in the build script. Refactored `onBlockActivated` logic in the `Window` block to improve code clarity and handle dimension-specific teleportation more robustly. Updated `ModBlocks` to properly register the custom `Window` block.

Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-17 15:49:16 -05:00
dragonruler1000
9281cf5c65
Merge pull request #16 from dragonruler1000/DEV
trying `use` to see if it works instead of `onBlockActivated`
2025-05-16 08:48:22 -05:00
dragonruler1000
d962b7d8b7 trying use to see if it works instead of onBlockActivated 2025-05-16 08:47:54 -05:00
dragonruler1000
c43a75739f
Merge pull request #15 from dragonruler1000/DEV
trying to fix problem with portal block.
2025-05-15 11:07:25 -05:00
dragonruler1000
748ab1b988 Refactor Window block interactions and register new block
Simplified the onBlockActivated logic for clarity and better separation of client and server behavior. Added null checks, improved crouching interaction handling, and adjusted dimension change logic. Registered the "window" block and updated the language file to include its name. Added comments so i can know what is going on later.
2025-05-15 11:06:33 -05:00
dragonruler1000
249c235220 Added comments to know what is going on later.
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-15 09:23:27 -05:00
dragonruler1000
5b390d20c6 Add client-side status message on block activation
This change ensures players receive immediate client-side feedback when a block is activated. The addition improves user experience by providing clearer interaction confirmation.

Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-15 09:08:38 -05:00
dragonruler1000
0c0a9c5998
Merge pull request #14 from dragonruler1000/DEV
Trying an optimised teleport function
- added a debug message to see if the block was being activated.
2025-05-15 09:02:48 -05:00
dragonruler1000
670cd542c9 Trying an optimised teleport function
added a debug message to see if the block was being activated.

Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-15 09:00:29 -05:00
dragonruler1000
73d41b9179
Merge pull request #13 from dragonruler1000/DEV
Trying to find out issue with window block.
2025-05-14 21:42:16 -05:00
dragonruler1000
44581d576f Refactor Window block interaction logic for debugging.
Updated the `Window` block's interaction method to provide clearer client and server-side feedback, aiding in debugging issues with teleportation and block activation. Added comments to clarify functionality and organized code for better readability.

Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-14 21:40:52 -05:00
dragonruler1000
6915d2ae90 Adding a block activated check.
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-14 21:04:59 -05:00
dragonruler1000
d7c9678147
Merge pull request #12 from dragonruler1000/DEV
Adding chat message to state if target location is good and re-adding some important lines of code.
2025-05-14 21:00:34 -05:00
dragonruler1000
c06d73ebff readded stuff that was accidently removed.
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-14 20:57:28 -05:00
dragonruler1000
8f94831df0 trying to get a chat message to show in the chat if the portal cant find an aplicable loccation.
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-14 10:53:39 -05:00
dragonruler1000
174779c550
Merge pull request #11 from dragonruler1000/DEV
fixing textures
2025-05-14 10:21:02 -05:00
dragonruler1000
cc98e7cd6b Fixing textures.
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-14 10:19:23 -05:00
dragonruler1000
862a29a548 adding textures and updating gitignore
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-14 10:09:27 -05:00
dragonruler1000
6e40197dd9
Merge pull request #10 from dragonruler1000/DEV
Added a new dimension and trying to get right click to change the dimention
2025-05-14 10:01:22 -05:00
dragonruler1000
ed5d8d1006 Added a new dimension and trying to get right click to change the dimention.
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-14 09:07:46 -05:00
dragonruler1000
572719fd30
Merge pull request #9 from dragonruler1000/DEV
Added a window block and working on portal stuff.
2025-05-13 16:59:25 -05:00
dragonruler1000
a195450501 Added a window block and working on portal stuff.
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
2025-05-13 16:58:44 -05:00
dragonruler1000
527155ba20
Update README.md
added link to wiki
2025-05-13 12:34:40 -05:00
dragonruler1000
d08ea83cbb
Merge pull request #7 from dragonruler1000/DEV
Adding achevements and trying to get subtle knife to place a block.
2025-05-13 09:17:43 -05:00
dragonruler1000
c7269ce21c Adding achevements and trying to get subtle knife to place a block. 2025-05-13 09:17:14 -05:00
dragonruler1000
cbc9eb39c2
Merge pull request #6 from dragonruler1000/DEV
Made the block of dust emmit light and made the subtle knife send a message to chat when used.
2025-05-13 07:49:47 -05:00
dragonruler1000
170d0dbdef Made the block of dust emmit light and made the subtle knife send a message to chat when used. 2025-05-13 07:49:04 -05:00
dragonruler1000
7ef39d64cb
Merge pull request #5 from dragonruler1000/DEV
Updated recipe for dust and changed texture. Also trying to get Subtle Knife to work.
2025-05-12 21:22:26 -05:00
dragonruler1000
fd080d8e30 Updated recipe for dust and changed texture. Also trying to get Subtle Knife to work. 2025-05-12 21:18:26 -05:00
dragonruler1000
70ac30f78a
Update README.md
switched stats theme.
2025-05-12 20:08:24 -05:00
dragonruler1000
6ca76e4561
Update README.md
added hackatime stats and viewer count
2025-05-12 20:04:37 -05:00
dragonruler1000
d9ea2e00bf
Merge pull request #4 from dragonruler1000/DEV
Dev


adding the subtle knife and trying to add on omelet item.
2025-05-12 12:35:40 -05:00
dragonruler1000
590254167b removed unused imports 2025-05-12 12:34:24 -05:00
dragonruler1000
c2e75fdb20 working on adding the subtle knife. 2025-05-12 12:33:51 -05:00
dragonruler1000
7df8f28c16 Trying to fix the issue with recipes 2025-05-11 20:08:31 -05:00
dragonruler1000
72e67ac0ad
Merge pull request #3 from dragonruler1000/DEV
Fixed texture issues with Dust Block and added recipe for turning block of dust into dust.
2025-05-11 19:34:02 -05:00
dragonruler1000
b956947e28 Fixed texture issues with Dust Block and added recipe for turning block of dust into dust. 2025-05-11 19:32:13 -05:00
dragonruler1000
55c07d8a7a
Merge pull request #2 from dragonruler1000/DEV
Added Dust Block and Recipe
2025-05-09 09:41:14 -05:00
dragonruler1000
c12f41f1a4 Added a recipe. just need to get it to work. 2025-05-09 09:32:54 -05:00
dragonruler1000
15d8ab29b9 got the item form to work. 2025-05-09 08:59:57 -05:00
dragonruler1000
6115aeb503 Working on adding a Block of Dust 2025-05-09 08:46:18 -05:00
dragonruler1000
5f94c642db Added item tab and removed unused folder 2025-05-09 08:06:04 -05:00