mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-24 02:23:02 +00:00
fix: improperly cased biome.h include
This commit is contained in:
parent
a643690658
commit
180647231b
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
#include "StructureFeature.h"
|
||||
#include "StructureStart.h"
|
||||
#include "biome.h"
|
||||
#include "Biome.h"
|
||||
class Random;
|
||||
|
||||
class NetherBridgeFeature : public StructureFeature
|
||||
|
|
|
|||
Loading…
Reference in a new issue