Compare commits
1 Commits
1.21.1-fab
...
master
Author | SHA1 | Date | |
---|---|---|---|
44fbfbcb31 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,7 +31,6 @@ bin/
|
|||||||
# fabric
|
# fabric
|
||||||
|
|
||||||
run/
|
run/
|
||||||
src/main/generated/.cache/
|
|
||||||
|
|
||||||
# java
|
# java
|
||||||
|
|
||||||
|
22
build.gradle
22
build.gradle
@ -11,15 +11,11 @@ base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "https://cursemaven.com/" }
|
// Add repositories to retrieve artifacts from in here.
|
||||||
maven { url "https://api.modrinth.com/maven" }
|
// You should only use this when depending on other mods because
|
||||||
maven { url "https://maven.terraformersmc.com/" } // Biolith + ModMenu (Cinderscapes)
|
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
|
||||||
maven { url "https://maven.minecraftforge.net/" } // Terrablender
|
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
|
||||||
maven { url "https://maven.shedaniel.me" } // ClothConfig (Cinderscapes)
|
// for more information about repositories.
|
||||||
maven { url "https://maven.kyrptonaught.dev" } // Deeper & Darker
|
|
||||||
maven { url "https://maven.wispforest.io" } // OwO-Lib (Deeper & Darker)
|
|
||||||
maven { url "https://maven.ladysnake.org/releases" } // Trinkets, Cardinal Components (Desolation)
|
|
||||||
maven { url "https://raw.githubusercontent.com/Fuzss/modresources/main/maven"} // Fuzs stuff
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fabricApi {
|
fabricApi {
|
||||||
@ -32,19 +28,11 @@ dependencies {
|
|||||||
// To change the versions see the gradle.properties file
|
// To change the versions see the gradle.properties file
|
||||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||||
//mappings loom.officialMojangMappings()
|
|
||||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||||
|
|
||||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||||
|
|
||||||
modApi "com.terraformersmc:biolith-fabric:3.0.0-alpha.1"
|
|
||||||
modApi "com.terraformersmc:modmenu:11.0.1"
|
|
||||||
modApi "com.terraformersmc.terraform-api:terraform-biome-remapper-api-v1:11.0.0-alpha.1"
|
|
||||||
modApi "com.terraformersmc.terraform-api:terraform-shapes-api-v1:11.0.0-alpha.1"
|
|
||||||
modApi "com.terraformersmc.terraform-api:terraform-wood-api-v1:11.0.0-alpha.1"
|
|
||||||
include "com.terraformersmc.terraform-api:terraform-wood-api-v1:11.0.0-alpha.1"
|
|
||||||
modApi "me.shedaniel.cloth:cloth-config-fabric:15.0.127"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
@ -4,14 +4,14 @@ org.gradle.parallel=true
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.21.1
|
minecraft_version=1.21.4
|
||||||
yarn_mappings=1.21.1+build.3
|
yarn_mappings=1.21.4+build.8
|
||||||
loader_version=0.16.10
|
loader_version=0.16.10
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.0.0
|
mod_version=0.1.0
|
||||||
maven_group=xyz.ibatv.nethercraft
|
maven_group=xyz.ibatv.nethercraft
|
||||||
archives_base_name=nethercraft-classic
|
archives_base_name=nethercraft-classic
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.115.1+1.21.1
|
fabric_version=0.118.0+1.21.4
|
@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"age=0": {
|
|
||||||
"model": "nethercraft-classic:block/dark_wheat_crop_stage0"
|
|
||||||
},
|
|
||||||
"age=1": {
|
|
||||||
"model": "nethercraft-classic:block/dark_wheat_crop_stage1"
|
|
||||||
},
|
|
||||||
"age=2": {
|
|
||||||
"model": "nethercraft-classic:block/dark_wheat_crop_stage2"
|
|
||||||
},
|
|
||||||
"age=3": {
|
|
||||||
"model": "nethercraft-classic:block/dark_wheat_crop_stage3"
|
|
||||||
},
|
|
||||||
"age=4": {
|
|
||||||
"model": "nethercraft-classic:block/dark_wheat_crop_stage4"
|
|
||||||
},
|
|
||||||
"age=5": {
|
|
||||||
"model": "nethercraft-classic:block/dark_wheat_crop_stage5"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/foulite_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_bookshelf"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,124 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"facing=east,half=lower,hinge=left,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_left"
|
|
||||||
},
|
|
||||||
"facing=east,half=lower,hinge=left,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_left_open",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=east,half=lower,hinge=right,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_right"
|
|
||||||
},
|
|
||||||
"facing=east,half=lower,hinge=right,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_right_open",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=east,half=upper,hinge=left,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_left"
|
|
||||||
},
|
|
||||||
"facing=east,half=upper,hinge=left,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_left_open",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=east,half=upper,hinge=right,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_right"
|
|
||||||
},
|
|
||||||
"facing=east,half=upper,hinge=right,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_right_open",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=lower,hinge=left,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_left",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=lower,hinge=left,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_left_open"
|
|
||||||
},
|
|
||||||
"facing=north,half=lower,hinge=right,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_right",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=lower,hinge=right,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_right_open",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=upper,hinge=left,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_left",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=upper,hinge=left,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_left_open"
|
|
||||||
},
|
|
||||||
"facing=north,half=upper,hinge=right,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_right",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=upper,hinge=right,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_right_open",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=lower,hinge=left,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_left",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=lower,hinge=left,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_left_open",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=lower,hinge=right,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_right",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=lower,hinge=right,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_right_open"
|
|
||||||
},
|
|
||||||
"facing=south,half=upper,hinge=left,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_left",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=upper,hinge=left,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_left_open",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=upper,hinge=right,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_right",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=upper,hinge=right,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_right_open"
|
|
||||||
},
|
|
||||||
"facing=west,half=lower,hinge=left,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_left",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=lower,hinge=left,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_left_open",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=west,half=lower,hinge=right,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_right",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=lower,hinge=right,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_bottom_right_open",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,half=upper,hinge=left,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_left",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=upper,hinge=left,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_left_open",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=west,half=upper,hinge=right,open=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_right",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=upper,hinge=right,open=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_door_top_right_open",
|
|
||||||
"y": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,48 +0,0 @@
|
|||||||
{
|
|
||||||
"multipart": [
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_fence_post"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_fence_side",
|
|
||||||
"uvlock": true
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"north": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_fence_side",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"east": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_fence_side",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"south": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_fence_side",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"west": "true"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_leaves"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"axis=x": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_log_horizontal",
|
|
||||||
"x": 90,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"axis=y": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_log"
|
|
||||||
},
|
|
||||||
"axis=z": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_log_horizontal",
|
|
||||||
"x": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"powered=false": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_pressureplate"
|
|
||||||
},
|
|
||||||
"powered=true": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_pressureplate_down"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_sapling"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,209 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"facing=east,half=bottom,shape=inner_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=east,half=bottom,shape=inner_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner"
|
|
||||||
},
|
|
||||||
"facing=east,half=bottom,shape=outer_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=east,half=bottom,shape=outer_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer"
|
|
||||||
},
|
|
||||||
"facing=east,half=bottom,shape=straight": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs"
|
|
||||||
},
|
|
||||||
"facing=east,half=top,shape=inner_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"facing=east,half=top,shape=inner_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=east,half=top,shape=outer_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"facing=east,half=top,shape=outer_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=east,half=top,shape=straight": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,shape=inner_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,shape=inner_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,shape=outer_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,shape=outer_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,shape=straight": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=top,shape=inner_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=top,shape=inner_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=top,shape=outer_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=top,shape=outer_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=top,shape=straight": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,shape=inner_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner"
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,shape=inner_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,shape=outer_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer"
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,shape=outer_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,shape=straight": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=top,shape=inner_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=top,shape=inner_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=top,shape=outer_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=top,shape=outer_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=top,shape=straight": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,shape=inner_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,shape=inner_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,shape=outer_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,shape=outer_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,shape=straight": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=top,shape=inner_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=top,shape=inner_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=west,half=top,shape=outer_left": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=top,shape=outer_right": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=west,half=top,shape=straight": {
|
|
||||||
"model": "nethercraft-classic:block/glowood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/heat_sand"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/linium_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/linium_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/neridium_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/neridium_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/nether_dirt"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/nether_glass"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/pyridium_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/pyridium_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/slow_glass"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/smooth_netherrack"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "nethercraft-classic:block/w_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/crop",
|
|
||||||
"textures": {
|
|
||||||
"crop": "nethercraft-classic:block/dark_wheat_crop_stage0"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/crop",
|
|
||||||
"textures": {
|
|
||||||
"crop": "nethercraft-classic:block/dark_wheat_crop_stage1"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/crop",
|
|
||||||
"textures": {
|
|
||||||
"crop": "nethercraft-classic:block/dark_wheat_crop_stage2"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/crop",
|
|
||||||
"textures": {
|
|
||||||
"crop": "nethercraft-classic:block/dark_wheat_crop_stage3"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/crop",
|
|
||||||
"textures": {
|
|
||||||
"crop": "nethercraft-classic:block/dark_wheat_crop_stage4"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/crop",
|
|
||||||
"textures": {
|
|
||||||
"crop": "nethercraft-classic:block/dark_wheat_crop_stage5"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/foulite_ore"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_column",
|
|
||||||
"textures": {
|
|
||||||
"end": "nethercraft-classic:block/glowood_planks",
|
|
||||||
"side": "nethercraft-classic:block/glowood_bookshelf"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_column_horizontal",
|
|
||||||
"textures": {
|
|
||||||
"end": "nethercraft-classic:block/glowood_bookshelf_top",
|
|
||||||
"side": "nethercraft-classic:block/glowood_bookshelf"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_bottom_left",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_door_bottom",
|
|
||||||
"top": "nethercraft-classic:block/glowood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_bottom_left_open",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_door_bottom",
|
|
||||||
"top": "nethercraft-classic:block/glowood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_bottom_right",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_door_bottom",
|
|
||||||
"top": "nethercraft-classic:block/glowood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_bottom_right_open",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_door_bottom",
|
|
||||||
"top": "nethercraft-classic:block/glowood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_top_left",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_door_bottom",
|
|
||||||
"top": "nethercraft-classic:block/glowood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_top_left_open",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_door_bottom",
|
|
||||||
"top": "nethercraft-classic:block/glowood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_top_right",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_door_bottom",
|
|
||||||
"top": "nethercraft-classic:block/glowood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_top_right_open",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_door_bottom",
|
|
||||||
"top": "nethercraft-classic:block/glowood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/fence_inventory",
|
|
||||||
"textures": {
|
|
||||||
"texture": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/fence_post",
|
|
||||||
"textures": {
|
|
||||||
"texture": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/fence_side",
|
|
||||||
"textures": {
|
|
||||||
"texture": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/leaves",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/glowood_leaves"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_column",
|
|
||||||
"textures": {
|
|
||||||
"end": "nethercraft-classic:block/glowood_log_top",
|
|
||||||
"side": "nethercraft-classic:block/glowood_log"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_column_horizontal",
|
|
||||||
"textures": {
|
|
||||||
"end": "nethercraft-classic:block/glowood_log_top",
|
|
||||||
"side": "nethercraft-classic:block/glowood_log"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/pressure_plate_up",
|
|
||||||
"textures": {
|
|
||||||
"texture": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/pressure_plate_down",
|
|
||||||
"textures": {
|
|
||||||
"texture": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cross",
|
|
||||||
"textures": {
|
|
||||||
"cross": "nethercraft-classic:block/glowood_sapling"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/stairs",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_planks",
|
|
||||||
"side": "nethercraft-classic:block/glowood_planks",
|
|
||||||
"top": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/inner_stairs",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_planks",
|
|
||||||
"side": "nethercraft-classic:block/glowood_planks",
|
|
||||||
"top": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/outer_stairs",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "nethercraft-classic:block/glowood_planks",
|
|
||||||
"side": "nethercraft-classic:block/glowood_planks",
|
|
||||||
"top": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/heat_sand"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/linium_block"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/linium_ore"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/neridium_block"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/neridium_ore"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/nether_dirt"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/nether_glass"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/pyridium_block"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/pyridium_ore"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/slow_glass"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/smooth_netherrack"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "nethercraft-classic:block/w_ore"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/dark_wheat"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/dark_wheat_seeds"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/devilbread"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/foulite_dust"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/foulite_ore"
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/glow_apple"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/handheld",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/glowood_axe"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/glowood_bookshelf"
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/glowood_bowl"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/glowood_door"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/glowood_fence_inventory"
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/handheld",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/glowood_hoe"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/glowood_leaves"
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/glowood_log"
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/handheld",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/glowood_pickaxe"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/glowood_planks"
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/glowood_pressureplate"
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/glowood_sapling"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/handheld",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/glowood_shovel"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/glowood_stairs"
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/handheld",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/glowood_sword"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/glowstew"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/heat_sand"
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/imp_skin"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/lava_book"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/lava_paper"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/handheld",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/linium_axe"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/linium_block"
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/handheld",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/linium_hoe"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/linium_ingot"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "nethercraft-classic:block/linium_ore"
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/handheld",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "nethercraft-classic:item/linium_pickaxe"
|
|
||||||
}
|
|
||||||
}
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user