Code: Select all
In plugins/hotel/modern hotel.json:
java.lang.IllegalStateException: When loading "685086wq01oedo0": Please specify width and height attributes. They have to be equal and >=1
OS version: 30
Thank you in advance.
Moderator: JR Moderators
Code: Select all
In plugins/hotel/modern hotel.json:
java.lang.IllegalStateException: When loading "685086wq01oedo0": Please specify width and height attributes. They have to be equal and >=1
CommanderABab wrote: ↑16 Mar 2022, 18:00It says you need these statements and that # should be the same for each.
Code: Select all
"width":#, "height":#,
Code: Select all
[{
"id":"685086wq01oedo0",
"type":"residential",
"author":"Naufhal",
"width":6,
"height":6,
"frames":[{"bmp":"modern hotel.png"}],
"level":3,
"needs road":true,
"needs land":true,
"needs water":false,
"habitants":1250,
"auto build":true,
"destroyable":true,
"removeable":true
}]