TU43 Structures, bug fixes & minor changes
- Elytra flight, damage, kinetic energy, pretty much any bug someone reported, paper doll, etc. - Fossil & Igloo generation - Texture interpolation - Iggy mouse fix for world settings - Neo branding on main screen - Release build txt logger - Debug mode spectator - Several server fixes - Flowerpot fixes - Several more changes made in TU43
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
#include "net.minecraft.world.item.h"
|
||||
#include "net.minecraft.world.level.tile.h"
|
||||
#include "DyePowderItem.h"
|
||||
#include "Recipy.h"
|
||||
#include "Recipes.h"
|
||||
#include "StructureRecipies.h"
|
||||
@@ -16,6 +17,20 @@ void StructureRecipies::addRecipes(Recipes *r)
|
||||
L'S');
|
||||
|
||||
|
||||
r->addShapedRecipy(new ItemInstance((Tile*)Tile::bone_block, 1), //
|
||||
L"sssczg",
|
||||
L"###", //
|
||||
L"###", //
|
||||
L"###", //
|
||||
|
||||
L'#', new ItemInstance(Item::dye, 1, DyePowderItem::WHITE),
|
||||
L'S');
|
||||
|
||||
r->addShapelessRecipy(new ItemInstance(Item::dye, 9, DyePowderItem::WHITE), //
|
||||
L"tg",
|
||||
(Tile*)Tile::bone_block,
|
||||
L'D');
|
||||
|
||||
r->addShapedRecipy(new ItemInstance(Tile::sandStone, 4, SandStoneTile::TYPE_SMOOTHSIDE), //
|
||||
L"ssczg",
|
||||
L"##", //
|
||||
|
||||
Reference in New Issue
Block a user