-
Notifications
You must be signed in to change notification settings - Fork 187
Adds a Rope and Chain #2383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Adds a Rope and Chain #2383
Conversation
|
ok the code and assets are good to go and load properly i just need to fix formatting |
|
welp no clue what the formatter is asking me to change now |
thecreare
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
welp no clue what the formatter is asking me to change now
Its just some whitespace changes, i'd recommend installing the formatter locally because it can automatically apply its changes:
https://github.com/PixelGuys/Cubyz-formatter
(First time suggesting changes, I might not have done this right)
Co-authored-by: creare <[email protected]>
Co-authored-by: creare <[email protected]>
Co-authored-by: creare <[email protected]>
|
you did it correctly enough thanks for your help that fixed it |
|
Climbing feels very floaty, when I stop pressing space/shift it takes a bit to slow to a complete stop. Which is not something that happens if you climb something IRL. |
|
Also, if you're adding climbing, you should add ladder blocks, which already have block and item textures in the files. |
|
those can be added with the climbable and climbing speed propties to the ladder |
|
ok updated the physics |
|
I think this should wait until the physics refactoring by @codemob-dev is done (see #2121) which touches a lot of the changed code. |
Inspired by #2383 (but separate because it's going to be blocked for awhile) Edit: Added subtle reflectivity to all the "cast iron" blocks, and tweak the lantern item textures Adds a chain block, crafted with 1 iron ingot -> 2 chain. And yes, it's 3D! Egads!!!!! <img width="529" height="477" alt="image" src="https://github.com/user-attachments/assets/4eff61fd-23cd-4f60-b670-8ad45116473d" /> <img width="876" height="670" alt="image" src="https://github.com/user-attachments/assets/75c0038f-2b6e-43bc-a2d4-30b32522a548" /> It would probably be the most detailed model in the game. If you're worried about it looking _too_ detailed, here's it in a pile of other unique models to show that it's not that bad. <img width="1492" height="800" alt="image" src="https://github.com/user-attachments/assets/76ac1569-52c0-48ab-b0f6-73b455f35736" /> I optimized the model nicely, it only has 22 faces. Essentially it's two big cubes to make the outer shell, with flat planes intersecting to create the insides and tops of the chain links. For comparison, if I just used cubes for each chain link it would be 60+ faces or something
Adds a rope and chain and climbable blocks
Feature Feature Idea: placing rope down on a rope block will extend the rope
would help with placing lots of rope across chasms and into deep caves
they are also zig components in the block which means adding new ropes or ladders is easy