diff --git a/src/main/java/de/ellpeck/naturesaura/blocks/tiles/TileEntitySpring.java b/src/main/java/de/ellpeck/naturesaura/blocks/tiles/TileEntitySpring.java index 40fd9e21..391e85e9 100644 --- a/src/main/java/de/ellpeck/naturesaura/blocks/tiles/TileEntitySpring.java +++ b/src/main/java/de/ellpeck/naturesaura/blocks/tiles/TileEntitySpring.java @@ -39,8 +39,8 @@ public class TileEntitySpring extends TileEntityImpl implements ITickableTileEnt super.validate(); if (!this.world.isRemote) { // add a ticket to water crops - AxisAlignedBB area = new AxisAlignedBB(this.pos).grow(5); - FarmlandWaterManager.addAABBTicket(this.world, area); + AxisAlignedBB area = new AxisAlignedBB(this.pos).grow(5, 1, 5); + this.waterTicket = FarmlandWaterManager.addAABBTicket(this.world, area); } } diff --git a/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/using/spring.json b/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/using/spring.json index 59449316..061ed2b8 100644 --- a/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/using/spring.json +++ b/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/using/spring.json @@ -6,7 +6,7 @@ "pages": [ { "type": "text", - "text": "$(thing)Water$() sure is a marvelous fluid, able to interact with many other blocks in the world. The $(item)Everlasting Spring$() packages this ability elegantly into a solid structure, one that can even be used in areas that are usually deemed $(thing)too hot$() for water to exist there. As for simple actions, the $(item)Everlasting Spring$() can fill $(item)cauldrons$() on top of it, $(item)sponges$() close to it and $(item)buckets$() used on it with water." + "text": "The $(item)Everlasting Spring$() packages the many abilities of $(thing)water$() elegantly into a solid structure, one that can even be used in areas that are usually deemed $(thing)too hot$() for water to exist there. As for simple actions, the $(item)Everlasting Spring$() can fill $(item)cauldrons$() on top of it, $(item)sponges$() close to it and $(item)buckets$() used on it with water. It also irrigates $(thing)farmland$() in an area of five blocks around it." }, { "type": "text",