Potatoes, Wheat, Crops Etc wont spawn on farmland using plant() or grass()
NLBlackEagle opened this issue ยท 1 comments
OTG Plugin or Mod
- OTG Mod for Forge
OTG Version
OpenTerrainGenerator-1.16.5-0.0.17r1.jar
Forge or Spigot Versions
forge-1.16.5-36.2.2
What other plugins are you running?
None
Description
Crops wont spawn on top of farmland.
Nothing showed on log with all log parameters on except performance. I have tried the following lines:
Grass(potatoes:0,Grouped,200,100.0,FARMLAND)
Plant(potatoes:0,200,100.0,60,90,FARMLAND)
Grass(potatoes:0,Grouped,200,100.0,FARMLAND)
Plant(potatoes:0,200,100.0,60,90,FARMLAND)
Grass(WHEAT:7,Grouped,200,100.0,FARMLAND)
Plant(WHEAT:7,200,100.0,60,90,FARMLAND)
Grass(CROPS:7,Grouped,200,100.0,FARMLAND)
Plant(CROPS:7,200,100.0,60,90,FARMLAND)
Grass(potatoes:0,Grouped,200,100.0,minecraft:farmland)
Plant(potatoes:0,200,100.0,60,90,minecraft:farmland)
Grass(potatoes:0,Grouped,200,100.0,minecraft:farmland)
Plant(potatoes:0,200,100.0,60,90,minecraft:farmland)
Grass(WHEAT:7,Grouped,200,100.0,minecraft:farmland)
Plant(WHEAT:7,200,100.0,60,90,minecraft:farmland)
Grass(CROPS:7,Grouped,200,100.0,minecraft:farmland)
Plant(CROPS:7,200,100.0,60,90,minecraft:farmland)
Grass(potatoes:0,Grouped,200,100.0,minecraft:soil)
Plant(potatoes:0,200,100.0,60,90,minecraft:soil)
Grass(potatoes:0,Grouped,200,100.0,minecraft:soil)
Plant(potatoes:0,200,100.0,60,90,minecraft:soil)
Grass(WHEAT:7,Grouped,200,100.0,minecraft:soil)
Plant(WHEAT:7,200,100.0,60,90,minecraft:soil)
Grass(CROPS:7,Grouped,200,100.0,minecraft:soil)
Plant(CROPS:7,200,100.0,60,90,minecraft:soil)
Grass(potatoes:0,Grouped,200,100.0,SOIL)
Plant(potatoes:0,200,100.0,60,90,SOIL)
Grass(potatoes:0,Grouped,200,100.0,SOIL)
Plant(potatoes:0,200,100.0,60,90,SOIL)
Grass(WHEAT:7,Grouped,200,100.0,SOIL)
Plant(WHEAT:7,200,100.0,60,90,SOIL)
Grass(CROPS:7,Grouped,200,100.0,SOIL)
Plant(CROPS:7,200,100.0,60,90,SOIL)
Spawning of crops etc works with tags. E.G.
Grass(minecraft:potatoes[age=7],Grouped,200,100.0,minecraft:farmland[moisture=7])
Plant(minecraft:potatoes[age=7],200,100.0,60,90,minecraft:farmland[moisture=7])
Grass(minecraft:wheat[age=7],Grouped,200,100.0,minecraft:farmland[moisture=7])
Plant(minecraft:wheat[age=7],200,100.0,60,90,minecraft:farmland[moisture=7])