Jump to content

RomainP

Very Important Vintarian
  • Posts

    6
  • Joined

  • Last visited

Posts posted by RomainP

  1. Hello, I would like to use a texture from the game itself. On the wiki (https://wiki.vintagestory.at/index.php?title=Modding:The_Asset_System), it says we can use this path: [game:assets/textures/blocks/leather.png]. Here's my blocktypes JSON file:

    {
      code: "myleatherblock",
      creativeinventory: { "general": [ "*" ] },
      blockmaterial: "Wood",
      drawtype: "Cube",
      textures: {
        all: { base: "game:assets/textures/blocks/leather" }
      },
      resistance: 3.5,
      sounds: {
        "place": "game:block/anvil",
        "walk": "game:walk/stone"
      }
    }

    It's just a test, I'm learning how to create mods and I'm also learning JSON so I have some difficulties 😅
    Once in the game, the bloc correctly appears but the texture is the unknown one. How do I use the game domain please 😭

  2. I found this really weirdly generated chunk. Maybe it's the final boss summoning area, idk XD

    I tried placing some blocks in the area to reload it, but nothing has changed. It has a cave music, like it's a cave but on the surface.

    Sorry for bad English.

    2021-10-03_07-00-54.png

    2021-10-03_07-01-05.png

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.