Skip to content

Commit 55232d0

Browse files
committed
Fix
1 parent 253b21f commit 55232d0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<#include "mcitems.ftl">
2-
new SphereReplaceConfig(${toStatetoFeatureState(input$targetState)}, FeatureSpread.func_242254_a(0, 4, 4), ${input$radius}, ImmutableList.of(${toStatetoFeatureState(input$newState)}))
2+
new SphereReplaceConfig(${toStatetoFeatureState(input$targetState)}, FeatureSpread.func_242253_a(2, 4), ${input$radius}, ImmutableList.of(${toStatetoFeatureState(input$newState)}))

src/main/resources/forge-1.16.5/features/state_provider_weighted.json.ftl

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/main/resources/forge-1.16.5/procedures/projectile_shoot_from_pos.java.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if(world instanceof ServerWorld) {
2-
World projectileLevel = ((ServerWorld) world);
2+
World projectileLevel = ((ServerWorld) world);
33
ProjectileEntity _entityToSpawn = ${input$projectile};
44
_entityToSpawn.setPosition(${input$x}, ${input$y}, ${input$z});
55
_entityToSpawn.shoot(${input$dx}, ${input$dy}, ${input$dz}, ${opt.toFloat(input$speed)}, ${opt.toFloat(input$inaccuracy)});

0 commit comments

Comments
 (0)