Replace BulkContinueOnLoad. Support Primal Nether properly (#21)

* BulkContinueOnLoad is no longer necessary or exists

* Add primal nether as soulbound item so TSM handles it correctly

* query calles iscached, removed redundancy

* missed a then
This commit is contained in:
Jeremy P
2025-10-04 12:57:51 -07:00
committed by GitHub
parent 7899324b3b
commit e854895a9a
4 changed files with 4 additions and 21 deletions
+1
View File
@@ -29,4 +29,5 @@ TSMAPI.SOULBOUND_MATS = {
-- ["item:98717:0:0:0:0:0:0"] = true, -- Balanced Trillium Ingot
-- ["item:98619:0:0:0:0:0:0"] = true, -- Celestial Cloth
-- ["item:98617:0:0:0:0:0:0"] = true, -- Hardened Magnificent Hide
["item:23572:0:0:0:0:0:0"] = true, -- Primal Nether
}