-
Notifications
You must be signed in to change notification settings - Fork 9
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
ComputerCraft Turtle peripheral integration #22
Comments
you should be able to just expose the backpack's "inventory" to the turtle, and expose the "crafting" api thats already in the game/mod for crafting tables to the turtle and then its a two in one, inventory expansion and making it a crafting turtle! |
It usually isnt that easy, but it would be really cute to see the turtles wearing the backpacks so Im considering it |
yeah! Toad-Dev has an example peripheral you can look at for registering a block as a thing, https://github.com/Toad-Dev/cc-peripheral-test since the dev of CC-Tweaked left mc modding, we might be able to talk to the community about adding a third peripheral slot to turtles... |
Merith is one of the devs for cc fabiric btw. |
I mostly do management stuff while ToadDev does most of the work as of late, I used to be going commit by commit in updating it to be as close to the forge version as possible back in CC:T 1.95, gods that was slow, then people found it and started contributing, hell even Squid (CC:T dev) contributed a bit to the project, mainly in adding the CC:T linting checkers and stuffs so merging diffs from CC:T would be easier! |
Oh shit, okay. Didnt know that. Then maybe it is that easy 👀 |
okay if you want the backpack to be on the back your gonna have to model it so on turtles they are rendered at the back, but with a indicator as to what side slot its equipt on |
Basically just requestion you make the backpacks wearable by turtles so a turtle can use it for storage!
The text was updated successfully, but these errors were encountered: