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: