FILES ----- items\armors\biome\geode\executionerschest\icon.png objects\biome\scorchedcity\scorchedcityarrowsign\scorchedcityarrowsign.object objects\biome\scorchedcity\scorchedcitybrokentank\scorchedcitybrokentank.object objects\biome\scorchedcity\scorchedlandmine\scorchedlandmine.object recipes\biome\geode\geodebed.recipe recipes\biome\geode\geodebnote.recipe recipes\biome\geode\geodeceilinglight.recipe recipes\biome\geode\geodechair.recipe recipes\biome\geode\geodecnote.recipe recipes\biome\geode\geodednote.recipe recipes\biome\geode\geodedoor.recipe recipes\biome\geode\geodeenote.recipe recipes\biome\geode\geodefnote.recipe recipes\biome\geode\geodehighanote.recipe recipes\biome\geode\geodelowanote.recipe recipes\biome\geode\geodeplantpot.recipe scripts\vec2.lua DIFFS ----- objects\biome\scorchedcity\scorchedcityarrowsign\scorchedcityarrowsign.object 6c6 < "shortdescription" : "An Arrow Sign", --- > "shortdescription" : "Scorched Arrow Sign", objects\biome\scorchedcity\scorchedcitybrokentank\scorchedcitybrokentank.object 5,6c5,6 < "description" : "A broken tank.", < "shortdescription" : "Broken Tank", --- > "description" : "A broken holding tank.", > "shortdescription" : "Broken Holding Tank", objects\biome\scorchedcity\scorchedlandmine\scorchedlandmine.object 10c10 < "shortdescription" : "Land Mine", --- > "shortdescription" : "Scorched Land Mine", recipes\biome\geode\geodebed.recipe 9c9 < "groups" : [ "objects", "all" ] --- > "groups" : [ "craftingfurniture", "beds", "all" ] recipes\biome\geode\geodebnote.recipe 6c6 < "groups" : [ "furniture", "objects", "all" ] --- > "groups" : [ "craftingfurniture", "decoration", "all" ] recipes\biome\geode\geodeceilinglight.recipe 7c7 < "groups" : [ "light", "objects", "all" ] --- > "groups" : [ "craftingfurniture", "lights", "all" ] recipes\biome\geode\geodechair.recipe 9c9 < "groups" : [ "objects", "all" ] --- > "groups" : [ "craftingfurniture", "decoration", "all" ] recipes\biome\geode\geodecnote.recipe 6c6 < "groups" : [ "furniture", "objects", "all" ] --- > "groups" : [ "craftingfurniture", "decoration", "all" ] recipes\biome\geode\geodednote.recipe 6c6 < "groups" : [ "furniture", "objects", "all" ] --- > "groups" : [ "craftingfurniture", "decoration", "all" ] recipes\biome\geode\geodedoor.recipe 7c7 < "groups" : [ "doors", "objects", "all" ] --- > "groups" : [ "craftingfurniture", "doors", "all" ] recipes\biome\geode\geodeenote.recipe 6c6 < "groups" : [ "furniture", "objects", "all" ] --- > "groups" : [ "craftingfurniture", "decoration", "all" ] recipes\biome\geode\geodefnote.recipe 6c6 < "groups" : [ "furniture", "objects", "all" ] --- > "groups" : [ "craftingfurniture", "decoration", "all" ] recipes\biome\geode\geodehighanote.recipe 6c6 < "groups" : [ "furniture", "objects", "all" ] --- > "groups" : [ "craftingfurniture", "decoration", "all" ] recipes\biome\geode\geodelowanote.recipe 6c6 < "groups" : [ "furniture", "objects", "all" ] --- > "groups" : [ "craftingfurniture", "decoration", "all" ] recipes\biome\geode\geodeplantpot.recipe 7c7 < "groups" : [ "furniture", "objects", "all" ] --- > "groups" : [ "craftingfurniture", "decoration", "all" ] scripts\vec2.lua 105a106,109 > end > > function vec2.floor(vector) > return { math.floor(vector[1]), math.floor(vector[2]) }