kyeiti / UndergroundBiomesConstructs

Underground Biomes Constructs for Minecraft 1.12.2
Other
5 stars 3 forks source link

[1.12.2] [Request] Add Support for Abyssalcraft #21

Closed Skaphegor closed 6 years ago

Skaphegor commented 6 years ago

Support for Coralium, Dreadium and Nitre ore in the overworld.

kyeiti commented 6 years ago

I could not find a Dreadium Ore in Abyssalcraft. (I did find an Abyssalnite Ore though.)

In any case I could not figure out how Abyssalcraft "encrypts" the names of some items (like the Abyssalnite Ore), so you'll have to do without it... (and I'll not really support it.) Also Coralium Ore doesn't really look nice, when removing the background (the overlay would need semi-transparent pixels to make it look nice, but that does not work (yet?))

Anyway, here is an abyssalnite.json for UB 1.2.0:

[
  {
    "internalOreName": "abyssalcraft:nitreore",
    "meta": -1,
    "overlay": "undergroundbiomes:blocks/overlays/custom/ore_contrast2",
    "color": "#71653a",
    "oreDirectories": []
  },
  {
    "internalOreName": "abyssalcraft:abyore",
    "meta": -1,
    "overlay": "undergroundbiomes:blocks/overlays/custom/ore_contrast2",
    "color": "#5b22a9",
    "oreDirectories": []
  },
  {
    "internalOreName": "abyssalcraft:coraliumore",
    "meta": -1,
    "overlay": "undergroundbiomes:blocks/overlays/custom/gem",
    "color": "#358b95",
    "oreDirectories": []
  }
]
Skaphegor commented 6 years ago

Indeed I meat abyssalnite ore. Sorry for that.

Skaphegor commented 6 years ago

Tested and works fine. Thank you.