This commit is contained in:
2026-02-23 21:48:28 +01:00
parent 68fcf7fbde
commit 76e9b1b59e
15427 changed files with 620572 additions and 11184 deletions

View File

@@ -0,0 +1,70 @@
# Configuration file
##########################################################################################################
# info
#--------------------------------------------------------------------------------------------------------#
# To change the harvestability, create a 'blocks_<toolclass>' category. See BlockDefaults for examples.
# Format of the block entries: <mod-id>:<name>:<metadata>=<harvestlevel>
# A metadata of -1 will apply the setting for all metadatas.
# A harvestlevel of -1 removes the tools effectiveness for this block.
# You can also add new properties. An Example:
# blocks_pickaxe { I:"minecraft:chest:-1"=0 }
# blocks_axe { I:"minecraft:chest:-1"=-1 }
# This changes the chest to be harvestable by pickaxes instead of axes. Note that this does not make any sense, since chests don't require a tool to break it.
#
# Mining Levels:
# 0 - §7Stone
# 1 - §6Copper
# 2 - §8Iron
# 3 - §fTin
# 4 - §cRedstone
# 5 - §dObsidian
# 6 - §4Ardite
# 7 - §3Cobalt
# 8 - §5Manyullyn
# 9 - §5Manyullyn§d+
#
##########################################################################################################
" info" {
}
blocks_pickaxe {
I:"ExtraUtilities:color_obsidian:0"=5
I:"ExtraUtilities:color_obsidian:1"=5
I:"ExtraUtilities:color_obsidian:10"=5
I:"ExtraUtilities:color_obsidian:11"=5
I:"ExtraUtilities:color_obsidian:12"=5
I:"ExtraUtilities:color_obsidian:13"=5
I:"ExtraUtilities:color_obsidian:14"=5
I:"ExtraUtilities:color_obsidian:15"=5
I:"ExtraUtilities:color_obsidian:2"=5
I:"ExtraUtilities:color_obsidian:3"=5
I:"ExtraUtilities:color_obsidian:4"=5
I:"ExtraUtilities:color_obsidian:5"=5
I:"ExtraUtilities:color_obsidian:6"=5
I:"ExtraUtilities:color_obsidian:7"=5
I:"ExtraUtilities:color_obsidian:8"=5
I:"ExtraUtilities:color_obsidian:9"=5
}
##########################################################################################################
# generaloredict
#--------------------------------------------------------------------------------------------------------#
# Adapt harvestability of all oredicted blocks here. The name is just the postfix, so instead of 'oreIron' you use 'Iron' and it changes all the iron oredcits it can find. like oreIron, denseoreIron, blockIron,...
##########################################################################################################
generaloredict {
}
##########################################################################################################
# oredict
#--------------------------------------------------------------------------------------------------------#
# Adapt harvestability of specific oredicted blocks here. The name must be exact, so use 'oreIron' instead of 'Iron' here. Overwrites harvestlevels set by generaloredict.
##########################################################################################################
oredict {
}