Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
__LEXX__

[Can't Fix] TFC + GregTech [Add ores GT]

13 posts in this topic

HI! How to add ore from other mods?
I tried add Greg ore, industrial and vanilla. Has always been a crash.
 
How I did it:
 
"iron ore" {
    I:"Horizontal Density"=60
    I:"Maximum Height"=128
    I:"Minimum Height"=5
    I:"Vertical Density"=60
    S:baseRocks <
        igneous extrusive
        igneous intrusive
        metamorphic
        sedimentary
     >
    I:oreMeta=7
    S:oreName=minecraft:iron_ore
    I:rarity=100
    S:size=large
    S:type=veins
}
 
Tried I:oreID=15
 
It did not work with other ores:
gregtech:gt.blockores:822
IC2:blockOreUran
 
The forum wrote that the vanilla work. I could not do it. =( 
0

Share this post


Link to post
Share on other sites

It looks like you screwed up the oreMeta value. For vanilla iron ore, it should be 0, as that block has no metadata.

0

Share this post


Link to post
Share on other sites

I guessed about this when he lost 0 crash. But the ore does not appear. Can write working code example. It is desirable to Greg ores.

0

Share this post


Link to post
Share on other sites

This works just fine and spawns vanilla iron ore. You have the rarity set pretty high though, so it will be difficult to find. If you want it to be easier to find, make rarity a smaller number.

"iron ore" {    I:"Horizontal Density"=60    I:"Maximum Height"=128    I:"Minimum Height"=5    I:"Vertical Density"=60    S:baseRocks <        igneous extrusive        igneous intrusive        metamorphic        sedimentary     >    I:oreMeta=0    S:oreName=minecraft:iron_ore    I:rarity=100    S:size=large    S:type=veins}

As for GregTech ores, I do not think it is currently possible because his ores do some crazy things with tile entities and NBT data, instead of block IDs and metadata.

0

Share this post


Link to post
Share on other sites
Iron ore I worked, the problem was really in the meta data.
But unfortunately I need exactly ore Greg. On iron ore I just practiced.
 
"bauxite ore" {
    I:"Horizontal Density"=60
    I:"Maximum Height"=128
    I:"Minimum Height"=5
    I:"Vertical Density"=60
    S:baseRocks <
        igneous extrusive
        igneous intrusive
        metamorphic
        sedimentary
     >
    I:oreMeta=0
    S:oreName=gregtech:gt.blockores:822
    I:rarity=10
    S:size=large
    S:type=veins
}
 
This code causes the crash.
0

Share this post


Link to post
Share on other sites

822 is probably the metadata, have you tried this?

"bauxite ore" {    I:"Horizontal Density"=60    I:"Maximum Height"=128    I:"Minimum Height"=5    I:"Vertical Density"=60    S:baseRocks <        igneous extrusive        igneous intrusive        metamorphic        sedimentary     >    I:oreMeta=822    S:oreName=gregtech:gt.blockores    I:rarity=10    S:size=large    S:type=veins}
0

Share this post


Link to post
Share on other sites
Yes. So too crash.
I think the problem is that you can not get the ore command "give".
And there is no difference gregtech:gt.blockores:822 or 570:822.
 
But you can get a block of stone gregtech:gt.blockores.
Mechanics than something similar to TFC. Perhaps Bioxx can add support for meta date Greg?
0

Share this post


Link to post
Share on other sites

Use Custom Ore Generation. Some of the users on the Gregtech thread have claimed to be able to spawn the remaining GT ores that aren't spawned in TFC using COG.

 

Disclaimer: I've never tried this myself, so ask on the GT thread or the MCF COG thread if you need help

0

Share this post


Link to post
Share on other sites
As expected COG helped. But I would not increase the number of mods. Assembly and so heavy.
 
Oddly command "/give __LEXX__ gregtech:gt.blockores 1 822" worked.
Then why does not work like this:
 
"bauxite ore" {
I:"Horizontal Density"=60
I:"Maximum Height"=128
I:"Minimum Height"=5
I:"Vertical Density"=60
S:baseRocks <
igneous extrusive
igneous intrusive
metamorphic
sedimentary

>
I:oreMeta=822
S:oreName=gregtech:gt.blockores
I
:rarity=10
S:size=large
S
:type=veins
}
0

Share this post


Link to post
Share on other sites

822 is the itemblock meta which is likely derived from the tile entity. I have a feeling that you probably cant spawn those ores.

0

Share this post


Link to post
Share on other sites

822 is the itemblock meta which is likely derived from the tile entity. I have a feeling that you probably cant spawn those ores.

 

There is a possibility that you will add support ores Greg?

 

COG receives ore Greg as follows:

block='gregtech:gt.blockores'  nbt='{m:822, n:1, id:"GT_TileEntity_Ores"}'
0

Share this post


Link to post
Share on other sites

is there anyway to add a config to enable nether access? we can spawn all Gregtech ores there.

0

Share this post


Link to post
Share on other sites

It isn't a matter of a config. The nether is incompatible with TFC. It will generate, but is crashy and will eventually corrupt the save. It isn't disabled so if you want to test it yourself. The only trick is that you need to light portal on side of block and it will only form one portal block. Also if you set fire spread to false it will reduce the amount of crashing a tiny bit.

A way to add GT compatible ores is via the pffa mod. Just don't use custom ore gen mod to populate world. Use the TFCOres.cfg. The issue with GT and TFC is Gregs in world unification. You can turn off crafting and inventory, but not in world. I've posted about this before.

0

Share this post


Link to post
Share on other sites