This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Program to control a Spatial IO port with a library of Spatial Storage Cells which have been named in an anvil. | |
Log = { | |
logPrinters = {}, | |
error = function(self, message) | |
for printer in self.logPrinters do | |
printer.error(message) | |
end | |
end, | |
info = function(self, message) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Configuration file for adding microblock materials for aesthetic blocks added by mods | |
#Each line needs to be of the form <name>:<meta> | |
#<name> is the registry key of the block/item enclosed in quotes. NEI can help you find these | |
#<meta> may be ommitted, in which case it defaults to 0, otherwise it can be a number, a comma separated list of numbers, or a dash separated range | |
#Ex. "dirt" "minecraft:planks":3 "iron_ore":1,2,3,5 "ThermalFoundation:Storage":0-15 | |
# Embers Rekindeled | |
"embers:block_copper" | |
#"embers:block_lead" # Can't be cut by the saw | |
#"embers:block_silver" # Can't be cut by the saw |