Up-Mods / Cammies-Wearable-Backpacks

Just a backpack that lets you carry more items with you. Requires an empty chest slot though.
https://www.curseforge.com/minecraft/mc-mods/cammies-wearable-backpacks
Other
4 stars 9 forks source link

ComputerCraft Turtle peripheral integration #22

Open Merith-TK opened 2 years ago

Merith-TK commented 2 years ago

Basically just requestion you make the backpacks wearable by turtles so a turtle can use it for storage!

Merith-TK commented 2 years ago

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!

CammiePone commented 2 years ago

It usually isnt that easy, but it would be really cute to see the turtles wearing the backpacks so Im considering it

Merith-TK commented 2 years ago

yeah! Toad-Dev has an example peripheral you can look at for registering a block as a thing, only one problem about it is that it can be on the left or right of the turtle only, which sucks...

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...

drakosoldier298 commented 2 years ago

Merith is one of the devs for cc fabiric btw.

Merith-TK commented 2 years ago

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!

CammiePone commented 2 years ago

Oh shit, okay. Didnt know that. Then maybe it is that easy 👀

Merith-TK commented 2 years ago

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