Add banner pattern files
|
@ -29,6 +29,48 @@ local colors = {
|
||||||
["unicolor_light_blue"] = {"light_blue", "Light Blue Banner", "mcl_wool:light_blue", "#4040CFE0" },
|
["unicolor_light_blue"] = {"light_blue", "Light Blue Banner", "mcl_wool:light_blue", "#4040CFE0" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
local patterns = {
|
||||||
|
"base",
|
||||||
|
"border",
|
||||||
|
"bricks",
|
||||||
|
"circle",
|
||||||
|
"creeper",
|
||||||
|
"cross",
|
||||||
|
"curly_border",
|
||||||
|
"diagonal_left",
|
||||||
|
"diagonal_right",
|
||||||
|
"diagonal_up_left",
|
||||||
|
"diagonal_up_right",
|
||||||
|
"flower",
|
||||||
|
"gradient",
|
||||||
|
"gradient_up",
|
||||||
|
"half_horizontal_bottom",
|
||||||
|
"half_horizontal",
|
||||||
|
"half_vertical",
|
||||||
|
"half_vertical_right",
|
||||||
|
"thing",
|
||||||
|
"rhombus",
|
||||||
|
"skull",
|
||||||
|
"small_stripes",
|
||||||
|
"square_bottom_left",
|
||||||
|
"square_bottom_right",
|
||||||
|
"square_top_left",
|
||||||
|
"square_top_right",
|
||||||
|
"straight_cross",
|
||||||
|
"stripe_bottom",
|
||||||
|
"stripe_center",
|
||||||
|
"stripe_downleft",
|
||||||
|
"stripe_downright",
|
||||||
|
"stripe_left",
|
||||||
|
"stripe_middle",
|
||||||
|
"stripe_right",
|
||||||
|
"stripe_top",
|
||||||
|
"triangle_bottom",
|
||||||
|
"triangles_bottom",
|
||||||
|
"triangles_top",
|
||||||
|
"triangle_top",
|
||||||
|
}
|
||||||
|
|
||||||
-- After destroying the standing banner node
|
-- After destroying the standing banner node
|
||||||
local on_destruct_standing_banner = function(pos)
|
local on_destruct_standing_banner = function(pos)
|
||||||
-- Find this node's banner entity and make it drop as an item
|
-- Find this node's banner entity and make it drop as an item
|
||||||
|
|
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 99 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_border.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_bricks.png
Normal file
After Width: | Height: | Size: 166 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_circle.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_creeper.png
Normal file
After Width: | Height: | Size: 132 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_cross.png
Normal file
After Width: | Height: | Size: 200 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_curly_border.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_left.png
Normal file
After Width: | Height: | Size: 169 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_right.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_up_left.png
Normal file
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 170 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_flower.png
Normal file
After Width: | Height: | Size: 939 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_gradient.png
Normal file
After Width: | Height: | Size: 172 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_gradient_up.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_half_horizontal.png
Normal file
After Width: | Height: | Size: 112 B |
After Width: | Height: | Size: 98 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_half_vertical.png
Normal file
After Width: | Height: | Size: 115 B |
After Width: | Height: | Size: 117 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_rhombus.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_skull.png
Normal file
After Width: | Height: | Size: 347 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_small_stripes.png
Normal file
After Width: | Height: | Size: 117 B |
After Width: | Height: | Size: 114 B |
After Width: | Height: | Size: 112 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_square_top_left.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_square_top_right.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_straight_cross.png
Normal file
After Width: | Height: | Size: 122 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_bottom.png
Normal file
After Width: | Height: | Size: 114 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_center.png
Normal file
After Width: | Height: | Size: 114 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_downleft.png
Normal file
After Width: | Height: | Size: 198 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_downright.png
Normal file
After Width: | Height: | Size: 202 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_left.png
Normal file
After Width: | Height: | Size: 114 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_middle.png
Normal file
After Width: | Height: | Size: 108 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_right.png
Normal file
After Width: | Height: | Size: 117 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_top.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_thing.png
Normal file
After Width: | Height: | Size: 662 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_triangle_bottom.png
Normal file
After Width: | Height: | Size: 361 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_triangle_top.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_triangles_bottom.png
Normal file
After Width: | Height: | Size: 138 B |
BIN
mods/ITEMS/mcl_banners/textures/mcl_banners_triangles_top.png
Normal file
After Width: | Height: | Size: 135 B |