From 52d99b16534631e293a23ddbc18c4ea70b71392f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 11 Aug 2024 13:35:15 +0200 Subject: add recipes back to protocol --- server/src/data.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'server/src/data.rs') diff --git a/server/src/data.rs b/server/src/data.rs index 522df916..99cbaf9f 100644 --- a/server/src/data.rs +++ b/server/src/data.rs @@ -16,14 +16,11 @@ along with this program. If not, see . */ -use crate::{ - entity::{construct_entity, Entity, EntityDecl}, - interaction::Recipe, -}; +use crate::entity::{construct_entity, Entity, EntityDecl}; use anyhow::{anyhow, bail, Result}; use hurrycurry_protocol::{ glam::{IVec2, Vec2}, - ItemIndex, MapMetadata, RecipeIndex, TileIndex, + ItemIndex, MapMetadata, Recipe, RecipeIndex, TileIndex, }; use serde::{Deserialize, Serialize}; use std::{ -- cgit v1.2.3-70-g09d2