Jump to content

Lariien

Vintarian
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Lariien's Achievements

Wolf Bait

Wolf Bait (1/9)

1

Reputation

  1. @Brady_The OMG! I didn't notice at all that I didn't have "game", now it works perfectly thank you so much
  2. So i try made my own building blocks, simple cube. But my problem is... a game dont see my block, mod info is correct, i have problem with en.json (all the time game see <a> open (wtf?) i try everything that i read on vs wiki, what did i miss? my json blocktype code: { "code": "mossblock", "class": "BlockForestFloor", "creativeinventory": { "general": ["*"], "terrain": ["*"] }, "shape": { "base": "block/basic/cube" }, "drawtype": "Cube", "blockmaterial": "Soil", "textures": { "all": { "base": "morebuildingblocks:block/mossblock" }, "snowed": { "base": "block/plant/grasscoverage/snow/normal" } }, "sounds": { "place": "block/dirt", "break": "block/dirt", "hit": "block/dirt", "walk": "walk/grass" } } texture size must be 32x32? i have 16x16, is it a problem? Anyway game dont see block, i lost hope to solve this D:
×
×
  • 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.