peytonplayz585-shadow-4.0/desktopRuntime/resources/assets/minecraft/blockstates/farmland.json
2024-04-11 17:18:30 -04:00

13 lines
449 B
JSON

{
"variants": {
"moisture=0": { "model": "farmland_dry" },
"moisture=1": { "model": "farmland_dry" },
"moisture=2": { "model": "farmland_dry" },
"moisture=3": { "model": "farmland_dry" },
"moisture=4": { "model": "farmland_dry" },
"moisture=5": { "model": "farmland_dry" },
"moisture=6": { "model": "farmland_dry" },
"moisture=7": { "model": "farmland_moist" }
}
}