RangeDecoratorConfig() not working in 1.17 #109

Open
opened 2021-06-19 15:44:48 +00:00 by berni890 · 1 comment
berni890 commented 2021-06-19 15:44:48 +00:00 (Migrated from github.com)

hey, I wanted to ask what is the new RangeDecoratorConfig() in 1.17... I heard that it changed to something else due to new 1.17 world generation... any help is welcome. thank you

hey, I wanted to ask what is the new RangeDecoratorConfig() in 1.17... I heard that it changed to something else due to new 1.17 world generation... any help is welcome. thank you
AfraidMonster commented 2021-06-23 07:55:17 +00:00 (Migrated from github.com)

(new RangeDecoratorConfig(UniformHeightProvider.create(YOffset.fixed(0), YOffset.fixed(
100)))))
.spreadHorizontally()
.repeat(5); this should work in 1.17

(new RangeDecoratorConfig(UniformHeightProvider.create(YOffset.fixed(0), YOffset.fixed( 100))))) .spreadHorizontally() .repeat(5); this should work in 1.17
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Steven/fabric-example-mod#109
No description provided.