Bookshelves mixins, textures & lang

This commit is contained in:
paulevsGitch 2020-11-02 02:21:40 +03:00
parent 0a8e73d9d9
commit 92f95d6c0f
13 changed files with 221 additions and 3 deletions

View file

@ -259,5 +259,11 @@
"block.betterend.dragon_tree_sapling": "Dragon Tree Sapling",
"block.betterend.shadow_grass": "Shadow Grass",
"block.betterend.shadow_grass_path": "Shadow Grass Path",
"block.betterend.shadow_plant": "Shadow Plant"
"block.betterend.shadow_plant": "Shadow Plant",
"block.betterend.dragon_tree_bookshelf": "Dragon Tree Bookshelf",
"block.betterend.end_lotus_bookshelf": "End Lotus Bookshelf",
"block.betterend.lacugrove_bookshelf": "Lacugrove Bookshelf",
"block.betterend.mossy_glowshroom_bookshelf": "Mossy Glowshroom Bookshelf",
"block.betterend.pythadendron_bookshelf": "Pythadendron Bookshelf"
}

View file

@ -261,5 +261,11 @@
"block.betterend.dragon_tree_sapling": "Саженец драконова древа",
"block.betterend.shadow_grass": "Теневая трава",
"block.betterend.shadow_grass_path": "Тропа из теневой травы",
"block.betterend.shadow_plant": "Теневое растение"
"block.betterend.shadow_plant": "Теневое растение",
"block.betterend.dragon_tree_bookshelf": "Книжные полки из драконова древа",
"block.betterend.end_lotus_bookshelf": "Книжные полки из лотоса края",
"block.betterend.lacugrove_bookshelf": "Книжные полки из оземангра",
"block.betterend.mossy_glowshroom_bookshelf": "Книжные полки из мшистого светогриба",
"block.betterend.pythadendron_bookshelf": "Книжные полки из пифадендрона"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

View file

@ -8,6 +8,7 @@
"ClientPlayNetworkHandlerMixin",
"NamespaceResourceManagerMixin",
"DeserializationContextMixin",
"EnchantingTableBlockMixin",
"BackgroundRendererMixin",
"ClientRecipeBookMixin",
"ModelVariantMapMixin",

View file

@ -5,6 +5,7 @@
"compatibilityLevel": "JAVA_8",
"mixins": [
"ServerPlayNetworkHandlerMixin",
"EnchantmentScreenHandlerMixin",
"CraftingScreenHandlerMixin",
"GenerationSettingsAccessor",
"AnvilScreenHandlerMixin",

View file

@ -0,0 +1,6 @@
{
"replace": "false",
"values": [
"minecraft:bookshelf"
]
}