diff --git a/MCGalaxy/Commands/CPE/CustomBlockCommand.cs b/MCGalaxy/Commands/CPE/CustomBlockCommand.cs index 8e7fe4b5a..e00793446 100644 --- a/MCGalaxy/Commands/CPE/CustomBlockCommand.cs +++ b/MCGalaxy/Commands/CPE/CustomBlockCommand.cs @@ -119,6 +119,7 @@ namespace MCGalaxy.Commands.CPE { BlockProps props = global ? BlockDefinition.GlobalProps[src.RawID] : p.level.Props[src.Index]; dstDef = srcDef.Copy(); dstDef.BlockID = (byte)dst.RawID; + dstDef.InventoryOrder = -1; AddBlock(p, dstDef, global, cmd, props); string scope = global ? "global" : "level";