Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
oong819 authored Oct 26, 2022
1 parent c0e5f9e commit 68d0053
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/default/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ dofile(default_path.."/legacy.lua")
place_on = {"default:dirt_with_grass"},
sidelen = 16,
noise_params = {
offset = 0.024,
scale = 0.015,
offset = 0.014,
scale = 0.005,
spread = {x = 5000, y = 5000, z = 5000},
seed = 8,
octaves = 1,
Expand All @@ -106,8 +106,8 @@ dofile(default_path.."/legacy.lua")
place_on = {"default:dry_dirt_with_dry_grass"},
sidelen = 16,
noise_params = {
offset = 0.024,
scale = 0.015,
offset = 0.014,
scale = 0.005,
spread = {x = 5000, y = 5000, z = 5000},
seed = 4,
octaves = 1,
Expand Down

0 comments on commit 68d0053

Please sign in to comment.