Skip to content

Commit

Permalink
Updated 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LudoCrypt committed Aug 19, 2020
1 parent 3f579d9 commit 287d8cb
Show file tree
Hide file tree
Showing 143 changed files with 814 additions and 1,856 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bin/main/assets/backrooms/textures/block/red_wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bin/main/assets/backrooms/textures/block/wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions bin/main/backrooms.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"compatibilityLevel": "JAVA_8",
"mixins": [
"GoToBackroomsMixin",
"PlayerMixin",
"MobSpawnLocationMixin"
"MobSpawnLocationMixin",
"EntityMixin"
],
"client": [
"BuiltinModelItemRendererMixin",
Expand Down
14 changes: 0 additions & 14 deletions bin/main/data/minecraft/dimension_type/backrooms/level_0.json

This file was deleted.

14 changes: 0 additions & 14 deletions bin/main/data/minecraft/dimension_type/backrooms/level_1.json

This file was deleted.

14 changes: 0 additions & 14 deletions bin/main/data/minecraft/dimension_type/backrooms/level_2.json

This file was deleted.

14 changes: 0 additions & 14 deletions bin/main/data/minecraft/dimension_type/backrooms/level_3.json

This file was deleted.

75 changes: 39 additions & 36 deletions bin/main/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,41 @@
{
"schemaVersion": 1,
"id": "backrooms",
"version": "1.2.0",

"name": "The Backrooms",
"description": "The backrooms, endless mono yellow rooms to traverse.",
"authors": [
"LudoCrypt",
"Angel Craig"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/the-backrooms",
"sources": "https://github.com/LudoCrypt/Backrooms",
"issues": "https://github.com/LudoCrypt/Backrooms/issues"
},

"license": "CC0-1.0",
"icon": "assets/backrooms/icon.png",

"environment": "*",
"entrypoints": {
"main": ["net.ludocrypt.backrooms.Backrooms"],
"client": ["net.ludocrypt.backrooms.BackroomsClient"],
"modmenu": ["net.ludocrypt.backrooms.config.ModMenuConfig"]
},
"mixins": [
"backrooms.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
},
"suggests": {
"flamingo": "*"
}
"schemaVersion": 1,
"id": "backrooms",
"version": "1.2.2",
"name": "The Backrooms",
"description": "The backrooms, endless mono yellow rooms to traverse.",
"authors": [
"LudoCrypt",
"Angel Craig"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/the-backrooms",
"sources": "https://github.com/LudoCrypt/Backrooms",
"issues": "https://github.com/LudoCrypt/Backrooms/issues"
},
"license": "CC0-1.0",
"icon": "assets/backrooms/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"net.ludocrypt.backrooms.Backrooms"
],
"client": [
"net.ludocrypt.backrooms.BackroomsClient"
],
"modmenu": [
"net.ludocrypt.backrooms.config.ModMenuConfig"
]
},
"mixins": [
"backrooms.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
},
"suggests": {
"flamingo": "*"
}
}
Binary file modified bin/main/net/ludocrypt/backrooms/Backrooms.class
Binary file not shown.
Binary file removed bin/main/net/ludocrypt/backrooms/biome/Level0.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/main/net/ludocrypt/backrooms/biome/Level1.class
Binary file not shown.
Binary file removed bin/main/net/ludocrypt/backrooms/biome/Level2.class
Binary file not shown.
Binary file removed bin/main/net/ludocrypt/backrooms/biome/Level3.class
Binary file not shown.
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/blocks/VoidBlock.class
Binary file not shown.
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/features/Level0DottedRoom.class
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/features/Level0RedRoom.class
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/features/Level0Room.class
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/features/Level1Room.class
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/features/Level2Room.class
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/features/Level3Room.class
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/features/LevelsFeatureInit.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/misc/BackroomsMusicType.class
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/mixin/GoToBackroomsMixin.class
Binary file not shown.
Binary file not shown.
Binary file modified bin/main/net/ludocrypt/backrooms/mixin/MusicMixin.class
Binary file not shown.
Binary file not shown.
18 changes: 10 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,18 @@ repositories {


dependencies {
minecraft "com.mojang:minecraft:1.16.1"
mappings "net.fabricmc:yarn:1.16.1+build.21:v2"
modImplementation "net.fabricmc:fabric-loader:0.9.0+build.204"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.16.0+build.384-1.16.1"
include(modImplementation('com.github.Chocohead:Fabric-ASM:v2.0.1'))
modApi "me.shedaniel.cloth:config-2:4.6.0"
include "me.shedaniel.cloth:config-2:4.6.0"
minecraft "com.mojang:minecraft:1.16.2"
mappings "net.fabricmc:yarn:1.16.2+build.9:v2"
modImplementation "net.fabricmc:fabric-loader:0.9.1+build.205"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.17.2+build.396-1.16"
modApi("me.shedaniel.cloth:config-2:4.7.0-unstable") {
exclude(group: "net.fabricmc.fabric-api")
}
include "me.shedaniel.cloth:config-2:4.7.0-unstable"
modApi "me.sargunvohra.mcmods:autoconfig1u:3.2.0-unstable"
include "me.sargunvohra.mcmods:autoconfig1u:3.2.0-unstable"
modImplementation "io.github.prospector:modmenu:1.14.5+build.30"
modImplementation "io.github.prospector:modmenu:1.14.6+build.31"
include(modImplementation('com.github.Chocohead:Fabric-ASM:v2.1'))
}

processResources {
Expand Down
22 changes: 8 additions & 14 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx8G
org.gradle.jvmargs=-Xmx2G
mod_version = 1.2.2
maven_group = net.ludocrypt
archives_base_name = the-backrooms

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.16.1
yarn_mappings=1.16.1+build.21
loader_version=0.9.0+build.204
minecraft_version=1.16.2
yarn_mappings=1.16.2+build.9
loader_version=0.9.1+build.205
fabric_version=0.17.2+build.396-1.16

# Mod Properties
mod_version = 1.2.1
maven_group = net.ludocrypt
archives_base_name = the-backrooms

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.16.0+build.384-1.16.1
Empty file added logs/latest.log
Empty file.
Loading

0 comments on commit 287d8cb

Please sign in to comment.