Initial import
BIN
.cdb-release.jpg
Normal file
After Width: | Height: | Size: 288 KiB |
10
.cdb.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "txp",
|
||||
"title": "Vanilla for NodeCore",
|
||||
"short_description": "Default Textures for NodeCore",
|
||||
"tags": ["16px"],
|
||||
"license": "MIT",
|
||||
"media_license": "MIT",
|
||||
"repo": "https://gitlab.com/sztest/nc_vanillapack",
|
||||
"issue_tracker": "https://discord.gg/NNYeF6f"
|
||||
}
|
28
.cdbrelease.lua
Normal file
@ -0,0 +1,28 @@
|
||||
-- LUALOCALS < ---------------------------------------------------------
|
||||
local math, tonumber
|
||||
= math, tonumber
|
||||
local math_floor
|
||||
= math.floor
|
||||
-- LUALOCALS > ---------------------------------------------------------
|
||||
|
||||
-- luacheck: push
|
||||
-- luacheck: globals config readtext readbinary
|
||||
|
||||
readtext = readtext or function() end
|
||||
readbinary = readbinary or function() end
|
||||
|
||||
local stamp = tonumber("$Format:%at$")
|
||||
if not stamp then return end
|
||||
stamp = math_floor((stamp - 1540612800) / 60)
|
||||
stamp = ("00000000" .. stamp):sub(-8)
|
||||
|
||||
return {
|
||||
user = "Warr1024",
|
||||
pkg = "nc_vanillapack",
|
||||
dev_state = "ACTIVELY_DEVELOPED",
|
||||
version = stamp .. "-$Format:%h$",
|
||||
long_description = readtext("README.md"),
|
||||
screenshots = {readbinary('.cdb-release.jpg')}
|
||||
}
|
||||
|
||||
-- luacheck: pop
|
5
.gitattributes
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
.cdbrelease.lua export-subst
|
||||
.cdbscreen.jpg export-ignore
|
||||
.cdb.json export-ignore
|
||||
.git* export-ignore
|
||||
Makefile export-ignore
|
24
LICENSE
Normal file
@ -0,0 +1,24 @@
|
||||
Copyright (C)2018-2020 Aaron Suen <warr1024@gmail.com>
|
||||
Portions Copyright (C)2019 LoneWolfHT <lonewolf04361@gmail.com>
|
||||
Portions Copyright (C)2019 GreenXenith
|
||||
Portions Copyright (C)2019 Elkien
|
||||
Portions Copyright (C)2019 Avicennia_g
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject
|
||||
to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
||||
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
7
Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
SRC=../nodecore
|
||||
|
||||
update:
|
||||
cp "${SRC}/.cdb-release.jpg" .
|
||||
rm -f *.png
|
||||
find "${SRC}" -name src -prune -or -type f -name '*.png' -print \
|
||||
| while read x; do ln -f "$$x" .; done
|
1
README.md
Normal file
@ -0,0 +1 @@
|
||||
This is a texture pack containing the same textures as the base NodeCore game. It allows players to still opt for the standard textures when playing on a server that has a custom texture pack installed server-wide.
|
BIN
background.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
crack_anylength.png
Normal file
After Width: | Height: | Size: 808 B |
BIN
header.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
nc_api_craft_smoke.png
Normal file
After Width: | Height: | Size: 580 B |
BIN
nc_api_loose.png
Normal file
After Width: | Height: | Size: 300 B |
BIN
nc_api_pummel.png
Normal file
After Width: | Height: | Size: 82 B |
BIN
nc_api_storebox_frame.png
Normal file
After Width: | Height: | Size: 87 B |
BIN
nc_concrete_adobe.png
Normal file
After Width: | Height: | Size: 300 B |
BIN
nc_concrete_etched.png
Normal file
After Width: | Height: | Size: 285 B |
BIN
nc_concrete_mask.png
Normal file
After Width: | Height: | Size: 138 B |
BIN
nc_concrete_pattern_bindy.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
nc_concrete_pattern_boxy.png
Normal file
After Width: | Height: | Size: 97 B |
BIN
nc_concrete_pattern_bricky.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
nc_concrete_pattern_hashy.png
Normal file
After Width: | Height: | Size: 91 B |
BIN
nc_concrete_pattern_horzy.png
Normal file
After Width: | Height: | Size: 83 B |
BIN
nc_concrete_pattern_iceboxy.png
Normal file
After Width: | Height: | Size: 125 B |
BIN
nc_concrete_pattern_vermy.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
nc_concrete_pattern_verty.png
Normal file
After Width: | Height: | Size: 78 B |
BIN
nc_concrete_pliant.png
Normal file
After Width: | Height: | Size: 306 B |
BIN
nc_concrete_sandstone.png
Normal file
After Width: | Height: | Size: 421 B |
BIN
nc_concrete_tool_stylus.png
Normal file
After Width: | Height: | Size: 224 B |
BIN
nc_doors_ablation_particle.png
Normal file
After Width: | Height: | Size: 155 B |
BIN
nc_doors_hinge_end_base.png
Normal file
After Width: | Height: | Size: 91 B |
BIN
nc_doors_hinge_end_mask.png
Normal file
After Width: | Height: | Size: 82 B |
BIN
nc_doors_hinge_scuff.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
nc_doors_hinge_side_base.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
nc_doors_hinge_side_mask.png
Normal file
After Width: | Height: | Size: 77 B |
BIN
nc_fire_ash.png
Normal file
After Width: | Height: | Size: 282 B |
BIN
nc_fire_coal_1.png
Normal file
After Width: | Height: | Size: 462 B |
BIN
nc_fire_coal_2.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
nc_fire_coal_3.png
Normal file
After Width: | Height: | Size: 455 B |
BIN
nc_fire_coal_4.png
Normal file
After Width: | Height: | Size: 218 B |
BIN
nc_fire_ember_1.png
Normal file
After Width: | Height: | Size: 506 B |
BIN
nc_fire_ember_2.png
Normal file
After Width: | Height: | Size: 607 B |
BIN
nc_fire_ember_3.png
Normal file
After Width: | Height: | Size: 662 B |
BIN
nc_fire_ember_4.png
Normal file
After Width: | Height: | Size: 736 B |
BIN
nc_fire_fire.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
nc_fire_lump.png
Normal file
After Width: | Height: | Size: 107 B |
BIN
nc_fire_spark.png
Normal file
After Width: | Height: | Size: 69 B |
BIN
nc_flora_flower_1_base.png
Normal file
After Width: | Height: | Size: 100 B |
BIN
nc_flora_flower_1_top.png
Normal file
After Width: | Height: | Size: 141 B |
BIN
nc_flora_flower_2_base.png
Normal file
After Width: | Height: | Size: 108 B |
BIN
nc_flora_flower_2_top.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
nc_flora_flower_3_base.png
Normal file
After Width: | Height: | Size: 116 B |
BIN
nc_flora_flower_3_top.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
nc_flora_flower_4_base.png
Normal file
After Width: | Height: | Size: 127 B |
BIN
nc_flora_flower_4_top.png
Normal file
After Width: | Height: | Size: 207 B |
BIN
nc_flora_flower_5_base.png
Normal file
After Width: | Height: | Size: 125 B |
BIN
nc_flora_flower_5_top.png
Normal file
After Width: | Height: | Size: 220 B |
BIN
nc_flora_flower_color.png
Normal file
After Width: | Height: | Size: 339 B |
BIN
nc_flora_flower_color_dry.png
Normal file
After Width: | Height: | Size: 477 B |
BIN
nc_flora_grass_mask.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
nc_flora_rush_inv.png
Normal file
After Width: | Height: | Size: 483 B |
BIN
nc_flora_rush_inv_dry.png
Normal file
After Width: | Height: | Size: 477 B |
BIN
nc_flora_rush_side.png
Normal file
After Width: | Height: | Size: 718 B |
BIN
nc_flora_rush_side_dry.png
Normal file
After Width: | Height: | Size: 703 B |
BIN
nc_flora_sedge_color.png
Normal file
After Width: | Height: | Size: 587 B |
BIN
nc_flora_sedge_item.png
Normal file
After Width: | Height: | Size: 433 B |
BIN
nc_flora_sedge_mask1.png
Normal file
After Width: | Height: | Size: 133 B |
BIN
nc_flora_sedge_mask2.png
Normal file
After Width: | Height: | Size: 106 B |
BIN
nc_flora_sedge_mask3.png
Normal file
After Width: | Height: | Size: 111 B |
BIN
nc_flora_sedge_mask4.png
Normal file
After Width: | Height: | Size: 131 B |
BIN
nc_flora_sedge_mask5.png
Normal file
After Width: | Height: | Size: 134 B |
BIN
nc_flora_thatch.png
Normal file
After Width: | Height: | Size: 678 B |
BIN
nc_flora_wicker.png
Normal file
After Width: | Height: | Size: 746 B |
BIN
nc_igneous_pumice.png
Normal file
After Width: | Height: | Size: 298 B |
BIN
nc_lode_adze.png
Normal file
After Width: | Height: | Size: 90 B |
BIN
nc_lode_annealed.png
Normal file
After Width: | Height: | Size: 507 B |
BIN
nc_lode_hot.png
Normal file
After Width: | Height: | Size: 628 B |
BIN
nc_lode_mask_molten.png
Normal file
After Width: | Height: | Size: 340 B |
BIN
nc_lode_mask_ore.png
Normal file
After Width: | Height: | Size: 413 B |
BIN
nc_lode_mask_prill.png
Normal file
After Width: | Height: | Size: 102 B |
BIN
nc_lode_mask_sign.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
nc_lode_ore.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
nc_lode_rake.png
Normal file
After Width: | Height: | Size: 107 B |
BIN
nc_lode_shelf_base.png
Normal file
After Width: | Height: | Size: 126 B |
BIN
nc_lode_shelf_side.png
Normal file
After Width: | Height: | Size: 130 B |
BIN
nc_lode_stone_cracked.png
Normal file
After Width: | Height: | Size: 547 B |
BIN
nc_lode_tempered.png
Normal file
After Width: | Height: | Size: 593 B |
BIN
nc_lode_tool_handle.png
Normal file
After Width: | Height: | Size: 219 B |
BIN
nc_lode_tool_hatchet.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
nc_lode_tool_mallet.png
Normal file
After Width: | Height: | Size: 83 B |
BIN
nc_lode_tool_mattock.png
Normal file
After Width: | Height: | Size: 100 B |
BIN
nc_lode_tool_pick.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
nc_lode_tool_spade.png
Normal file
After Width: | Height: | Size: 93 B |
BIN
nc_lode_toolhead_hatchet.png
Normal file
After Width: | Height: | Size: 101 B |
BIN
nc_lode_toolhead_mallet.png
Normal file
After Width: | Height: | Size: 87 B |
BIN
nc_lode_toolhead_mattock.png
Normal file
After Width: | Height: | Size: 109 B |
BIN
nc_lode_toolhead_pick.png
Normal file
After Width: | Height: | Size: 105 B |
BIN
nc_lode_toolhead_spade.png
Normal file
After Width: | Height: | Size: 102 B |
BIN
nc_lux_base.png
Normal file
After Width: | Height: | Size: 520 B |
BIN
nc_lux_dot_mask.png
Normal file
After Width: | Height: | Size: 369 B |