Fix bugs that were preventing the mod from loading due to datapack issues

Restructure the vault system
Remove JDBC Drivers as a runtime requirement
Restructure profiles
Restructure homes
Restructure warps
Switch to a FileTreeDatastore
This commit is contained in:
Aria 2023-02-24 01:27:35 -07:00
parent 553ff429f3
commit 5ee0aa47e9
62 changed files with 1385 additions and 705 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "otemod:block/nether_vault_steel_ore_block"
}
}
}

View file

@ -48,6 +48,7 @@
"block.otemod.magical_scrubber": "Magical Scrubber",
"block.otemod.stable_singularity": "Stable Singularity",
"block.otemod.vault_steel_ore_block": "Vault Steel Ore",
"block.otemod.nether_vault_steel_ore_block": "Nether Vault Steel Ore",
"enchantment.otemod.mob_egging": "Mob Egging",

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "otemod:block/vault_steel_ore_block"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "otemod:block/vault_steel_ore_block"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B