From 100e5042de277a3135d2584809eecde55a567bc8 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 18 May 2018 18:24:36 -0700 Subject: [PATCH] Fixed block placement crash --- core/src/io/anuke/mindustry/world/Placement.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/io/anuke/mindustry/world/Placement.java b/core/src/io/anuke/mindustry/world/Placement.java index 1d909817c0..d986d68bb4 100644 --- a/core/src/io/anuke/mindustry/world/Placement.java +++ b/core/src/io/anuke/mindustry/world/Placement.java @@ -67,6 +67,7 @@ public class Placement { tile.setBlock(sub, rotation); tile.entity().result = result; + tile.entity().recipe = recipe; tile.entity().stacks = recipe.requirements; tile.setTeam(team);