fix typos

This commit is contained in:
Wroclaw 2022-11-15 22:24:45 +01:00
parent f983810620
commit 08e56ccc40
4 changed files with 15 additions and 15 deletions

View file

@ -434,7 +434,7 @@
"horizontal_size": 4 "horizontal_size": 4
}, },
"blackquartz_ore": { "black_quartz_ore": {
"type": "cluster", "type": "cluster",
"ore": { "ore": {
"block": "actuallyadditions:block_misc", "block": "actuallyadditions:block_misc",
@ -442,7 +442,7 @@
}, },
"stone": "minecraft:stone", "stone": "minecraft:stone",
"indicator": { "indicator": {
"blocks": "contenttweaker:juice/internal/indicator/blackquartz", "blocks": "contenttweaker:juice/internal/indicator/black_quartz",
"ignore_vegatation": false, "ignore_vegatation": false,
"ignore_liquids": false, "ignore_liquids": false,
"rarity": 24 "rarity": 24

4
index.toml generated
View file

@ -1150,7 +1150,7 @@ hash = "5046cde3673ccd62ba2209aaab9a917b3e1b0da7f521477e89f68bdba1648187"
[[files]] [[files]]
file = "config/oreveins/ore_veins.json" file = "config/oreveins/ore_veins.json"
hash = "e1b2b9e15458917be388f68454e78dec70d299e82525f35233d817ea9e2b03cf" hash = "1863ec33cc86c4c6d8adde5500a5fc6c959948177d9b85c9153c95821f75b4e6"
[[files]] [[files]]
file = "config/sereneseasons/biome_info.json" file = "config/sereneseasons/biome_info.json"
@ -2405,7 +2405,7 @@ hash = "a07879875ad20ae8e285c3cb39beeee648bd080ec12985b76583ad707a3de3ee"
[[files]] [[files]]
file = "scripts/ore_veins/indicators.1.zs" file = "scripts/ore_veins/indicators.1.zs"
hash = "e1c7d1f08c0c54de9b6f9be8c29b3fe4c6f35bc3c8e917d06aaf7bf4fd182a2a" hash = "5ddde773d2f8fe5bac324bb03497776b694eadbef6626f23cf7a9e755f4009ee"
[[files]] [[files]]
file = "scripts/ore_veins/indicators.2.zs" file = "scripts/ore_veins/indicators.2.zs"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "8a795bf3e23ba6d38c80d575d0b7e9d724d0372854f5a6836fecfa3cd2865adf" hash = "504d3886965baa0eab50adab674ea9afbcc3ec12472a90c8c91ce91958499dcf"
[versions] [versions]
forge = "14.23.5.2860" forge = "14.23.5.2860"

View file

@ -13,7 +13,7 @@ var nugget_table as string[][] = [
["silver", "thermalfoundation:ore", "2"], ["silver", "thermalfoundation:ore", "2"],
["platinium", "thermalfoundation:ore", "6"], ["platinium", "thermalfoundation:ore", "6"],
["tin", "mekanism:oreblock", "2"], ["tin", "mekanism:oreblock", "2"],
["aliminium", "thermalfoundation:ore", "4"], ["aluminium", "thermalfoundation:ore", "4"],
["nickel", "thermalfoundation:ore", "5"], ["nickel", "thermalfoundation:ore", "5"],
["redstone", "minecraft:redstone_ore", "0"], ["redstone", "minecraft:redstone_ore", "0"],
["osmium", "mekanism:oreblock", "0"], ["osmium", "mekanism:oreblock", "0"],
@ -21,21 +21,21 @@ var nugget_table as string[][] = [
["boron", "nuclearcraft:ore", "5"], ["boron", "nuclearcraft:ore", "5"],
["lithium", "nuclearcraft:ore", "6"], ["lithium", "nuclearcraft:ore", "6"],
["uranium", "nuclearcraft:ore", "4"], ["uranium", "nuclearcraft:ore", "4"],
["coal", "minecarft:coal_ore", "0"], ["coal", "minecraft:coal_ore", "0"],
["iron", "minecraft:iron_ore", "0"], ["iron", "minecraft:iron_ore", "0"],
["diamond", "minecraft:diamond_ore", "0"], ["diamond", "minecraft:diamond_ore", "0"],
["lapis", "minecraft:lapis_ore", "0"], ["lapis", "minecraft:lapis_ore", "0"],
["silicon", "galacticraftcore:basic_block_core", "8"], ["silicon", "galacticraftcore:basic_block_core", "8"],
["lead", "thermalfoundation:ore", "3"], ["lead", "thermalfoundation:ore", "3"],
["iridium", "thermalfoundation:ore", "7"], ["iridium", "thermalfoundation:ore", "7"],
["blackquartz", "actuallyadditions:block_misc", "3"], ["black_quartz", "actuallyadditions:block_misc", "3"],
["ruby", "biomesofplenty:gem_ore", "1"], ["ruby", "biomesoplenty:gem_ore", "1"],
["amber", "biomesofplenty:gem_ore", "7"], ["amber", "biomesoplenty:gem_ore", "7"],
["sapphire", "biomesofplenty:gem_ore", "6"], ["sapphire", "biomesoplenty:gem_ore", "6"],
["peridot", "biomesofplenty:gem_ore", "2"], ["peridot", "biomesoplenty:gem_ore", "2"],
["malachite", "biomesofplenty:gem_ore", "5"], ["malachite", "biomesoplenty:gem_ore", "5"],
["tanzite", "biomesofplenty:gem_ore", "4"], ["tanzite", "biomesoplenty:gem_ore", "4"],
["certus_quartz", "appliedenegistics2:material", "0"] ["certus_quartz", "appliedenergistics2:material", "0"]
]; ];
function replaceCommand(blockName as string, item as string, meta as string, blockPos as mods.contenttweaker.BlockPos) as string { function replaceCommand(blockName as string, item as string, meta as string, blockPos as mods.contenttweaker.BlockPos) as string {