changed ngt dependency to minecraft.js
This commit is contained in:
parent
5dd103919e
commit
6332fb43a3
|
|
@ -94,7 +94,7 @@ elements.worldgen_test = {
|
||||||
}
|
}
|
||||||
|
|
||||||
runAfterLoad(function() {
|
runAfterLoad(function() {
|
||||||
if(enabledMods.includes("mods/randomness.js")) {
|
if(enabledMods.includes("mods/minecraft.js")) {
|
||||||
|
|
||||||
elements.nether_gen_test = {
|
elements.nether_gen_test = {
|
||||||
color: ["#751318","#694a20","#f0771a"],
|
color: ["#751318","#694a20","#f0771a"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue