Skip to content

Commit

Permalink
make cherry blossom trees actually generate
Browse files Browse the repository at this point in the history
Took 28 minutes
  • Loading branch information
Nyfaria committed Jan 9, 2024
1 parent bd9aeb2 commit 88c4612
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 98 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
modName=DynamicTrees
modId=dynamictrees
modVersion=1.2.0-BETA1
modVersion=1.3.0-BETA1
group=com.ferreusveritas.dynamictrees

mcVersion=1.20.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private LingeringEffectorEntity(Level level) {

public LingeringEffectorEntity(Level level, BlockPos pos, SubstanceEffect effect) {
this(DTRegistries.LINGERING_EFFECTOR.get(), level);
this.maxUpStep = 1f;
this.setMaxUpStep(1f);
this.noPhysics = true;
this.setBlockPos(pos);
this.effect = effect;
Expand Down
Loading

0 comments on commit 88c4612

Please sign in to comment.