mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-13 15:16:07 +09:00
water buckets
This commit is contained in:
BIN
assets/mods/basegame/items/basegame_buckets.kra
LFS
Normal file
BIN
assets/mods/basegame/items/basegame_buckets.kra
LFS
Normal file
Binary file not shown.
BIN
assets/mods/basegame/items/buckets.tga
LFS
Normal file
BIN
assets/mods/basegame/items/buckets.tga
LFS
Normal file
Binary file not shown.
@@ -130,6 +130,7 @@ id;classname;tags
|
||||
|
||||
320;net.torvald.terrarum.modulebasegame.gameitems.ItemWorldPortal;FIXTURE,STATION
|
||||
|
||||
|
||||
# data storage (discs; 256)
|
||||
# 32768 is a reserved number for a blank disc
|
||||
32769;net.torvald.terrarum.modulebasegame.gameitems.MusicDisc01;MUSIC,PHONO
|
||||
@@ -152,14 +153,26 @@ id;classname;tags
|
||||
|
||||
# fluids on storage
|
||||
# preferably autogenerated
|
||||
# 100000h..1000FFh : Fluid type 0 (water) x container type 0..255
|
||||
# 100100h..1001FFh : Fluid type 1 (lava) x container type 0..255
|
||||
# 100200h..1002FFh : Fluid type 2 (crude oil) x container type 0..255
|
||||
# 100300h..1003FFh : Fluid type 3 (petroleum) x container type 0..255
|
||||
# 100400h..1004FFh : Fluid type 4 (compressed air) x container type 0..255
|
||||
# 100500h..1005FFh : Fluid type 5 (steam) x container type 0..255
|
||||
# FLUIDSTORAGE: required tag for buckets/canisters
|
||||
# OPENSTORAGE: cannot hold gas. Canisters need LIDDEDSTORAGE/SEALEDSTORAGE
|
||||
# FLUIDROOMTEMP: cannot hold cryogenic/hot fluids (e.g. lava, steam)
|
||||
# 100000h..1000FFh : container type 0 x Fluid type 0..255
|
||||
# 100100h..1001FFh : container type 1 x Fluid type 0..255
|
||||
# 100200h..1002FFh : container type 2 x Fluid type 0..255
|
||||
# 100300h..1003FFh : container type 3 x Fluid type 0..255
|
||||
# 100400h..1004FFh : container type 4 x Fluid type 0..255
|
||||
# 100500h..1005FFh : container type 5 x Fluid type 0..255
|
||||
# ...
|
||||
# 10FF00h..10FFFFh : Fluid type 255 (???) x container type 0..255
|
||||
# 10FF00h..10FFFFh : container type 255 x Fluid type 0..255
|
||||
1048576;net.torvald.terrarum.modulebasegame.gameitems.ItemBucketWooden00;FLUIDSTORAGE,OPENSTORAGE,FLUIDROOMTEMP,FLUIDSTORAGEEMPTY
|
||||
1048577;net.torvald.terrarum.modulebasegame.gameitems.ItemBucketWooden01;FLUIDSTORAGE,OPENSTORAGE,FLUIDROOMTEMP
|
||||
#1048578;net.torvald.terrarum.modulebasegame.gameitems.ItemBucketWooden02;FLUIDSTORAGE,OPENSTORAGE,FLUIDROOMTEMP
|
||||
1048579;net.torvald.terrarum.modulebasegame.gameitems.ItemBucketWooden03;FLUIDSTORAGE,OPENSTORAGE,FLUIDROOMTEMP
|
||||
|
||||
1048832;net.torvald.terrarum.modulebasegame.gameitems.ItemBucketIron00;FLUIDSTORAGE,OPENSTORAGE,FLUIDSTORAGEEMPTY
|
||||
1048833;net.torvald.terrarum.modulebasegame.gameitems.ItemBucketIron01;FLUIDSTORAGE,OPENSTORAGE
|
||||
1048834;net.torvald.terrarum.modulebasegame.gameitems.ItemBucketIron02;FLUIDSTORAGE,OPENSTORAGE
|
||||
1048835;net.torvald.terrarum.modulebasegame.gameitems.ItemBucketIron03;FLUIDSTORAGE,OPENSTORAGE
|
||||
|
||||
# reserved for debug items
|
||||
16777216;net.torvald.terrarum.modulebasegame.gameitems.ItemBottomlessWaterBucket;DEBUG,TOOL
|
||||
|
||||
|
@@ -1,25 +1,25 @@
|
||||
"id";"item";"tags"
|
||||
"1";"item@basegame:128";"COPPER,MALACHITE"
|
||||
"2";"item@basegame:129";"IRON,HAEMATITE"
|
||||
"3";"item@basegame:130";"COAL,CARBON"
|
||||
"4";"item@basegame:131";"ZINC,SPHALERITE"
|
||||
"5";"item@basegame:132";"TIN,CASSITERITE"
|
||||
"6";"item@basegame:133";"GOLD,NATURAL_GOLD"
|
||||
"7";"item@basegame:134";"SILVER,NATURAL_SILVER"
|
||||
"8";"item@basegame:135";"LEAD,GALENA"
|
||||
"9";"item@basegame:136";"URANIUM,URANINITE"
|
||||
#"10";"item@basegame:143";"TITANIUM,RUTILE"
|
||||
"id";"item";"tags";"versionsince"
|
||||
"1";"item@basegame:128";"COPPER,MALACHITE";0
|
||||
"2";"item@basegame:129";"IRON,HAEMATITE";0
|
||||
"3";"item@basegame:130";"COAL,CARBON";0
|
||||
"4";"item@basegame:131";"ZINC,SPHALERITE";0
|
||||
"5";"item@basegame:132";"TIN,CASSITERITE";0
|
||||
"6";"item@basegame:133";"GOLD,NATURAL_GOLD";0
|
||||
"7";"item@basegame:134";"SILVER,NATURAL_SILVER";0
|
||||
"8";"item@basegame:135";"LEAD,GALENA";0
|
||||
"9";"item@basegame:136";"URANIUM,PITCHBLENDE";67108868
|
||||
#"10";"item@basegame:143";"TITANIUM,RUTILE";100663296
|
||||
|
||||
"256";"item@basegame:146";"SALT"
|
||||
"257";"item@basegame:145";"GEM,SIO2,AMETHYST"
|
||||
"258";"item@basegame:144";"GEM,SIO2,QUARTZ"
|
||||
"259";"item@basegame:147";"GEM,NITRE"
|
||||
"256";"item@basegame:146";"SALT";0
|
||||
"257";"item@basegame:145";"GEM,SIO2,AMETHYST";0
|
||||
"258";"item@basegame:144";"GEM,SIO2,QUARTZ";0
|
||||
"259";"item@basegame:147";"GEM,NITRE";0
|
||||
|
||||
#"260";"item@basegame:136";"GEM,RUBY"
|
||||
#"261";"item@basegame:137";"GEM,EMERALD"
|
||||
#"262";"item@basegame:138";"GEM,SAPPHIRE"
|
||||
#"263";"item@basegame:139";"GEM,TOPAZ"
|
||||
#"264";"item@basegame:140";"GEM,DIAMOND"
|
||||
#"260";"item@basegame:136";"GEM,RUBY";100663296
|
||||
#"261";"item@basegame:137";"GEM,EMERALD";100663296
|
||||
#"262";"item@basegame:138";"GEM,SAPPHIRE";100663296
|
||||
#"263";"item@basegame:139";"GEM,TOPAZ";100663296
|
||||
#"264";"item@basegame:140";"GEM,DIAMOND";100663296
|
||||
|
||||
#"512";"macro@BASETILE";"GRASS"
|
||||
#"513";"macro@BASETILE";"MOSS"
|
||||
#"512";"macro@BASETILE";"GRASS";100663296
|
||||
#"513";"macro@BASETILE";"MOSS";100663296
|
||||
|
Can't render this file because it contains an unexpected character in line 11 and column 2.
|
Reference in New Issue
Block a user