generated from AriasCreations/vsmodtemplate
Begin to add a Key for the drawers
This commit is contained in:
parent
cad658b18d
commit
bfece4230c
11 changed files with 874 additions and 321 deletions
|
@ -41,10 +41,10 @@
|
|||
"*": 400
|
||||
},
|
||||
"workableTemperatureByType": {
|
||||
"ingot-cobalt-*": 500
|
||||
"ingot-cobalt": 500
|
||||
},
|
||||
"requiresAnvilTierByType": {
|
||||
"ingot-cobalt-": 2
|
||||
"ingot-cobalt": 1
|
||||
},
|
||||
"displaycaseable": true,
|
||||
"shelvable": true
|
||||
|
|
|
@ -1,320 +1,4 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-limestone",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-limestone",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-limestone",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-limestone",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-chalk",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-chalk",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-granite",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-granite",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-andesite",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-andesite",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-basalt",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-basalt",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-slate",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-slate",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-poor-cobalt-limestone",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-medium-cobalt-limestone",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-rich-cobalt-limestone",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-bountiful-cobalt-limestone",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-poor-cobalt-chalk",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-medium-cobalt-chalk",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-rich-cobalt-granite",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-bountiful-cobalt-granite",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-medium-cobalt-andesite",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-rich-cobalt-andesite",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-rich-cobalt-basalt",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-bountiful-cobalt-basalt",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-poor-cobalt-slate",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-medium-cobalt-slate",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/requiredMiningTierByType/ore-*-cobalt-*",
|
||||
"value": 4,
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/variants/-",
|
||||
"value": {
|
||||
"Code": "cobalt"
|
||||
},
|
||||
"file": "worldproperties/block/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/variants/-",
|
||||
"value": {
|
||||
"Code": "cobalt"
|
||||
},
|
||||
"file": "worldproperties/block/ore-nugget.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-limestone",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-limestone",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-limestone",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-limestone",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-chalk",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-chalk",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-granite",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-granite",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-andesite",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-andesite",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-basalt",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-basalt",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-slate",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-slate",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-limestone-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-chalk-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-granite-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-andesite-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-basalt-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-slate-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/combustiblePropsByType/*-cobalt",
|
||||
|
@ -362,5 +46,39 @@
|
|||
}
|
||||
},
|
||||
"file": "itemtypes/resource/ingot.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/attributes/requiresAnvilTierByType/ingot-cobalt",
|
||||
"value": 1,
|
||||
"file": "itemtypes/resource/ingot.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/textures/cobalt",
|
||||
"value": {
|
||||
"base": "block/metal/ingot/cobalt"
|
||||
},
|
||||
"file": "blocktypes/metal/ingotpile.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/attributes/workableTemperatureByType/ingot-cobalt",
|
||||
"value": 500,
|
||||
"file": "itemtypes/resource/ingot.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/attributes/reinforcementStrengthByType/*-cobalt",
|
||||
"value": 2100,
|
||||
"file": "itemtypes/resource/ingot.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/textures/cobalt",
|
||||
"value": {
|
||||
"base": "block/metal/ingot/cobalt"
|
||||
},
|
||||
"file": "blocktypes/metal/platepile.json"
|
||||
}
|
||||
]
|
||||
|
|
317
VintageStorage/assets/game/patches/cobaltDeposits.json
Normal file
317
VintageStorage/assets/game/patches/cobaltDeposits.json
Normal file
|
@ -0,0 +1,317 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-limestone",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-limestone",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-limestone",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-limestone",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-chalk",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-chalk",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-granite",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-granite",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-andesite",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-andesite",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-basalt",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-basalt",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-slate",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-slate",
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-poor-cobalt-limestone",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-medium-cobalt-limestone",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-rich-cobalt-limestone",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-bountiful-cobalt-limestone",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-poor-cobalt-chalk",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-medium-cobalt-chalk",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-rich-cobalt-granite",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-bountiful-cobalt-granite",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-medium-cobalt-andesite",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-rich-cobalt-andesite",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-rich-cobalt-basalt",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-bountiful-cobalt-basalt",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-poor-cobalt-slate",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "crystalizedore-medium-cobalt-slate",
|
||||
"file": "itemtypes/resource/crystalizedore-graded.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/requiredMiningTierByType/ore-*-cobalt-*",
|
||||
"value": 4,
|
||||
"file": "blocktypes/stone/ore-graded.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/variants/-",
|
||||
"value": {
|
||||
"Code": "cobalt"
|
||||
},
|
||||
"file": "worldproperties/block/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/variants/-",
|
||||
"value": {
|
||||
"Code": "cobalt"
|
||||
},
|
||||
"file": "worldproperties/block/ore-nugget.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-limestone",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-limestone",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-limestone",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-limestone",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-chalk",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-chalk",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-granite",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-granite",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-andesite",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-andesite",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-rich-cobalt-basalt",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-bountiful-cobalt-basalt",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-poor-cobalt-slate",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "ore-medium-cobalt-slate",
|
||||
"file": "itemtypes/resource/ore-graded.json"
|
||||
},
|
||||
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-limestone-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-chalk-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-granite-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-andesite-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-basalt-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/allowedVariants/-",
|
||||
"value": "looseores-cobalt-slate-free",
|
||||
"file": "blocktypes/stone/looseores.json"
|
||||
}
|
||||
]
|
58
VintageStorage/assets/game/patches/cobaltOreGen.json
Normal file
58
VintageStorage/assets/game/patches/cobaltOreGen.json
Normal file
|
@ -0,0 +1,58 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/-",
|
||||
"value": {
|
||||
"code": "cobalt",
|
||||
"triesPerChunk": 10,
|
||||
"withOreMap": true,
|
||||
"handbookPageCode": "item-nugget-cobalt",
|
||||
"generator": "disc-followsurface",
|
||||
"attributes": {
|
||||
"inblock": {
|
||||
"code": "rock-*",
|
||||
"name": "rock",
|
||||
"allowedVariants": [
|
||||
"limestone",
|
||||
"chalk",
|
||||
"granite",
|
||||
"andesite",
|
||||
"basalt",
|
||||
"slate"
|
||||
]
|
||||
},
|
||||
"placeblock": {
|
||||
"code": "ore-*-cobalt-{rock}",
|
||||
"name": "grade",
|
||||
"allowedVariantsByInBlock": {
|
||||
"rock-limestone": ["poor", "medium", "rich", "bountiful"],
|
||||
"rock-chalk": ["poor", "medium"],
|
||||
"rock-granite": ["rich", "bountiful"],
|
||||
"rock-andesite": ["medium", "rich"],
|
||||
"rock-basalt": ["rich", "bountiful"],
|
||||
"rock-slate": ["poor", "medium"]
|
||||
}
|
||||
},
|
||||
"surfaceBlock": {
|
||||
"code": "looseores-cobalt-{rock}-free"
|
||||
},
|
||||
"surfaceBlockChance": 0.2,
|
||||
"radius": {
|
||||
"dist": "uniform",
|
||||
"avg": 7,
|
||||
"var": 3
|
||||
},
|
||||
"yPosRel": {
|
||||
"dist": "uniform",
|
||||
"avg": 0.5,
|
||||
"var": 0.45
|
||||
},
|
||||
"thickness": {
|
||||
"dist": "stronginvexp",
|
||||
"avg": 2,
|
||||
"var": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
162
VintageStorage/assets/vintagestorage/itemtypes/drawerkey.json
Normal file
162
VintageStorage/assets/vintagestorage/itemtypes/drawerkey.json
Normal file
|
@ -0,0 +1,162 @@
|
|||
{
|
||||
"code": "drawerkey",
|
||||
"maxStackSize": 16,
|
||||
"variantgroups": [
|
||||
{
|
||||
"code": "metal",
|
||||
"states": [
|
||||
"copper",
|
||||
"tinbronze",
|
||||
"bismuthbronze",
|
||||
"blackbronze",
|
||||
"iron",
|
||||
"meteoriciron",
|
||||
"steel",
|
||||
"cobalt"
|
||||
]
|
||||
}
|
||||
],
|
||||
"shape": {
|
||||
"base": "item/drawerkey"
|
||||
},
|
||||
"attributes": {
|
||||
"shelvable": true,
|
||||
"onshelfTransform": {
|
||||
"rotation": {
|
||||
"x": 0,
|
||||
"y": 50,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
"toolrackTransform": {
|
||||
"translation": {"y": 0.7},
|
||||
"rotation": {"y": 180},
|
||||
"scale": 1.5
|
||||
},
|
||||
"groundStorageTransform": {
|
||||
"translation": {"x": 0, "y": -0.005, "z": 0.035},
|
||||
"rotation": {"x": 26, "y": 88, "z": -87},
|
||||
"scale": 0.88
|
||||
},
|
||||
"onTongTransform": {
|
||||
"translation": {"x": -0.51, "y": -0.49, "z": -0.8},
|
||||
"rotation": {"x": 0, "y": 174, "z": 0}
|
||||
},
|
||||
"handbook": {
|
||||
"groupBy": ["drawerkey-*"]
|
||||
}
|
||||
},
|
||||
"behaviors": [
|
||||
{
|
||||
"name": "GroundStorable",
|
||||
"properties": {
|
||||
"layout": "WallHalves",
|
||||
"wallOffY": 1,
|
||||
"ctrlKey": true,
|
||||
"selectionBox": {
|
||||
"x1": 0, "y1": 0, "z1": 0, "x2": 1, "y2": 0.1, "z2": 1
|
||||
},
|
||||
"collisionBox": {
|
||||
"x1": 0, "y1": 0, "z1": 0, "x2": 0, "y2": 0, "z2": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"textures": {
|
||||
"metal": {"base": "game:block/metal/ingot/{metal}" }
|
||||
},
|
||||
"materialDensityByType": {
|
||||
"*-copper": 8900,
|
||||
"*-cobalt": 9100
|
||||
},
|
||||
"combustiblePropsByType": {
|
||||
"drawerkey-copper": {
|
||||
"meltingPoint": 1084,
|
||||
"meltingDuration": 30,
|
||||
"smeltedRatio": 1,
|
||||
"smeltedStack": {"type": "item", "code": "ingot-copper"}
|
||||
},
|
||||
"drawerkey-cobalt": {
|
||||
"meltingPoint": 1100,
|
||||
"meltingDuration": 30,
|
||||
"smeltedRatio": 1,
|
||||
"smeltedStack": {"type": "item", "code": "ingot-cobalt"}
|
||||
}
|
||||
},
|
||||
"creativeinventory": {
|
||||
"general": ["*"],
|
||||
"items": ["*"],
|
||||
"tools": ["*"]
|
||||
},
|
||||
"guiTransform": {
|
||||
"translation": {
|
||||
"x": 0.5,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"rotation": {
|
||||
"x": -89,
|
||||
"y": 45,
|
||||
"z": 33
|
||||
},
|
||||
"origin": {
|
||||
"x": 0.85,
|
||||
"y": 0.4,
|
||||
"z": 0.48
|
||||
}
|
||||
},
|
||||
"fpHandTransform": {
|
||||
"translation": {
|
||||
"x": -0.24,
|
||||
"y": 0.1,
|
||||
"z": 0.1
|
||||
},
|
||||
"rotation": {
|
||||
"x": -35,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"origin": {
|
||||
"x": 0.5,
|
||||
"y": 0,
|
||||
"z": 0.5
|
||||
},
|
||||
"scale": 3.6
|
||||
},
|
||||
"groundTransform": {
|
||||
"translation": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"rotation": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"origin": {
|
||||
"x": 0.5,
|
||||
"y": 0,
|
||||
"z": 0.5
|
||||
},
|
||||
"scale": 3.6
|
||||
},
|
||||
"tpHandTransform": {
|
||||
"translation": {
|
||||
"x": -0.95,
|
||||
"y": -0.07,
|
||||
"z": -0.35
|
||||
},
|
||||
"rotation": {
|
||||
"x": -87,
|
||||
"y": -16,
|
||||
"z": -10
|
||||
},
|
||||
"origin": {
|
||||
"x": 0.68,
|
||||
"y": 0,
|
||||
"z": 0.42
|
||||
},
|
||||
"scale": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"code": "nugget",
|
||||
"class": "ItemNugget",
|
||||
"maxstacksize": 256,
|
||||
"attributes": {
|
||||
"handbook": {
|
||||
"groupBy": ["ore-{ore}-*"]
|
||||
},
|
||||
"displaycaseable": true,
|
||||
"shelvable": true
|
||||
},
|
||||
"variantgroups": [
|
||||
{
|
||||
"code": "metal",
|
||||
"states": ["cobalt"]
|
||||
}
|
||||
],
|
||||
"storageFlags": 5,
|
||||
"shape": {
|
||||
"base": "game:item/nugget"
|
||||
},
|
||||
"creativeinventory": {
|
||||
"general": ["*"],
|
||||
"items": ["*"]
|
||||
},
|
||||
"combustiblePropsByType": {
|
||||
"*-cobalt": {
|
||||
"meltingPoint": 1100,
|
||||
"meltingDuration": 30,
|
||||
"smeltedRatio": 20,
|
||||
"smeltedStack": {
|
||||
"type": "item",
|
||||
"code": "game:ingot-cobalt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"guiTransform": {
|
||||
"translation": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"rotation": {
|
||||
"x": 176,
|
||||
"y": 132,
|
||||
"z": -21
|
||||
},
|
||||
"origin": { "x": 0.5, "y": 0.07, "z": 0.5 },
|
||||
"scale": 5.61
|
||||
},
|
||||
"fpHandTransform": {
|
||||
"translation": { "x": 0, "y": 0.2, "z": 0 },
|
||||
"rotation": { "x": 0, "y": 24, "z": 20 },
|
||||
"origin": { "x": 0.5, "y": 0.1, "z": 0.5 },
|
||||
"scale": 2.68
|
||||
},
|
||||
"groundTransform": {
|
||||
"translation": { "x": 0, "y": 0, "z": 0 },
|
||||
"rotation": { "x": 0, "y": 0, "z": 0 },
|
||||
"origin": { "x": 0.5, "y": 0, "z": 0.5 },
|
||||
"scale": 3.4
|
||||
},
|
||||
"tpHandTransform": {
|
||||
"translation": { "x": -0.8, "y": -0.1, "z": -0.7 },
|
||||
"rotation": { "x": 5, "y": 82, "z": 16 },
|
||||
"origin": { "x": 0.5, "y": 0.1, "z": 0.5 },
|
||||
"scale": 0.7
|
||||
}
|
||||
}
|
|
@ -9,5 +9,9 @@
|
|||
"block-handbooktext-drawer-*": "This block stores one single item type in large quantities. It can connect to other drawers for automation.",
|
||||
|
||||
"blockdesc-drawertrim": "Connectivity decoration. Ensures drawer networks are connected together.\n\n",
|
||||
"blockdesc-drawer-*": "Stores a single type of item in larger quantities and can be connected to other drawers \n\n(Work In Progress - May not fully work as intended)"
|
||||
"blockdesc-drawer-*": "Stores a single type of item in larger quantities and can be connected to other drawers \n\n(Work In Progress - May not fully work as intended)",
|
||||
|
||||
"item-drawerkey-*": "Drawer Key",
|
||||
|
||||
"itemdesc-drawerkey-*": "A key used to lock or unlock drawers.\n\nRight click on a drawer to get the drawer's menu. This will then let toggle the lock state."
|
||||
}
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"ingredient": {
|
||||
"type": "item",
|
||||
"code": "game:ingot-*",
|
||||
"name": "metal",
|
||||
"allowedVariants": [
|
||||
"copper",
|
||||
"tinbronze",
|
||||
"bismuthbronze",
|
||||
"blackbronze",
|
||||
"iron",
|
||||
"meteoriciron",
|
||||
"steel",
|
||||
"cobalt"
|
||||
]
|
||||
},
|
||||
"pattern": [[
|
||||
"_###__________",
|
||||
"##_##_________",
|
||||
"#___##########",
|
||||
"##_##_###_#_##",
|
||||
"_###____#___##",
|
||||
"________#_____"
|
||||
]],
|
||||
"name": "drawerkey",
|
||||
"output": {
|
||||
"type": "item",
|
||||
"code": "drawerkey-{metal}"
|
||||
}
|
||||
}
|
195
VintageStorage/assets/vintagestorage/shapes/item/drawerkey.json
Normal file
195
VintageStorage/assets/vintagestorage/shapes/item/drawerkey.json
Normal file
|
@ -0,0 +1,195 @@
|
|||
{
|
||||
"editor": {
|
||||
"allAngles": false,
|
||||
"entityTextureMode": false
|
||||
},
|
||||
"textureWidth": 16,
|
||||
"textureHeight": 16,
|
||||
"textureSizes": {
|
||||
},
|
||||
"textures": {
|
||||
"metal": "game:block/metal/ingot/{metal}"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Cube2",
|
||||
"from": [ 7.0, 0.0, 14.0 ],
|
||||
"to": [ 10.0, 1.0, 15.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 7.8984, 4.9375, 10.8984, 5.9375 ] },
|
||||
"east": { "texture": "#metal", "uv": [ 7.4844, 1.2188, 8.4844, 2.2188 ] },
|
||||
"south": { "texture": "#metal", "uv": [ 0.8125, 2.1953, 3.8125, 3.1953 ] },
|
||||
"west": { "texture": "#metal", "uv": [ 14.3125, 14.9063, 15.3125, 15.9063 ] },
|
||||
"up": { "texture": "#metal", "uv": [ 7.5078, 8.6172, 10.5078, 9.6172 ] },
|
||||
"down": { "texture": "#metal", "uv": [ 11.4297, 12.8125, 14.4297, 13.8125 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube3",
|
||||
"from": [ 6.0, 0.0, 11.0 ],
|
||||
"to": [ 7.0, 1.0, 14.0 ],
|
||||
"rotationOrigin": [ 6.0, 0.0, 11.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 0.7188, 8.0391, 1.7188, 9.0391 ] },
|
||||
"east": { "texture": "#metal", "uv": [ 2.5781, 3.0781, 5.5781, 4.0781 ] },
|
||||
"south": { "texture": "#metal", "uv": [ 10.3281, 14.6953, 11.3281, 15.6953 ] },
|
||||
"west": { "texture": "#metal", "uv": [ 3.8594, 0.2891, 6.8594, 1.2891 ] },
|
||||
"up": { "texture": "#metal", "uv": [ 4.2266, 8.0547, 5.2266, 11.0547 ] },
|
||||
"down": { "texture": "#metal", "uv": [ 12.8828, 4.2813, 13.8828, 7.2813 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube4",
|
||||
"from": [ 10.0, 0.0, 11.0 ],
|
||||
"to": [ 11.0, 1.0, 14.0 ],
|
||||
"rotationOrigin": [ 10.0, 0.0, 11.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 9.5703, 11.5234, 10.5703, 12.5234 ] },
|
||||
"east": { "texture": "#metal", "uv": [ 11.4063, 13.8203, 14.4063, 14.8203 ] },
|
||||
"south": { "texture": "#metal", "uv": [ 11.1641, 3.8125, 12.1641, 4.8125 ] },
|
||||
"west": { "texture": "#metal", "uv": [ 2.1094, 11.5703, 5.1094, 12.5703 ] },
|
||||
"up": { "texture": "#metal", "uv": [ 10.7188, 3.875, 11.7188, 6.875 ] },
|
||||
"down": { "texture": "#metal", "uv": [ 13.9141, 7.4141, 14.9141, 10.4141 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube5",
|
||||
"from": [ 7.0, 0.0, 10.0 ],
|
||||
"to": [ 10.0, 1.0, 11.0 ],
|
||||
"rotationOrigin": [ 0.0, 0.0, -4.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 4.3281, 13.5938, 7.3281, 14.5938 ] },
|
||||
"east": { "texture": "#metal", "uv": [ 11.0625, 1.7422, 12.0625, 2.7422 ] },
|
||||
"south": { "texture": "#metal", "uv": [ 4.4609, 7.8828, 7.4609, 8.8828 ] },
|
||||
"west": { "texture": "#metal", "uv": [ 6.2578, 14.2031, 7.2578, 15.2031 ] },
|
||||
"up": { "texture": "#metal", "uv": [ 7.0781, 14.5938, 10.0781, 15.5938 ] },
|
||||
"down": { "texture": "#metal", "uv": [ 6.1875, 1.0078, 9.1875, 2.0078 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube6",
|
||||
"from": [ 8.0, 0.0, 1.0 ],
|
||||
"to": [ 9.0, 1.0, 10.0 ],
|
||||
"rotationOrigin": [ 1.0, 0.0, -13.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 11.9063, 7.3594, 12.91, 8.36 ], "autoUv": false, "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#metal", "uv": [ 3.5703, 5.8203, 12.5703, 6.8203 ] },
|
||||
"south": { "texture": "#metal", "uv": [ 6.5, 14.5, 7.5, 15.5 ], "windMode": [-1,-1,-1,-1] },
|
||||
"west": { "texture": "#metal", "uv": [ 3.6875, 12.0859, 12.6875, 13.0859 ], "windMode": [-1,-1,-1,-1] },
|
||||
"up": { "texture": "#metal", "uv": [ 14.2734, 2.3828, 15.2734, 11.3828 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#metal", "uv": [ 10.8516, 0.7891, 11.8516, 9.7891 ], "windMode": [-1,-1,-1,-1] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube7",
|
||||
"from": [ 9.0, 0.0, 1.0 ],
|
||||
"to": [ 11.0, 1.0, 3.0 ],
|
||||
"rotationOrigin": [ 2.0, 0.0, -13.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 6.8594, 11.2031, 8.8594, 12.2031 ], "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#metal", "uv": [ 3.3203, 0.0469, 5.3203, 1.0469 ], "windMode": [-1,-1,-1,-1] },
|
||||
"south": { "texture": "#metal", "uv": [ 8.5703, 11.1328, 10.5703, 12.1328 ] },
|
||||
"west": { "texture": "#metal", "uv": [ 5.0, 9.5, 7.0, 10.5 ], "windMode": [-1,-1,-1,-1] },
|
||||
"up": { "texture": "#metal", "uv": [ 5.9375, 6.5391, 7.9375, 8.5391 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#metal", "uv": [ 11.7031, 3.9766, 13.7031, 5.9766 ], "windMode": [-1,-1,-1,-1] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube8",
|
||||
"from": [ 9.0, 0.0, 4.0 ],
|
||||
"to": [ 10.0, 1.0, 5.0 ],
|
||||
"rotationOrigin": [ 2.0, 0.0, -10.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 3.5313, 9.9766, 4.5313, 10.9766 ], "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#metal", "uv": [ 3.3828, 10.6719, 4.3828, 11.6719 ], "windMode": [-1,-1,-1,-1] },
|
||||
"south": { "texture": "#metal", "uv": [ 11.0781, 0.5625, 12.0781, 1.5625 ] },
|
||||
"west": { "texture": "#metal", "uv": [ 5.5, 1.0, 6.5, 2.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"up": { "texture": "#metal", "uv": [ 7.2422, 6.5938, 8.2422, 7.5938 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#metal", "uv": [ 8.5078, 8.4609, 9.5078, 9.4609 ], "windMode": [-1,-1,-1,-1] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube9",
|
||||
"from": [ 9.0, 0.0, 6.0 ],
|
||||
"to": [ 12.0, 1.0, 7.0 ],
|
||||
"rotationOrigin": [ 2.0, 0.0, -8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 0.9219, 11.7813, 3.9219, 12.7813 ], "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#metal", "uv": [ 12.1406, 5.9453, 13.1406, 6.9453 ], "windMode": [-1,-1,-1,-1] },
|
||||
"south": { "texture": "#metal", "uv": [ 1.6641, 9.8359, 4.6641, 10.8359 ] },
|
||||
"west": { "texture": "#metal", "uv": [ 9.0, 4.0, 10.0, 5.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"up": { "texture": "#metal", "uv": [ 12.7891, 10.0391, 15.7891, 11.0391 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#metal", "uv": [ 12.0391, 6.1328, 15.0391, 7.1328 ], "windMode": [-1,-1,-1,-1] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube10",
|
||||
"from": [ 9.0, 0.0, 7.0 ],
|
||||
"to": [ 10.0, 1.0, 9.0 ],
|
||||
"rotationOrigin": [ 2.0, 0.0, -7.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 2.0, 14.0, 3.0, 15.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#metal", "uv": [ 10.0156, 5.5234, 12.0156, 6.5234 ], "windMode": [-1,-1,-1,-1] },
|
||||
"south": { "texture": "#metal", "uv": [ 12.9766, 0.7188, 13.9766, 1.7188 ] },
|
||||
"west": { "texture": "#metal", "uv": [ 11.5, 1.0, 13.5, 2.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"up": { "texture": "#metal", "uv": [ 13.5234, 0.4609, 14.5234, 2.4609 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#metal", "uv": [ 10.625, 10.2422, 11.625, 12.2422 ], "windMode": [-1,-1,-1,-1] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube11",
|
||||
"from": [ 7.0, 0.0, 11.0 ],
|
||||
"to": [ 8.0, 1.0, 12.0 ],
|
||||
"rotationOrigin": [ 7.0, 0.0, 11.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#metal", "uv": [ 9.6797, 12.7656, 10.6797, 13.7656 ], "autoUv": false, "windMode": [-1,-1,-1,-1] },
|
||||
"south": { "texture": "#metal", "uv": [ 3.3047, 1.8828, 4.3047, 2.8828 ], "windMode": [-1,-1,-1,-1] },
|
||||
"west": { "texture": "#metal", "uv": [ 13.5, 6.5, 14.5, 7.5 ], "windMode": [-1,-1,-1,-1] },
|
||||
"up": { "texture": "#metal", "uv": [ 14.4375, 10.625, 15.4375, 11.625 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#metal", "uv": [ 1.5078, 7.6328, 2.5078, 8.6328 ], "windMode": [-1,-1,-1,-1] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube12",
|
||||
"from": [ 7.0, 0.0, 13.0 ],
|
||||
"to": [ 8.0, 1.0, 14.0 ],
|
||||
"rotationOrigin": [ 7.0, 0.0, 13.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 5.3906, 3.4609, 6.3906, 4.4609 ] },
|
||||
"east": { "texture": "#metal", "uv": [ 4.8828, 13.0547, 5.8828, 14.0547 ], "windMode": [-1,-1,-1,-1] },
|
||||
"south": { "texture": "#metal", "uv": [ 12.5, 4.0, 13.5, 5.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"west": { "texture": "#metal", "uv": [ 11.0, 6.5, 12.0, 7.5 ], "windMode": [-1,-1,-1,-1] },
|
||||
"up": { "texture": "#metal", "uv": [ 4.375, 10.4141, 5.375, 11.4141 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#metal", "uv": [ 9.0313, 9.8438, 10.0313, 10.8438 ], "windMode": [-1,-1,-1,-1] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube13",
|
||||
"from": [ 9.0, 0.0, 13.0 ],
|
||||
"to": [ 10.0, 1.0, 14.0 ],
|
||||
"rotationOrigin": [ 9.0, 0.0, 13.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 3.0391, 10.0781, 4.0391, 11.0781 ] },
|
||||
"east": { "texture": "#metal", "uv": [ 1.0, 8.5, 2.0, 9.5 ], "windMode": [-1,-1,-1,-1] },
|
||||
"south": { "texture": "#metal", "uv": [ 11.5, 5.0, 12.5, 6.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"west": { "texture": "#metal", "uv": [ 11.9531, 13.2578, 12.9531, 14.2578 ], "windMode": [-1,-1,-1,-1] },
|
||||
"up": { "texture": "#metal", "uv": [ 8.5469, 10.5469, 9.5469, 11.5469 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#metal", "uv": [ 5.7109, 1.625, 6.7109, 2.625 ], "windMode": [-1,-1,-1,-1] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube14",
|
||||
"from": [ 9.0, 0.0, 11.0 ],
|
||||
"to": [ 10.0, 1.0, 12.0 ],
|
||||
"rotationOrigin": [ 9.0, 0.0, 11.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#metal", "uv": [ 3.0, 6.5, 4.0, 7.5 ], "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#metal", "uv": [ 3.5, 14.5, 4.5, 15.5 ], "windMode": [-1,-1,-1,-1] },
|
||||
"south": { "texture": "#metal", "uv": [ 5.7813, 1.3438, 6.7813, 2.3438 ], "windMode": [-1,-1,-1,-1] },
|
||||
"west": { "texture": "#metal", "uv": [ 8.3203, 14.4219, 9.3203, 15.4219 ], "windMode": [-1,-1,-1,-1] },
|
||||
"up": { "texture": "#metal", "uv": [ 9.5781, 8.7813, 10.5781, 9.7813 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#metal", "uv": [ 11.6563, 11.1016, 12.6563, 12.1016 ], "windMode": [-1,-1,-1,-1] }
|
||||
}
|
||||
}
|
||||
]}
|
Binary file not shown.
After Width: | Height: | Size: 3.5 MiB |
|
@ -3,8 +3,8 @@
|
|||
"modid": "vintagestorage",
|
||||
"name": "Vintage Storage",
|
||||
"authors": ["zontreck"],
|
||||
"description": "Early and late game storage solutions\n\nBuild Date: 04-17-2025 @ 1:38 PM",
|
||||
"version": "1.0.4-dev.4",
|
||||
"description": "Early and late game storage solutions\n\nBuild Date: 04-17-2025 @ 8:28 PM",
|
||||
"version": "1.0.4-dev.6",
|
||||
"dependencies": {
|
||||
"game": ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue