Stardew Mod Generator - Copy this Html, Bootstrap Component to your project
We are creating a mod generator website for Stardew Valley. We will now build the project's main page, where the mods are generated: It should have a few boxes: Properties box: This box should have a table, this table should have borders for better visualization of your items. There are 2 columns of information, one will be the name of the property, and the other will be the value of the property. (This box should be positioned on the left) Assets box: This box should have a kind of work area, that is, as if it were a file location, and also a button to upload files (this box should be positioned in the center, above) Objects box: This box will have the list of objects created, in a table as well. It should have a button to create a new object. (This box should also be positioned in the center, below the assets box) Manifest box: This box will have the mod's manifest information, also in a table: Name, Version, Description, Unique ID, NexusKey (This box should be positioned on the right, above) Mods box: This box will have the list of mods that the person has already created, with a button capable of creating a new mod (It should be positioned on the right, below the manifest box)
