diff --git a/crates/valence_entity/build.rs b/crates/valence_entity/build.rs index 7f9384946..cebeb160e 100644 --- a/crates/valence_entity/build.rs +++ b/crates/valence_entity/build.rs @@ -262,7 +262,6 @@ impl Value { match self { Value::Integer(_) => quote!(VarInt(#self_lvalue)), Value::OptionalInt(_) => quote!(OptionalInt(#self_lvalue)), - Value::ItemStack(_) => quote!(Some(&#self_lvalue)), _ => quote!(&#self_lvalue), } }