Add Create to ItemSwapper Main Menu
This commit is contained in:
parent
85ee506c2b
commit
b8fe337f8d
12
assets/itemswapper/itemgroups/v2/main_create.json
Normal file
12
assets/itemswapper/itemgroups/v2/main_create.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -13,5 +13,6 @@
|
|||||||
"text.itemswapper.palette.building.copper": "Copper Building Blocks",
|
"text.itemswapper.palette.building.copper": "Copper Building Blocks",
|
||||||
"text.itemswapper.palette.contraption.contraptions": "Contraptions",
|
"text.itemswapper.palette.contraption.contraptions": "Contraptions",
|
||||||
"text.itemswapper.palette.contraption.contraption_actors": "Contraption Actors",
|
"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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user