mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-15 07:20:09 -04:00
Models (#657)
* Added ability to load .obj files * remove .mtl file * Replaced z up with y up in obj because apparently it is better * Make cubyz support blockbench models correctly * Not working changes * Segfault * Fixed bugs because i felt like it * Catch up * stuff * Stuff * Catch up * Remove unneccessary code * Changes to hopefully fix things * Remove debug log * Remove exportModel function * Updated new blocks * Fixed some std.log.err calls * aaa * I AM SO HAPPY YEEEEESSSSSSSSSSSSSSSSSSSSSSSSS * im silly * remove commented line * Remove useless code * remove thing * remove backgrounds * export function just in case i make an oopsie * add 1 to indices * final exportModel fix before i remove * remove export model * i forgor to do the uv stuff * hopefully final exportModel change * yoo * final changes * fixed memory leak
This commit is contained in:
parent
e1d715ce1c
commit
5cb12cc3ed
@ -6,7 +6,7 @@
|
||||
],
|
||||
"absorbedLight" : 0x202830,
|
||||
"rotation" : "fence",
|
||||
"model" : "fence",
|
||||
"model" : "cubyz:fence",
|
||||
"texture" : "cubyz:birch_fence",
|
||||
"texture_top" : "cubyz:birch_fence_top",
|
||||
"texture_bottom" : "cubyz:birch_fence_top"
|
||||
|
@ -8,7 +8,7 @@
|
||||
"degradable" : true,
|
||||
"alwaysViewThrough" : true,
|
||||
"absorbedLight" : 0x121012,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:birch_leaves",
|
||||
"lodReplacement" : "cubyz:birch_leaves_opaque",
|
||||
"opaqueVariant" : "cubyz:birch_leaves_opaque"
|
||||
|
@ -2,6 +2,6 @@
|
||||
"class" : "leaf",
|
||||
"hasItem" : false,
|
||||
"absorbedLight" : 0x121012,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:birch_leaves_opaque"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "log",
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:birch_log",
|
||||
"texture_top" : "cubyz:birch_log_top",
|
||||
"texture_bottom" : "cubyz:birch_log_top"
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:birch_planks"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "log",
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:birch_log",
|
||||
"texture_top" : "cubyz:birch_log",
|
||||
"texture_bottom" : "cubyz:birch_log_top",
|
||||
|
@ -4,6 +4,6 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:cactus"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/aqua"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/black"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/blue"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/brown"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/crimson"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/cyan"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/dark_grey"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/green"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/grey"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/indigo"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/lime"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/magenta"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/orange"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/pink"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/purple"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/red"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/violet"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/viridian"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/white"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:chalk/yellow"
|
||||
}
|
||||
|
@ -14,6 +14,6 @@
|
||||
"drops" : [
|
||||
"cubyz:coal"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:coal_ore"
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:cobblestone",
|
||||
|
||||
"rotation" : "stairs",
|
||||
|
@ -14,6 +14,6 @@
|
||||
"drops" : [
|
||||
"cubyz:diamond"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:diamond_ore"
|
||||
}
|
||||
|
@ -4,6 +4,6 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:dirt"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:ferrock"
|
||||
}
|
||||
|
@ -6,6 +6,6 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "stairs",
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:ferrock_bricks"
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
"collide": false,
|
||||
"absorbedLight" : 0x010100,
|
||||
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:fog/blue"
|
||||
"item": {
|
||||
"texture" : "fog/blue.png",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"collide": false,
|
||||
"absorbedLight" : 0x010000,
|
||||
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:fog/cyan"
|
||||
"item": {
|
||||
"texture" : "fog/cyan.png",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"collide": false,
|
||||
"absorbedLight" : 0x010001,
|
||||
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:fog/green"
|
||||
"item": {
|
||||
"texture" : "fog/green.png",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"collide": false,
|
||||
"absorbedLight" : 0x000100,
|
||||
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:fog/magenta"
|
||||
"item": {
|
||||
"texture" : "fog/magenta.png",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"collide": false,
|
||||
"absorbedLight" : 0x000101,
|
||||
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:fog/red"
|
||||
"item": {
|
||||
"texture" : "fog/red.png",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"collide": false,
|
||||
"absorbedLight" : 0x000001,
|
||||
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:fog/yellow"
|
||||
"item": {
|
||||
"texture" : "fog/yellow.png",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:frost",
|
||||
"blockEntity" : "cubyz.modding.base.MeltableBlockEntity"
|
||||
}
|
||||
|
@ -6,6 +6,6 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "stairs",
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glacite"
|
||||
}
|
||||
|
@ -6,6 +6,6 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "stairs",
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glacite_bricks"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0xe95825,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/aqua"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0xe6e6e6,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/black"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0xdc923c,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/blue"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x96bdd8,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/brown"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x69e4e1,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/crimson"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0xc62031,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/cyan"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0xacacac,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/dark_grey"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0xd966d9,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/green"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x656565,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/grey"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0xd0c16d,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/indigo"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0xa03ed0,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/lime"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x0d9f35,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/magenta"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x1183ee,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/orange"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x056830,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/pink"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x83d66a,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/purple"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x2ad6d6,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/red"
|
||||
}
|
||||
|
@ -8,6 +8,6 @@
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x4001ff,
|
||||
"emittedLight" : 0x80ff00,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/uranium"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x46c345,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/violet"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0xf09ad6,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/viridian"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x0f0f0f,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/white"
|
||||
}
|
||||
|
@ -7,6 +7,6 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0x0d36f1,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glass/yellow"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x111111,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/black"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x0000ff,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/blue"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x804000,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/brown"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x00ffb0,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/cyan"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x444444,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/dark_gray"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x008000,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/dark_green"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x800000,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/dark_red"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x808080,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/gray"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x00ff00,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/green"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x4040ff,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/light_blue"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0xff8000,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/orange"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0xff00ff,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/purple"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0xff0000,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/red"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0x8000ff,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/violet"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0xffffff,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/white"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"none"
|
||||
],
|
||||
"emittedLight" : 0xffff00,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:glow_crystal/yellow"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"cubyz:soil"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:grass_top",
|
||||
"texture_bottom" : "cubyz:soil"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
"viewThrough" : true,
|
||||
"absorbedLight" : 0x121012,
|
||||
"collide": false,
|
||||
"model" : "cross",
|
||||
"model" : "cubyz:cross",
|
||||
"texture" : "cubyz:grass_vegetation",
|
||||
"item": {
|
||||
"texture" : "grass.png",
|
||||
|
@ -4,6 +4,6 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:gravel"
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"transparent" : true,
|
||||
"hasBackFace" : true,
|
||||
"absorbedLight" : 0xe95825,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:ice",
|
||||
"blockEntity" : "cubyz.modding.base.MeltableBlockEntity"
|
||||
}
|
||||
|
@ -6,6 +6,6 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "stairs",
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:iron_block"
|
||||
}
|
||||
|
@ -14,6 +14,6 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:iron_ore"
|
||||
}
|
||||
|
@ -11,6 +11,6 @@
|
||||
"collide": false,
|
||||
"absorbedLight" : 0x0084ff,
|
||||
"emittedLight" : 0xff7b00,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:lava"
|
||||
}
|
||||
|
@ -6,6 +6,6 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "stairs",
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:limestone"
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation": "stairs",
|
||||
"model": "cube",
|
||||
"model": "cubyz:cube",
|
||||
"texture": "cubyz:limestone_bricks"
|
||||
}
|
@ -5,6 +5,6 @@
|
||||
"auto"
|
||||
],
|
||||
"emittedLight" : 0x884928,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:magma"
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
],
|
||||
"absorbedLight" : 0x202830,
|
||||
"rotation" : "fence",
|
||||
"model" : "fence",
|
||||
"model" : "cubyz:fence",
|
||||
"texture" : "cubyz:mahogany_fence",
|
||||
"texture_top" : "cubyz:mahogany_fence_top",
|
||||
"texture_bottom" : "cubyz:mahogany_fence_top"
|
||||
|
@ -8,7 +8,7 @@
|
||||
"degradable" : true,
|
||||
"alwaysViewThrough" : true,
|
||||
"absorbedLight" : 0x121012,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:mahogany_leaves",
|
||||
"lodReplacement" : "cubyz:mahogany_leaves_opaque",
|
||||
"opaqueVariant" : "cubyz:mahogany_leaves_opaque"
|
||||
|
@ -2,6 +2,6 @@
|
||||
"class" : "leaf",
|
||||
"hasItem" : false,
|
||||
"absorbedLight" : 0x121012,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:mahogany_leaves_opaque"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "log",
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:mahogany_log",
|
||||
"texture_top" : "cubyz:mahogany_log_top",
|
||||
"texture_bottom" : "cubyz:mahogany_log_top"
|
||||
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:mahogany_planks"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "log",
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:mahogany_log",
|
||||
"texture_top" : "cubyz:mahogany_log",
|
||||
"texture_bottom" : "cubyz:mahogany_log_top"
|
||||
|
@ -5,6 +5,6 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation": "stairs",
|
||||
"model": "cube",
|
||||
"model": "cubyz:cube",
|
||||
"texture": "cubyz:marble"
|
||||
}
|
@ -5,6 +5,6 @@
|
||||
"auto"
|
||||
],
|
||||
"rotation": "stairs",
|
||||
"model": "cube",
|
||||
"model": "cubyz:cube",
|
||||
"texture": "cubyz:marble_bricks"
|
||||
}
|
@ -4,7 +4,7 @@
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:mossy_cobblestone",
|
||||
|
||||
"rotation" : "stairs",
|
||||
|
@ -9,6 +9,6 @@
|
||||
"degradable" : false,
|
||||
"alwaysViewThrough" : true,
|
||||
"absorbedLight" : 0x121012,
|
||||
"model" : "cube",
|
||||
"model" : "cubyz:cube",
|
||||
"texture" : "cubyz:oak_leaves"
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
],
|
||||
"absorbedLight" : 0x202830,
|
||||
"rotation" : "fence",
|
||||
"model" : "fence",
|
||||
"model" : "cubyz:fence",
|
||||
"texture" : "cubyz:oak_fence",
|
||||
"texture_top" : "cubyz:oak_fence_top",
|
||||
"texture_bottom" : "cubyz:oak_fence_top"
|
||||
|
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