Mark blocks as WIP. Release 1.20 mod

This commit is contained in:
zontreck 2025-01-17 15:14:23 -07:00
parent c67c3131c1
commit d6a78c857b
2 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
{
"start": "Vintage Storage is now starting up...",
"block-drawertrim": "Drawer Trim",
"block-drawer-*": "Drawer",
"block-drawertrim": "Drawer Trim (WIP)",
"block-drawer-*": "Drawer (WIP)",
"block-handbooktitle-drawertrim-*": "About This Block",
"block-handbooktext-drawertrim-*": "This block is for the most part decorative. It is used to connect drawer networks. You can place this block connecting a bunch of drawers or controllers, etc, to ensure those are all connected.",
"block-handbooktitle-drawer-*": "About This Block",
"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"
"blockdesc-drawertrim": "DO NOT USE. Connectivity decoration. Ensures drawer networks are connected together.\n\n",
"blockdesc-drawer-*": "DO NOT USE. Stores a single type of item in larger quantities and can be connected to other drawers"
}

View file

@ -3,8 +3,8 @@
"modid": "vintagestorage",
"name": "Vintage Storage",
"authors": ["zontreck"],
"description": "Early and late game storage solutions\n\nBuild Date: 01-08-2025 @ 02:52 AM",
"version": "1.0.2-dev.23",
"description": "Early and late game storage solutions\n\nBuild Date: 01-17-2025 @ 03:12 PM",
"version": "1.0.2",
"dependencies": {
"game": ""
}