mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:18:07 +00:00
refactor: rename Build -> Platform in Minecraft.World
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.entity.animal.h"
|
||||
#include "../Headers/net.minecraft.world.level.tile.h"
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
//import net.minecraft.world.item.*;
|
||||
//import net.minecraft.world.level.tile.Tile;
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
#include "../Blocks/Tile.h"
|
||||
#include "Recipy.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
#include "../Items/DyePowderItem.h"
|
||||
#include "../Blocks/Tile.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
#include "../Items/DyePowderItem.h"
|
||||
#include "../Blocks/Tile.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
#include "../Blocks/Tile.h"
|
||||
#include "FurnaceRecipes.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
// import net.minecraft.world.item.ItemInstance;
|
||||
// import net.minecraft.world.level.tile.Tile;
|
||||
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
#include "../Items/DyePowderItem.h"
|
||||
#include "../Blocks/Tile.h"
|
||||
|
||||
@@ -14,7 +14,7 @@ import net.minecraft.world.Item::ItemInstance;
|
||||
import net.minecraft.world.level.Tile::StoneSlabTile;
|
||||
import net.minecraft.world.level.Tile::Tile;*/
|
||||
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Containers/Container.h"
|
||||
#include "../Containers/AbstractContainerMenu.h"
|
||||
#include "../Containers/CraftingContainer.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// import net.minecraft.world.inventory.CraftingContainer;
|
||||
// import net.minecraft.world.item.ItemInstance;
|
||||
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
#include "../Headers/net.minecraft.world.inventory.h"
|
||||
#include "../Blocks/Tile.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
//
|
||||
// import net.minecraft.world.inventory.CraftingContainer;
|
||||
// import net.minecraft.world.item.ItemInstance;
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
#include "../Headers/net.minecraft.world.inventory.h"
|
||||
#include "../Blocks/Tile.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
#include "../Headers/net.minecraft.world.level.tile.h"
|
||||
#include "Recipy.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
//import net.minecraft.world.item.*;
|
||||
//import net.minecraft.world.level.tile.Tile;
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
#include "../Blocks/Tile.h"
|
||||
#include "Recipy.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../Build/stdafx.h"
|
||||
#include "../Platform/stdafx.h"
|
||||
|
||||
#include "../Headers/net.minecraft.world.item.h"
|
||||
#include "../Blocks/Tile.h"
|
||||
|
||||
Reference in New Issue
Block a user