kyeiti / UndergroundBiomesConstructs

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

Game lock and console spam when trying to add Nulcearcraft ores. #26

Closed Aang23 closed 6 years ago

Aang23 commented 6 years ago

https://hastebin.com/dudumaruxu.md : Logs https://paste.dimdev.org/isilazuxum.mccrash : another crash Config file :

[ { "internalOreName": "nuclearcraft:ore", "meta": 4, "overlay": "undergroundbiomes:blocks/overlays/modernmetals/uranium", "oreDirectories": [] } ]

kyeiti commented 6 years ago

Looks like NuclearCraft and UB keep pushing the responsiblity for finding the light value of the block on each other. I'll add a config option for the light value, since I don't know how else to resolve this. (Light value determines if the block emits light and how much - e.g. Thermal Foundation's Destabilized Redstone emits a bit of light.)

Your config from above will then change to this:

[
  {
    "internalOreName": "nuclearcraft:ore",
    "meta": 4,
    "overlay": "undergroundbiomes:blocks/overlays/modernmetals/uranium",
    "oreDirectories": [],
    "lightValue": 0
  }
]
Aang23 commented 6 years ago

Fixed. I'll close this now. Thanks !