Tweak flower generation tables
This commit is contained in:
parent
c3746e4e15
commit
840b2586a9
3 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:flower",
|
"type": "minecraft:flower",
|
||||||
"config": {
|
"config": {
|
||||||
"tries": 5,
|
"tries": 3,
|
||||||
"xz_spread": 4,
|
"xz_spread": 2,
|
||||||
"y_spread": 3,
|
"y_spread": 3,
|
||||||
"feature": {
|
"feature": {
|
||||||
"feature": {
|
"feature": {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:flower",
|
"type": "minecraft:flower",
|
||||||
"config": {
|
"config": {
|
||||||
"tries": 24,
|
"tries": 2,
|
||||||
"xz_spread": 3,
|
"xz_spread": 2,
|
||||||
"y_spread": 3,
|
"y_spread": 1,
|
||||||
"feature": {
|
"feature": {
|
||||||
"feature": {
|
"feature": {
|
||||||
"type": "minecraft:simple_block",
|
"type": "minecraft:simple_block",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:flower",
|
"type": "minecraft:flower",
|
||||||
"config": {
|
"config": {
|
||||||
"tries": 64,
|
"tries": 6,
|
||||||
"xz_spread": 7,
|
"xz_spread": 5,
|
||||||
"y_spread": 3,
|
"y_spread": 3,
|
||||||
"feature": {
|
"feature": {
|
||||||
"feature": {
|
"feature": {
|
||||||
|
|
Loading…
Reference in a new issue