Skip to content

Instantly share code, notes, and snippets.

-- 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)
@maham
maham / microblocks.cfg
Created November 20, 2019 17:51
Forge multipart CBE microblock whitelist for the blocks of a few mods
#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