Skip to content

Commit

Permalink
Merge pull request AllTheMods#2969 from AllTheMods/chisel_tags
Browse files Browse the repository at this point in the history
Fix missing tags for chisel
  • Loading branch information
jeremiahwinsley authored Feb 23, 2022
2 parents a758cb5 + 298ea09 commit fa8bbe5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions kubejs/server_scripts/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ onEvent('item.tags', e => {
e.add('integrateddynamics:menril_logs', 'integrateddynamics:menril_log_filled')
e.add('chisel:marble', ['astralsorcery:marble_raw', 'enviromats:marble', 'quark:marble'])
e.add('chisel:limestone', ['create:limestone', 'create:weathered_limestone', 'quark:limestone'])
e.add('chisel:basalt', ['minecraft:basalt', 'minecraft:polished_basalt'])
e.add('chisel:sandstone', ['minecraft:sandstone', 'minecraft:chiseled_sandstone', 'minecraft:cut_sandstone', 'minecraft:smooth_sandstone'])
e.add('chisel:metals/aluminum', 'alltheores:aluminum_block')
e.add('chisel:metals/bronze', 'thermal:bronze_block')
e.add('chisel:emerald', 'minecraft:emerald_block')
e.add('chisel:redstone', 'minecraft:redstone_block')
e.add('chisel:coal', 'minecraft:coal_block')
e.add('chisel:charcoal', 'thermal:charcoal_block')
e.add('chisel:end_stone', 'minecraft:end_stone')
e.add('forge:ingots/aluminum', 'zycraft:aluminium')
e.add('forge:ingots/aluminium', 'zycraft:aluminium')
e.add('forge:ingots/uru', 'kubejs:uru_ingot')
Expand Down Expand Up @@ -148,6 +157,17 @@ onEvent('block.tags', e => {
e.add('pedestals:quarry/blacklist', ['allthemodium:allthemodium_ore', 'allthemodium:vibranium_ore', 'allthemodium:unobtainium_ore'])
e.add('forge:gems/quartz', 'zycraft:quartz_crystal')
e.add('forge:marble', '#chisel:marble')
e.add('chisel:marble', ['astralsorcery:marble_raw', 'enviromats:marble', 'quark:marble'])
e.add('chisel:limestone', ['create:limestone', 'create:weathered_limestone', 'quark:limestone'])
e.add('chisel:basalt', ['minecraft:basalt', 'minecraft:polished_basalt'])
e.add('chisel:sandstone', ['minecraft:sandstone', 'minecraft:chiseled_sandstone', 'minecraft:cut_sandstone', 'minecraft:smooth_sandstone'])
e.add('chisel:metals/aluminum', 'alltheores:aluminum_block')
e.add('chisel:metals/bronze', 'thermal:bronze_block')
e.add('chisel:emerald', 'minecraft:emerald_block')
e.add('chisel:redstone', 'minecraft:redstone_block')
e.add('chisel:coal', 'minecraft:coal_block')
e.add('chisel:charcoal', 'thermal:charcoal_block')
e.add('chisel:end_stone', 'minecraft:end_stone')
e.add('forge:ores/certus_quartz', ['appliedenergistics2:quartz_ore', 'appliedenergistics2:charged_quartz_ore'])
e.add('forge:ores/quartz', '#forge:ores/certus_quartz')
e.add('forge:ores/arcane_brick', 'ars_nouveau:arcane_ore')
Expand Down

0 comments on commit fa8bbe5

Please sign in to comment.