diff --git a/src/main/resources/assets/actuallyadditions/lang/en_US.lang b/src/main/resources/assets/actuallyadditions/lang/en_US.lang index 48d25fbc0..928ded2b9 100644 --- a/src/main/resources/assets/actuallyadditions/lang/en_US.lang +++ b/src/main/resources/assets/actuallyadditions/lang/en_US.lang @@ -868,4 +868,4 @@ booklet.actuallyadditions.chapter.itemStorage.text.1=Additionally to the L booklet.actuallyadditions.chapter.itemStorage.text.2=to one of the Item Laser Relays. To input or output items in the system, just pipe them into the interface. If you want a way to make a storage system with this, there are also Advanced Item Laser Relays, in which, by sneak-right-clicking them, you can specify which items are allowed and disallowed to enter or exit inventories connected to this particular relay. When placing an advanced relay next to an Item Interface, this effect also applies. booklet.actuallyadditions.chapter.banners.name=Additional Banners -booklet.actuallyadditions.chapter.banners.text.1=For special items in Actually Additions, there is also some additional Banner patterns you can do. All of these just require the item next to the banner in the crafting grid with, optionally, a color as well. The items that have a banner pattern are: The Actually Additions Manual The Phantom Connector The Leaf Blower (not the advanced version) The Drill (only the white one works due to the way banners work) \ No newline at end of file +booklet.actuallyadditions.chapter.banners.text.1=For special items in Actually Additions, there is also special Banner patterns. All of these just require the item next to the banner in the crafting grid with, optionally, a color. You can also combine them with a Shield like normal. The items that have a banner pattern are: The Actually Additions Manual The Phantom Connector The Leaf Blower (not the advanced version) The Drill (only the white one works due to the way banners work) \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsBook.png b/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsBook.png new file mode 100644 index 000000000..8704547c4 Binary files /dev/null and b/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsBook.png differ diff --git a/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsDrill.png b/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsDrill.png new file mode 100644 index 000000000..f7743ffea Binary files /dev/null and b/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsDrill.png differ diff --git a/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsLeafBlo.png b/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsLeafBlo.png new file mode 100644 index 000000000..7b52a66ae Binary files /dev/null and b/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsLeafBlo.png differ diff --git a/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsPhanCon.png b/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsPhanCon.png new file mode 100644 index 000000000..151dd0ade Binary files /dev/null and b/src/main/resources/assets/minecraft/textures/entity/shield/actuallyadditionsPhanCon.png differ