Modding Help Simple mod hates me...

Discussion in 'Starbound Modding' started by Qbi Wan, Jul 7, 2017.

  1. Qbi Wan

    Qbi Wan Pangalactic Porcupine

    As above... Just joking :rofl:
    I'm trying to make mod to recraft wooden kitchen to this outpost-chic on, and some other recipes. But I can't make it appear on list in game. Can somebody help?
    _metadata
    Code:
    {
      "version" : "0.1",
      "author" : "Qbi Wan",
      "description" : "A Mod",
      "name" : "recraftkitchen",
      "steamContentId" : "969764769",
      "priority" : 1,
      "friendlyName" : "Recraft Kitchen",
      "link" : "steam://url/CommunityFilePage/969764769"
    }
    player.config.patch
    Code:
    [
    {"op":"add","path":"/defaultBlueprints/tier1/-","value":{"item":"outpostcookingtable"} },
    {"op":"add","path":"/defaultBlueprints/tier1/-","value":{"item":"outpostmicrowaveoven"} }
    ]
    
    outpostkitchen.recipe
    Code:
    {
      "input" : [
        {"item" : "woodencookingtable", "count" : 1},
        {"item" : "scorchedcore", "count" : 5},
        {"item" : "durasteelbar", "count" : 10}],
      "output" : [
        {"item" : "outpostcookingtable", "count" : 1}],
      "duration" : 5,
      "groups" : ["inventorstable", "craftingstations", "all"]
    }
    
    microwaveoven.recipe
    Code:
    {
      "input" : [
        {"item" : "campfire", "count" : 1},
        {"item" : "scorchedcore", "count" : 5},
        {"item" : "staticcore", "count" : 5},
        {"item" : "durasteelbar", "count" : 10}],
      "output" : [
        {"item" : "outpostmicrowaveoven", "count" : 1}],
      "duration" : 5,
      "groups" : ["inventorstable", "craftingstations", "all"]
    }
    
     
    Last edited: Jul 7, 2017
  2. Inf_Wolf14

    Inf_Wolf14 Parsec Taste Tester

    Code:
    "C:/Program Files (x86)/Steam/steamapps/common/Starbound/storage/starbound.log"
    
    The log file tells all. (Well... almost all.)
    The log file also, specifically, tells you what is throwing an error that would, ultimately, cause your mod to fail to load.
     
    bk3k and IHart like this.
  3. IHart

    IHart Scruffy Nerf-Herder

    Also, is it broken on new characters? or just existing ones?
     
    bk3k likes this.
  4. bk3k

    bk3k Oxygen Tank

    Also... how is the player learning the recipe? Commonly people patch player.config or "learnBlueprintsOnPickup" for something else they'll get first.
     
    IHart likes this.
  5. Qbi Wan

    Qbi Wan Pangalactic Porcupine

    1.

    [13:30:09.890] [Info] Root: Preparing Root...
    [13:30:09.890] [Info] Root: Done preparing Root.
    [13:30:09.890] [Info] Client Version 1.3.1 (windows x86_64) Source ID: 09b4358d76e61cf447ecb3e11612af0c2f387fad Protocol: 742
    [13:30:09.890] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [13:30:09.890] [Warn] Root: Unrecognized file in asset directory 'ModHelper.bat', skipping
    [13:30:09.890] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping
    [13:30:10.204] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [13:30:10.204] [Warn] Root: Unrecognized file in asset directory 'ModHelper.bat', skipping
    [13:30:10.204] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping
    [13:30:10.207] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [13:30:10.207] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [13:30:10.207] [Info] Root: Detected asset source named 'recraftkitchen' at '..\mods\RecraftKitchenMod.pak'
    [13:30:10.207] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [13:30:10.207] [Info] Loading assets from: '..\assets\packed.pak'
    [13:30:10.650] [Info] Loading assets from: '..\mods\RecraftKitchenMod.pak'
    [13:30:10.651] [Info] Loading assets from: '..\assets\user'
    [13:30:11.415] [Info] Assets digest is b17f65452cc30130f53984e0a4e23df90f183e4fad472b6a365f1ad8fa28323a
    [13:30:11.415] [Info] Root: Loaded Assets in 1.52515 seconds
    [13:30:11.421] [Info] Application: Initializing SDL Video
    [13:30:11.428] [Info] Application: Initializing SDL Joystick
    [13:30:11.471] [Info] Application: Initializing SDL Sound
    [13:30:11.580] [Info] Initialized Steam services
    [13:30:11.581] [Info] Application: Creating SDL Window
    [13:30:12.808] [Info] Application: Enabling VSync with late swap tearing
    [13:30:12.843] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [13:30:12.850] [Info] OpenGL version: '4.5.0 NVIDIA 382.05' vendor: 'NVIDIA Corporation' renderer: 'GeForce GT 430/PCIe/SSE2' shader: '4.50 NVIDIA'
    [13:30:12.898] [Info] Application: initialization...
    [13:30:12.900] [Info] Root: Loaded Configuration in 0.00120889 seconds
    [13:30:12.909] [Info] Application: renderer initialization...
    [13:30:12.920] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [13:30:12.920] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [13:30:12.922] [Info] Root: Loaded ImageMetadataDatabase in 1.24403e-06 seconds
    [13:30:12.942] [Info] Application: main update loop...
    [13:30:12.945] [Info] Loading mods from user generated content with id '743604545' from directory 'F:\SteamGames\steamapps\workshop\content\211820\743604545'
    [13:30:12.945] [Info] Loading mods from user generated content with id '747784448' from directory 'F:\SteamGames\steamapps\workshop\content\211820\747784448'
    [13:30:12.945] [Info] Loading mods from user generated content with id '733903657' from directory 'F:\SteamGames\steamapps\workshop\content\211820\733903657'
    [13:30:12.945] [Info] Loading mods from user generated content with id '873994112' from directory 'F:\SteamGames\steamapps\workshop\content\211820\873994112'
    [13:30:12.945] [Info] Loading mods from user generated content with id '729422192' from directory 'F:\SteamGames\steamapps\workshop\content\211820\729422192'
    [13:30:12.945] [Info] Loading mods from user generated content with id '729524482' from directory 'F:\SteamGames\steamapps\workshop\content\211820\729524482'
    [13:30:12.945] [Info] Loading mods from user generated content with id '943834669' from directory 'F:\SteamGames\steamapps\workshop\content\211820\943834669'
    [13:30:12.946] [Info] Loading mods from user generated content with id '912680077' from directory 'F:\SteamGames\steamapps\workshop\content\211820\912680077'
    [13:30:12.946] [Info] Reloading to include all user generated content
    [13:30:12.946] [Info] Root: Reloading from disk
    [13:30:12.946] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [13:30:13.001] [Info] Root: Loaded Configuration in 0.00132241 seconds
    [13:30:13.001] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [13:30:13.001] [Warn] Root: Unrecognized file in asset directory 'ModHelper.bat', skipping
    [13:30:13.001] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping
    [13:30:13.323] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [13:30:13.323] [Warn] Root: Unrecognized file in asset directory 'ModHelper.bat', skipping
    [13:30:13.323] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping
    [13:30:13.324] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [13:30:13.324] [Info] Root: Scanning for asset sources in directory 'F:\SteamGames\steamapps\workshop\content\211820\743604545'
    [13:30:13.325] [Info] Root: Scanning for asset sources in directory 'F:\SteamGames\steamapps\workshop\content\211820\747784448'
    [13:30:13.325] [Info] Root: Scanning for asset sources in directory 'F:\SteamGames\steamapps\workshop\content\211820\733903657'
    [13:30:13.325] [Info] Root: Scanning for asset sources in directory 'F:\SteamGames\steamapps\workshop\content\211820\873994112'
    [13:30:13.326] [Info] Root: Scanning for asset sources in directory 'F:\SteamGames\steamapps\workshop\content\211820\729422192'
    [13:30:13.330] [Info] Root: Scanning for asset sources in directory 'F:\SteamGames\steamapps\workshop\content\211820\729524482'
    [13:30:13.334] [Info] Root: Scanning for asset sources in directory 'F:\SteamGames\steamapps\workshop\content\211820\943834669'
    [13:30:13.338] [Info] Root: Scanning for asset sources in directory 'F:\SteamGames\steamapps\workshop\content\211820\912680077'
    [13:30:13.341] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [13:30:13.341] [Info] Root: Detected asset source named 'HoloRuler' at 'F:\SteamGames\steamapps\workshop\content\211820\743604545\contents.pak'
    [13:30:13.341] [Info] Root: Detected asset source named 'Food Rot Info' at 'F:\SteamGames\steamapps\workshop\content\211820\747784448\contents.pak'
    [13:30:13.341] [Info] Root: Detected asset source named 'Food Status Percentages' at 'F:\SteamGames\steamapps\workshop\content\211820\733903657\contents.pak'
    [13:30:13.341] [Info] Root: Detected asset source named 'Anastas Game Music Pack - Portal' at 'F:\SteamGames\steamapps\workshop\content\211820\873994112\contents.pak'
    [13:30:13.341] [Info] Root: Detected asset source named 'Inventory Interface Redone' at 'F:\SteamGames\steamapps\workshop\content\211820\729422192\contents.pak'
    [13:30:13.342] [Info] Root: Detected asset source named 'ContainerUITweak' at 'F:\SteamGames\steamapps\workshop\content\211820\729524482\contents.pak'
    [13:30:13.342] [Info] Root: Detected asset source named 'LexInstrumentCollection' at 'F:\SteamGames\steamapps\workshop\content\211820\912680077\contents.pak'
    [13:30:13.342] [Info] Root: Detected asset source named 'recraftkitchen' at '..\mods\RecraftKitchenMod.pak'
    [13:30:13.342] [Info] Root: Detected asset source named 'nothingonheadmod' at 'F:\SteamGames\steamapps\workshop\content\211820\943834669\contents.pak'
    [13:30:13.342] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [13:30:13.342] [Info] Loading assets from: '..\assets\packed.pak'
    [13:30:13.769] [Info] Loading assets from: 'F:\SteamGames\steamapps\workshop\content\211820\743604545\contents.pak'
    [13:30:13.770] [Info] Loading assets from: 'F:\SteamGames\steamapps\workshop\content\211820\747784448\contents.pak'
    [13:30:13.770] [Info] Loading assets from: 'F:\SteamGames\steamapps\workshop\content\211820\733903657\contents.pak'
    [13:30:13.770] [Info] Loading assets from: 'F:\SteamGames\steamapps\workshop\content\211820\873994112\contents.pak'
    [13:30:13.771] [Info] Loading assets from: 'F:\SteamGames\steamapps\workshop\content\211820\729422192\contents.pak'
    [13:30:13.771] [Info] Loading assets from: 'F:\SteamGames\steamapps\workshop\content\211820\729524482\contents.pak'
    [13:30:13.771] [Info] Loading assets from: 'F:\SteamGames\steamapps\workshop\content\211820\912680077\contents.pak'
    [13:30:13.772] [Info] Loading assets from: '..\mods\RecraftKitchenMod.pak'
    [13:30:13.772] [Info] Loading assets from: 'F:\SteamGames\steamapps\workshop\content\211820\943834669\contents.pak'
    [13:30:13.773] [Info] Loading assets from: '..\assets\user'
    [13:30:14.534] [Info] Assets digest is 33f2708841a4f2c781544375f0a7bb2c5774ef63bf8f38e21134a0772cc02684
    [13:30:14.534] [Info] Root: Loaded Assets in 1.53324 seconds
    [13:30:14.557] [Info] Root: Loaded ImageMetadataDatabase in 1.86605e-06 seconds
    [13:30:14.560] [Info] Root: Loaded NameGenerator in 0.0252738 seconds
    [13:30:14.759] [Info] Root: Loaded PlantDatabase in 0.198782 seconds
    [13:30:15.041] [Info] Root: Loaded ObjectDatabase in 0.506254 seconds
    [13:30:15.300] [Info] Root: Loaded MonsterDatabase in 0.258099 seconds
    [13:30:15.369] [Info] Root: Loaded NpcDatabase in 0.0689595 seconds
    [13:30:15.370] [Info] Root: Loaded StagehandDatabase in 0.00161071 seconds
    [13:30:15.375] [Info] Root: Loaded VehicleDatabase in 0.00485981 seconds
    [13:30:15.381] [Info] Root: Loaded PlayerFactory in 0.0060093 seconds
    [13:30:15.439] [Info] Root: Loaded ProjectileDatabase in 0.679757 seconds
    [13:30:15.442] [Info] Root: Loaded VersioningDatabase in 0.00280032 seconds
    [13:30:15.442] [Info] Root: Loaded EntityFactory in 0.0605188 seconds
    [13:30:15.530] [Info] Root: Loaded ParticleDatabase in 0.0883745 seconds
    [13:30:15.789] [Info] Root: Loaded MaterialDatabase in 0.347081 seconds
    [13:30:15.795] [Info] Root: Loaded TerrainDatabase in 0.00580248 seconds
    [13:30:15.841] [Info] Root: Loaded BiomeDatabase in 0.0467458 seconds
    [13:30:15.842] [Info] Root: Loaded LiquidsDatabase in 0.000915919 seconds
    [13:30:15.853] [Info] Root: Loaded StatusEffectDatabase in 0.0109509 seconds
    [13:30:16.231] [Info] Root: Loaded DamageDatabase in 0.377252 seconds
    [13:30:16.237] [Info] Root: Loaded EffectSourceDatabase in 0.00631253 seconds
    [13:30:16.242] [Info] Root: Loaded FunctionDatabase in 0.00473074 seconds
    [13:30:16.279] [Info] Root: Loaded TreasureDatabase in 0.0366256 seconds
    [13:30:16.569] [Info] Root: Loaded DungeonDefinitions in 0.290322 seconds
    [13:30:16.569] [Info] Root: Loaded TilesetDatabase in 3.51439e-05 seconds
    [13:30:16.572] [Info] Root: Loaded StatisticsDatabase in 0.00242991 seconds
    [13:30:16.572] [Info] Root: Loaded EmoteProcessor in 6.99768e-05 seconds
    [13:30:16.581] [Info] Root: Loaded SpeciesDatabase in 0.00873497 seconds
    [13:30:16.597] [Info] Root: Loaded QuestTemplateDatabase in 0.0167599 seconds
    [13:30:16.599] [Info] Root: Loaded AiDatabase in 0.00154353 seconds
    [13:30:16.600] [Info] Root: Loaded TechDatabase in 0.00105618 seconds
    [13:30:16.607] [Info] Root: Loaded CodexDatabase in 0.00656849 seconds
    [13:30:16.968] [Info] Root: Loaded BehaviorDatabase in 0.361016 seconds
    [13:30:16.971] [Info] Root: Loaded DanceDatabase in 0.00289642 seconds
    [13:30:16.981] [Info] Root: Loaded SpawnTypeDatabase in 0.00978711 seconds
    [13:30:16.985] [Info] Root: Loaded RadioMessageDatabase in 0.00440294 seconds
    [13:30:17.436] [Error] Could not load recipe /RecraftKitchenMicrowave.recipe: (ItemException) No such item 'staticcore'
    [13:30:17.515] [Error] Could not load recipe /RecraftKitchenMedievalCookingPot.recipe: (RecipeException) Recipe missing required ingredient: (JsonException) Cannot convert from object to string
    [13:30:17.552] [Error] Could not load recipe /RecraftKitchenTableBackToWood.recipe: (RecipeException) Recipe missing required ingredient: (JsonException) Cannot convert from object to string
    [13:30:17.832] [Error] Could not load recipe /RecraftKitchenOutpostKitchen.recipe: (RecipeException) Recipe missing required ingredient: (JsonException) Cannot convert from object to string
    [13:30:18.613] [Info] Root: Loaded ItemDatabase in 3.17395 seconds
    [13:30:18.849] [Info] Root: Loaded CollectionDatabase in 1.86409 seconds
    [13:30:19.222] [Error] Error loading player file, ignoring! ..\storage\player\16e324f6ffee9f0d14d34593bcbc640c.player : (VersioningDatabaseException) Could not bring VersionedJson with identifier 'PlayerEntity' and version 12 forward to current version of Just (30), best version was 12
    [13:30:19.812] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [13:30:21.577] [Error] Could not load image asset '/nothingninjacape/back.png:idle.4', using placeholder default.
    (AssetException) No associated frames file found for image '/nothingninjacape/back.png' while resolving image frame '/nothingninjacape/back.png:idle.4'
    [13:30:21.594] [Error] Could not load image asset '/nothingonhead/head.png:normal', using placeholder default.
    (AssetException) No associated frames file found for image '/nothingonhead/head.png' while resolving image frame '/nothingonhead/head.png:normal'
    [13:30:21.642] [Error] Could not load image asset '/nothingninjacape/back.png:idle.1', using placeholder default.
    (AssetException) No associated frames file found for image '/nothingninjacape/back.png' while resolving image frame '/nothingninjacape/back.png:idle.1'
    [13:30:23.119] [Info] UniverseServer: Acquiring universe lock file
    [13:30:23.122] [Info] UniverseServer: Loading settings
    [13:30:23.129] [Info] UniverseServer: Starting UniverseServer with UUID: 178c101e856b02ad154b9dbca47ef251
    [13:30:23.141] [Info] UniverseServer: Logged in player 'Dummy' locally
    [13:30:23.141] [Info] UniverseServer: Logged in account '<anonymous>' as player 'Dummy' from address local
    [13:30:23.205] [Info] UniverseServer: Loading system world (457118750, 86133152, -236503999) from disk storage
    [13:30:23.221] [Info] UniverseClient: Joined server as client 1
    [13:30:23.296] [Info] UniverseServer: Reviving player at ClientShipWorld:bf88736745115e239725f0b9f5cf5b33
    [13:30:23.296] [Info] UniverseServer: Client 'Dummy' <1> (local) connected
    [13:30:23.303] [Info] UniverseServer: Loading client ship world ClientShipWorld:bf88736745115e239725f0b9f5cf5b33
    [13:30:23.426] [Error] Could not load image asset '/interface/inventory/x.png', using placeholder default.
    (AssetException) No such asset '/interface/inventory/x.png'
    [13:30:23.439] [Info] Protected dungeonIds for world set to (65524)
    [13:30:23.439] [Error] Could not load image asset '/interface/inventory/xhover.png', using placeholder default.
    (AssetException) No such asset '/interface/inventory/xhover.png'
    [13:30:23.454] [Error] Could not load image asset '/interface/inventory/xpress.png', using placeholder default.
    (AssetException) No such asset '/interface/inventory/xpress.png'
    [13:30:23.599] [Error] Could not apply patch from file /interface/scripted/collections/collectionsgui.config.patch in source: F:\SteamGames\steamapps\workshop\content\211820\912680077\contents.pak. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'customCollections' in pathApply("/customCollections/-")
    [13:30:23.638] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [13:30:23.639] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [13:30:23.646] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [13:30:23.646] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [13:30:23.647] [Info] Setting steam rich presence connection as steam id 76561198067385665
    [13:30:23.652] [Error] Cannot set Steam achievement dismisscrewmember
    [13:30:23.653] [Error] Cannot set Steam achievement kill10poptops
    [13:30:23.709] [Info] UniverseServer: Warping player 1 to ClientShipWorld:bf88736745115e239725f0b9f5cf5b33=1043.99.1024
    [13:30:24.267] [Error] Could not load image asset '/nothingninjacape/back.png:fall.1', using placeholder default.
    (AssetException) No associated frames file found for image '/nothingninjacape/back.png' while resolving image frame '/nothingninjacape/back.png:fall.1'
    [13:30:24.320] [Error] Could not load image asset '/nothingninjacape/back.png:fall.2', using placeholder default.
    (AssetException) No associated frames file found for image '/nothingninjacape/back.png' while resolving image frame '/nothingninjacape/back.png:fall.2'
    [13:30:38.938] [Info] UniverseClient: Client disconnecting...
    [13:30:39.015] [Info] Client received world stop packet, leaving: Removed
    [13:30:39.174] [Info] UniverseServer: Client 'Dummy' <1> (local) disconnected for reason:
    [13:30:39.175] [Info] UniverseServer: Stopping idle world ClientShipWorld:bf88736745115e239725f0b9f5cf5b33
    [13:30:39.498] [Info] UniverseServer: Stopping UniverseServer
    [13:30:39.566] [Info] Clearing steam rich presence connection
    [13:30:41.716] [Info] Application: quit requested
    [13:30:41.716] [Info] Application: quitting...
    [13:30:41.716] [Info] Application: shutdown...
    [13:30:41.885] [Info] Root: Shutting down Root
    [13:30:42.138] [Info] Application: Destroying SDL Window
    [13:30:42.224] [Info] Application: stopped gracefully


    2. Existing ones, didn't checked new ones yet
    3. I have made player.config.patch for that, but I'm using /admin for tests anyway.
     
  6. Inf_Wolf14

    Inf_Wolf14 Parsec Taste Tester

    Code:
    [13:30:17.436] [Error] Could not load recipe /RecraftKitchenMicrowave.recipe: (ItemException) No such item 'staticcore'
    [13:30:17.515] [Error] Could not load recipe /RecraftKitchenMedievalCookingPot.recipe: (RecipeException) Recipe missing required ingredient: (JsonException) Cannot convert from object to string
    [13:30:17.552] [Error] Could not load recipe /RecraftKitchenTableBackToWood.recipe: (RecipeException) Recipe missing required ingredient: (JsonException) Cannot convert from object to string
    [13:30:17.832] [Error] Could not load recipe /RecraftKitchenOutpostKitchen.recipe: (RecipeException) Recipe missing required ingredient: (JsonException) Cannot convert from object to string
    


    Your microwave oven is throwing an error. One of your input items is "staticcore", the proper item name is "staticcell".

    I'm not too sure the issue at a glance with the outpost kitchen... But if its alike the other errors, I believe they're stemming from the previous recipe error.



    (Only speculation, im looking at this on my phone, so I cant verify much at my computer.)
     
  7. Qbi Wan

    Qbi Wan Pangalactic Porcupine

    Thx for correction, but even with it my recipes cannot be found :(
     
  8. IHart

    IHart Scruffy Nerf-Herder

    For new characters as well as existing ones?
     
  9. Qbi Wan

    Qbi Wan Pangalactic Porcupine

    Yep, for new ones as well...
     
  10. IHart

    IHart Scruffy Nerf-Herder

    Oh hey, It's the output, should not be an array, just an object.
    Code:
      "output" : [
        {"item" : "outpostmicrowaveoven", "count" : 1}]
    
    should be
    Code:
      "output" : 
        {"item" : "outpostmicrowaveoven", "count" : 1}
    
     
  11. Qbi Wan

    Qbi Wan Pangalactic Porcupine

    Wait, can output be multiple objects? Like durasteel bar & workbench?

    edit:
    OK, never mind. I wanted to make recipe to craft outpost kitchen from wooden kitchen table, durasteel bar and scorched core. but another recipe's role was to back engineer it, so to get back wooden kitchen table, durasteel bar and scorched core. Now I know i can't get several items from one recipe.

    Mod is on, its name is Recraft Kitchen. It just adds recipe for outpost kitchen, outpost microwave oven and (lol) medieval cooking pot for certain kitchen stylizations.
     
    Last edited: Jul 14, 2017

Share This Page