diff --git a/kubejs/assets/tfg/blockstates/flax.json b/kubejs/assets/tfg/blockstates/flax.json index 0b8a1e705..629893c44 100644 --- a/kubejs/assets/tfg/blockstates/flax.json +++ b/kubejs/assets/tfg/blockstates/flax.json @@ -21,6 +21,9 @@ "age=6,part=bottom": { "model": "tfg:block/crop/flax_age_6_bottom" }, + "age=7,part=bottom": { + "model": "tfg:block/crop/flax_age_6_bottom" + }, "age=4,part=top": { "model": "tfg:block/crop/flax_age_4_top" }, @@ -29,6 +32,9 @@ }, "age=6,part=top": { "model": "tfg:block/crop/flax_age_6_top" + }, + "age=7,part=top": { + "model": "tfg:block/crop/flax_age_6_top" } } } \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rapeseed.json b/kubejs/assets/tfg/blockstates/rapeseed.json index 45d32774b..a7baeaf1f 100644 --- a/kubejs/assets/tfg/blockstates/rapeseed.json +++ b/kubejs/assets/tfg/blockstates/rapeseed.json @@ -21,6 +21,9 @@ "age=6,part=bottom": { "model": "tfg:block/crop/rapeseed_age_5_bottom" }, + "age=7,part=bottom": { + "model": "tfg:block/crop/rapeseed_age_5_bottom" + }, "age=3,part=top": { "model": "tfg:block/crop/rapeseed_age_3_top" }, @@ -32,6 +35,9 @@ }, "age=6,part=top": { "model": "tfg:block/crop/rapeseed_age_5_top" + }, + "age=7,part=top": { + "model": "tfg:block/crop/rapeseed_age_5_top" } } } \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/sunflower.json b/kubejs/assets/tfg/blockstates/sunflower.json index 8708a43c7..0860279df 100644 --- a/kubejs/assets/tfg/blockstates/sunflower.json +++ b/kubejs/assets/tfg/blockstates/sunflower.json @@ -21,6 +21,9 @@ "age=6,part=bottom": { "model": "tfg:block/crop/sunflower_age_5_bottom" }, + "age=7,part=bottom": { + "model": "tfg:block/crop/sunflower_age_5_bottom" + }, "age=4,part=top": { "model": "tfg:block/crop/sunflower_age_4_top" }, @@ -29,6 +32,9 @@ }, "age=6,part=top": { "model": "tfg:block/crop/sunflower_age_5_top" + }, + "age=7,part=top": { + "model": "tfg:block/crop/sunflower_age_5_top" } } } \ No newline at end of file