#fake_farmland.geo.json

1 messages · Page 1 of 1 (latest)

dreamy fossil
#

everything in the block works fine but its height, i have set the size into 16, 15, 16 but it doesn't change anything..

dreamy fossil
#

anyone..?

velvet oyster
#

Do you have a unit_cube component?

dreamy fossil
dreamy fossil
velvet oyster
#

check to see if your json includes that component

dreamy fossil
velvet oyster
#

The height geometry works when i use a sample block

#

Does your block change it's model at any time?

dreamy fossil
#

it's just a wet farmland block

unborn zephyr
#

Can you provide your BP block file?

dreamy fossil
# unborn zephyr Can you provide your BP block file?
{
  "format_version": "1.20.0",
  "minecraft:block": {
    "description": {
      "identifier": "RainyPvP:farmLand",
      "menu_category": {
        "category": "construction"
      }
    },
    "components": {
      "minecraft:geometry": "geometry.farmland",

      "minecraft:friction": 0.4,
      "minecraft:map_color": "#ffffff",
      "minecraft:light_dampening": 0,
      "minecraft:light_emission": 8
    }
  }
}```
unborn zephyr
#

Is it continuing being 16x16x16?

dreamy fossil
unborn zephyr
#

I’ll get to my pc in a moment

unborn zephyr
#

I don't seem to be experiencing the same issue

dreamy fossil
unborn zephyr
dreamy fossil
unborn zephyr
#

ill just send here the file I used

#
{
  "format_version": "1.20.0",
  "minecraft:block": {
    "description": {
      "identifier": "RainyPvP:farmLand",
      "menu_category": {
        "category": "construction"
      }
    },
    "components": {
      "minecraft:geometry": "geometry.farmland",
      "minecraft:material_instances": {
                "*": {
                    "texture": "diamond_block",
                    "render_method": "opaque"
                }
            },
      "minecraft:friction": 0.4,
      "minecraft:map_color": "#ffffff",
      "minecraft:light_dampening": 0,
      "minecraft:light_emission": 8
    }
  }
}```
dreamy fossil
unborn zephyr
#

It’s how you give your block a texture

velvet oyster
#

It's better to use material instances with custom models

dreamy fossil
dreamy fossil
unborn zephyr
#

Try this exact file, I removed the capitalized letters in your namespace and identifier since that is not a good practice, try to avoid it in the future.

{
  "format_version": "1.20.0",
  "minecraft:block": {
    "description": {
      "identifier": "rainypvp:farmland",
      "menu_category": {
        "category": "construction"
      }
    },
    "components": {
      "minecraft:geometry": "geometry.farmland",
      "minecraft:material_instances": {
                "*": {
                    "texture": "diamond_block",
                    "render_method": "opaque"
                }
            },
      "minecraft:friction": 0.4,
      "minecraft:map_color": "#ffffff",
      "minecraft:light_dampening": 0,
      "minecraft:light_emission": 8
    }
  }
}```
dreamy fossil
#

or is it not related..

unborn zephyr
#

Yeah.. to your texture

#

if your texture is the farmland texture, use that

dreamy fossil
#

"farmland_block"

unborn zephyr
#

That is most likely in the vanilla packs

#

?vp

granite helmBOT
dreamy fossil
#

couldnt find anything useful

#

i took some of their files ig but other than that no

unborn zephyr
#

check terrain texture file, it is probably linked here

dreamy fossil
#

wait no it doesnt

#

😭

dreamy fossil