Skip to content

Commit

Permalink
Add support for chisel antiblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalgo239 committed Aug 23, 2022
1 parent 0f8096f commit 988abb0
Show file tree
Hide file tree
Showing 37 changed files with 217 additions and 0 deletions.
28 changes: 28 additions & 0 deletions assets/chisel/blockstates/antiblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"forge_marker": 1,
"defaults": {
"model" : "chisel:cube_2_layer",
"textures": {
"bot_all" : "chisel:blocks/antiblock/antiblock",
"particle": "#bot_all"
}
},
"variants": {
"magenta" : [{ "textures": { "top_all": "chisel:blocks/antiblock/magenta_bloom" } }],
"pink" : [{ "textures": { "top_all": "chisel:blocks/antiblock/pink_bloom" } }],
"green" : [{ "textures": { "top_all": "chisel:blocks/antiblock/green_bloom" } }],
"lime" : [{ "textures": { "top_all": "chisel:blocks/antiblock/lime_bloom" } }],
"black" : [{ "textures": { "top_all": "chisel:blocks/antiblock/black_bloom" } }],
"yellow" : [{ "textures": { "top_all": "chisel:blocks/antiblock/yellow_bloom" } }],
"light_blue": [{ "textures": { "top_all": "chisel:blocks/antiblock/light_blue_bloom" } }],
"brown" : [{ "textures": { "top_all": "chisel:blocks/antiblock/brown_bloom" } }],
"cyan" : [{ "textures": { "top_all": "chisel:blocks/antiblock/cyan_bloom" } }],
"orange" : [{ "textures": { "top_all": "chisel:blocks/antiblock/orange_bloom" } }],
"red" : [{ "textures": { "top_all": "chisel:blocks/antiblock/red_bloom" } }],
"gray" : [{ "textures": { "top_all": "chisel:blocks/antiblock/gray_bloom" } }],
"blue" : [{ "textures": { "top_all": "chisel:blocks/antiblock/blue_bloom" } }],
"white" : [{ "textures": { "top_all": "chisel:blocks/antiblock/white_bloom" } }],
"purple" : [{ "textures": { "top_all": "chisel:blocks/antiblock/purple_bloom" } }],
"silver" : [{ "textures": { "top_all": "chisel:blocks/antiblock/silver_bloom" } }]
}
}
32 changes: 32 additions & 0 deletions assets/chisel/models/block/cube_2_layer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "block/layered_cube_all_2",
"ambientocclusion": false,
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"shade": false,
"faces": {
"down" : { "texture": "#bot_all", "cullface": "down" },
"up" : { "texture": "#bot_all", "cullface": "up" },
"north": { "texture": "#bot_all", "cullface": "north" },
"south": { "texture": "#bot_all", "cullface": "south" },
"west" : { "texture": "#bot_all", "cullface": "west" },
"east" : { "texture": "#bot_all", "cullface": "east" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"shade": false,
"faces": {
"down" : { "texture": "#top_all", "cullface": "down" },
"up" : { "texture": "#top_all", "cullface": "up" },
"north": { "texture": "#top_all", "cullface": "north" },
"south": { "texture": "#top_all", "cullface": "south" },
"west" : { "texture": "#top_all", "cullface": "west" },
"east" : { "texture": "#top_all", "cullface": "east" }
}
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/chisel/textures/blocks/antiblock/antiblock.png.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"ctm": {
"ctm_version": 1,
"type": "ctm",
"layer": "CUTOUT",
"textures": [
"chisel:blocks/antiblock/antiblock_ctm"
],
"extra": {
"ignore_states": true
}
}
}
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/chisel/textures/blocks/antiblock/blue_bloom.png.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/chisel/textures/blocks/antiblock/cyan_bloom.png.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/chisel/textures/blocks/antiblock/gray_bloom.png.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/chisel/textures/blocks/antiblock/lime_bloom.png.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/chisel/textures/blocks/antiblock/pink_bloom.png.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/chisel/textures/blocks/antiblock/red_bloom.png.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "BLOOM",
"extra": {
"light": 15
}
}
}

0 comments on commit 988abb0

Please sign in to comment.