#I want to make a new line of phoenixware circuits/multiblocks via Kubejs and i was wondering how to.
23 messages · Page 1 of 1 (latest)
Idk where to ask this, but i would like to add my own multis, i have found how to define controllers but this
.aisle('c c', 'ccccc', 'c c', 'ccccc', 'c c')
.aisle('ccccc', 'cpppc', 'cwwwc', 'cpppc', 'ccccc')
.aisle('c c', 'cwwwc', 'cpppc', 'cwwwc', 'c c')
.aisle('ccccc', 'cpppc', 'cwwwc', 'cpppc', 'ccccc')
.aisle('c c', 'kcccc', 'c c', 'ccccc', 'c c')
seems hard to do
is there a tool to design the multi in-game and then bring the data into the file?
I see this, wonder if it would work at all
To add GregTech Community Edition (GTCEu) multiblocks, you can use the MultiblockTweaker mod, which allows you to add multiblocks via CraftTweaker, or explore mods like Gregicality Multiblocks that add new multiblocks directly.
im using kubejs to try to do all this, first project beyond dealing with tweaked existing recipes/ adding productive bee bees
so its a big learning experience
gonna try to add a line of phoenixware circuits too, although idk how to add new circuits
I don't know how to add textures to items either, really a noob but i wanted a challenge
Ik a little bit on how to add stuff to kubejs
bout it
really only tweaked recipes and added bees via kubejs
I have been looking at the atm multiblocks that were added cause the files are nicely laid out, but i am still drawing blanks
you should look at monifactory if you want examples since they do everything using kubejs
I wouldn't look at atm for examples
hmm, ill have to look at the commits for multis in the moni github
and see how they added items too
as for kubejs item textures, I think it's just a texture pack
I do see the files referencing texture packs
and for my multis, i can just reference the phoenix strengthend casings like how most multis use the same controller texture and just change the referenced casings
Hmm, how do i get the textures from base gtceu?
i just want the controller texture that most use, the neutronium boule, and the wetware circuit textures
so i can change them cause i am in no way a graphic designer
about this one. monifactory is open-source. if you need something you can find custom circuits textures there
multi block examples too
Here you can see an example of PBF alike