1 2 3
function mcl_core.get_grass_block_type(pos) return {name = "mcl_core:dirt_with_grass", param2=0} end