Add Create to ItemSwapper Main Menu

This commit is contained in:
NullBite 2023-10-26 23:22:16 -04:00
parent 85ee506c2b
commit b8fe337f8d
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,12 @@
{
"type": "paletteModification",
"target": "itemswapper:v2/main",
"addItems": [
{
"id": "create:cogwheel",
"name": "text.itemswapper.main_menu.create",
"link": "itemswapper:v2/kinetic/energy_transport",
"actAsLink": true
}
]
}

View File

@ -13,5 +13,6 @@
"text.itemswapper.palette.building.copper": "Copper Building Blocks",
"text.itemswapper.palette.contraption.contraptions": "Contraptions",
"text.itemswapper.palette.contraption.contraption_actors": "Contraption Actors",
"text.itemswapper.palette.contraption.train": "Train Components"
"text.itemswapper.palette.contraption.train": "Train Components",
"text.itemswapper.main_menu.create": "Create"
}