...
| Code Block | ||
|---|---|---|
| ||
{
"shadermode":"1"
} |
Tile Size
Include a display.txt in your mod's base directory with the following entries to override the game tile height and width
| Code Block | ||
|---|---|---|
| ||
{
"tiles":{
"width":"24",
"height":"24"
}
} |
...
| Code Block | ||
|---|---|---|
| ||
{
"shadermode":"1"
} |
Include a display.txt in your mod's base directory with the following entries to override the game tile height and width
| Code Block | ||
|---|---|---|
| ||
{
"tiles":{
"width":"24",
"height":"24"
}
} |