BuildCraft|Core

BuildCraft|Core

7M Downloads

expose some stuff in the api for addons

AEnterprise opened this issue · 3 comments

commented

i'm updating BCA to BC 6.1.2 and in the process i'm trying to only use the api but i'm missing a few things already an i'll probably find more stuff as i go along

BC chipsets for crafting, non of the BC items are accessable i need to get them from the gameResgistry, and was unable to track the pricise names of the chipsets down

Ledgers, i'm using a few ledgers and want to use the BC ledgers to keep the BC feeling but there are not in the api

that's it for now, will comment on this if i find more stuff

commented

If you have problems finding out an internal name of an Item: There are a few mods that show them to you on the tooltip ( I did a mod exactly for this: GimmeNBT) or you could code it for you, it is pretty easy.

Am 19.10.2014 um 12:33 schrieb AEnterprise [email protected]:

i'm updating BCA to BC 6.1.2 and in the process i'm trying to only use the api but i'm missing a few things already an i'll probably find more stuff as i go along

BC chipsets for crafting, non of the BC items are accessable i need to get them from the gameResgistry, and was unable to track the pricise names of the chipsets down

Ledgers, i'm using a few ledgers and want to use the BC ledgers to keep the BC feeling but there are not in the api

that's it for now, will comment on this if i find more stuff


Reply to this email directly or view it on GitHub.

commented

Use bspkrsCore and UniqueNames.txt to get unique names of everything.

The ledgers? You can grab an LGPLv3 copy of them from the Forestry source tree - the code is shared with BuildCraft.

commented

ok, will take a look at all that once BCA can run again