improve game agnostic ism (#18)

* start work on xcompating this

* make items digable in farlands

* remove reduntant if check

* use xcompat for copperblock and remove checks that prevent issues on non mtg before

* computers crafting

* last two crafts
This commit is contained in:
wsor4035
2024-04-14 06:23:58 -04:00
committed by GitHub
parent 4b5e58331c
commit 640bc42ae5
12 changed files with 82 additions and 83 deletions

View File

@ -21,5 +21,5 @@ read_globals = {
"vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom",
--mod produced
"default", "screwdriver", "unifieddyes", "computers", "farming",
"default", "screwdriver", "unifieddyes", "computers", "farming", "xcompat",
}