File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
DataGenerator/src/main/java/net/minestom/generators Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,7 @@ private double findAcceleration(EntityType<?> entityType) {
130
130
131
131
if (entityType == EntityType .EGG ) return 0.03 ;
132
132
if (entityType == EntityType .FISHING_BOBBER ) return 0.03 ;
133
- if (entityType == EntityType .EXPERIENCE_BOTTLE ) return 0.03 ;
134
133
if (entityType == EntityType .ENDER_PEARL ) return 0.03 ;
135
- if (entityType == EntityType .POTION ) return 0.03 ;
136
134
if (entityType == EntityType .SNOWBALL ) return 0.03 ;
137
135
138
136
if (entityType == EntityType .BOAT ) return 0.04 ;
@@ -144,8 +142,11 @@ private double findAcceleration(EntityType<?> entityType) {
144
142
if (entityType == EntityType .ARROW ) return 0.05 ;
145
143
if (entityType == EntityType .SPECTRAL_ARROW ) return 0.05 ;
146
144
if (entityType == EntityType .TRIDENT ) return 0.05 ;
145
+ if (entityType == EntityType .POTION ) return 0.05 ;
147
146
148
147
if (entityType == EntityType .LLAMA_SPIT ) return 0.06 ;
148
+
149
+ if (entityType == EntityType .EXPERIENCE_BOTTLE ) return 0.07 ;
149
150
150
151
if (entityType == EntityType .FIREBALL ) return 0.1 ;
151
152
if (entityType == EntityType .WITHER_SKULL ) return 0.1 ;
You can’t perform that action at this time.
0 commit comments