From f45bf61eab06bbda94728abc12e107a13f654e40 Mon Sep 17 00:00:00 2001 From: Thomas Hinkle Date: Thu, 20 Apr 2023 23:27:00 -0500 Subject: [PATCH] Initial version of the starter equipment --- config/starterkit/starterkit.txt | 41 ++++++++++++++++++++++++++++++++ index.toml | 8 +++---- pack.toml | 2 +- 3 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 config/starterkit/starterkit.txt diff --git a/config/starterkit/starterkit.txt b/config/starterkit/starterkit.txt new file mode 100644 index 0000000..5a8339c --- /dev/null +++ b/config/starterkit/starterkit.txt @@ -0,0 +1,41 @@ +'offhand' : '', +'head' : '', +'chest' : '', +'legs' : '', +'feet' : '', +0 : '{Count:1b,id:"minecraft:wooden_pickaxe",tag:{Damage:0}}', +1 : '{Count:1b,id:"cgm:pistol",tag:{AmmoCount:16,Attachments:{}}}', +2 : '{Count:1b,id:"minecraft:wooden_axe",tag:{Damage:0}}', +3 : '{Count:1b,id:"craftingstation:crafting_station"}', +4 : '', +5 : '{Count:2b,id:"simpleshops:simple_shop"}', +6 : '{Count:1b,id:"thermal:satchel",tag:{ItemInv:{ItemInv:[{Count:20b,Slot:0b,id:"thermal:bronze_coin"}]},RepairCost:0,display:{Name:'{"text":"Wallet"}'}}}', +7 : '{Count:1b,ForgeCaps:{Parent:{Items:[{Count:4b,Slot:0,id:"minecraft:cooked_mutton"},{Count:6b,Slot:1,id:"minecraft:bread"},{Count:8b,Slot:2,id:"minecraft:apple"},{Count:2b,Slot:3,id:"minecraft:cookie"}],Size:5}},id:"solsweetpotato:lunchbag"}', +8 : '{Count:16b,id:"minecraft:torch"}', +9 : '{Count:64b,id:"cgm:basic_bullet"}', +10 : '', +11 : '', +12 : '', +13 : '', +14 : '', +15 : '', +16 : '', +17 : '', +18 : '', +19 : '', +20 : '', +21 : '', +22 : '', +23 : '', +24 : '', +25 : '', +26 : '', +27 : '', +28 : '', +29 : '', +30 : '', +31 : '', +32 : '', +33 : '', +34 : '', +35 : '', diff --git a/index.toml b/index.toml index 742e647..935c6b5 100644 --- a/index.toml +++ b/index.toml @@ -20,6 +20,10 @@ hash = "1209f06f7aecfa9168b704f175d41733fe4d26f7fd8dcc9d2a0239f8d4122737" file = "config/ftbbackups2.json" hash = "1a3f52aff8fe11c035d5309049a3aa985c49039463ba1b62368407a30a250a90" +[[files]] +file = "config/starterkit/starterkit.txt" +hash = "3e013330847f394f89ba32de571b22d9e2fc4315a398b3d6c8e832900d47ddd2" + [[files]] file = "config/toastcontrol-common.toml" hash = "f576a50dc985b50ebae7fa8ec8b4834aaf68410fa5c953700f42c3d6def1e9c8" @@ -48,10 +52,6 @@ hash = "5d481198f4fbd86ba8127796ca8c5e617e4b2c76a0ef2552e5e8dbe576ee261f" file = "kubejs/server_scripts/currency.js" hash = "4987fa36313c4e3e89cb9caec9f459c12a3e22da05840dc51a2ef2baf396e3af" -[[files]] -file = "kubejs/server_scripts/startingItems.js" -hash = "93194430ab450b65583b753f19eb632a68aeb497e0ccb6d2d3edea6227e6c1ca" - [[files]] file = "mods/advanced-chimneys.pw.toml" hash = "af7fd95ae494a2480efd0ac6d98177c747cadd94c2c172125b27430c01c2e774" diff --git a/pack.toml b/pack.toml index 1e14c41..ddf7108 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "7503b934760be7cd5dd1c73e526e968994eeace3f0c9942f972d932a0a65ec0d" +hash = "31758aa3c6d1211809f586ebc1505df718bfcf7a2cbd095d388d0615e22969b8" [versions] forge = "43.2.8"