Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 7fc4760

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 7bee33b + 86b9407 commit 7fc4760

File tree

7 files changed

+35
-0
lines changed

7 files changed

+35
-0
lines changed

src/main/kotlin/scpsharp/content/facility/FacilityGenerator.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2023 SCPSharp Team
3+
*
4+
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
*/
16
package scpsharp.content.facility
27

38
import net.minecraft.registry.Registries

src/main/kotlin/scpsharp/content/facility/FacilityStructure.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2023 SCPSharp Team
3+
*
4+
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
*/
16
package scpsharp.content.facility
27

38
import com.mojang.datafixers.util.Either

src/main/kotlin/scpsharp/content/facility/FacilityStructurePiece.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2023 SCPSharp Team
3+
*
4+
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
*/
16
package scpsharp.content.facility
27

38
import net.minecraft.nbt.NbtCompound

src/main/kotlin/scpsharp/content/facility/FacilityTags.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2023 SCPSharp Team
3+
*
4+
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
*/
16
package scpsharp.content.facility
27

38
import net.minecraft.block.Block

src/main/kotlin/scpsharp/content/facility/site63/Site63Structure.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2023 SCPSharp Team
3+
*
4+
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
*/
16
package scpsharp.content.facility.site63
27

38
import com.mojang.serialization.Codec

src/main/kotlin/scpsharp/content/facility/site63/Site63Tags.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2023 SCPSharp Team
3+
*
4+
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
*/
16
package scpsharp.content.facility.site63
27

38
import net.minecraft.registry.RegistryKeys

src/main/kotlin/scpsharp/content/facility/site63/piece/Site63Gate.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2023 SCPSharp Team
3+
*
4+
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
*/
16
package scpsharp.content.facility.site63.piece
27

38
import net.minecraft.block.Block

0 commit comments

Comments
 (0)