1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-03-05 15:59:44 +00:00

Switch generation of resources over to data generators

See #354

 - Remove Lua script to generate recipes/advancements for coloured
   disks, turtle upgrades and pocket upgrades. Replacing them with Lua
   ones.
 - Generate most block drops via the data generator system. Aside from
   cables, they all follow one of two templates.
This commit is contained in:
SquidDev
2020-01-29 16:41:26 +00:00
parent bf6d017ad1
commit d6ea3aab1c
211 changed files with 3495 additions and 1511 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Ignore changes in generated files
src/generated/resources/data/** linguist-generated