diff options
| author | Glease <4586901+Glease@users.noreply.github.com> | 2023-01-11 00:54:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-10 17:54:02 +0100 |
| commit | f6fba5263c5124f3e7aeda35f090cafb4cad4a6a (patch) | |
| tree | eae83888b9b4156372bab813f738ba23b13ec9ca /src/main/resources | |
| parent | b2b0352e1102b69496875363777c3fd1d28c1229 (diff) | |
| download | GT5-Unofficial-f6fba5263c5124f3e7aeda35f090cafb4cad4a6a.tar.gz GT5-Unofficial-f6fba5263c5124f3e7aeda35f090cafb4cad4a6a.tar.bz2 GT5-Unofficial-f6fba5263c5124f3e7aeda35f090cafb4cad4a6a.zip | |
add linked input bus (#3)
* add linked input bus
* fix automation
* fix tooltip
* disable extraction from linked input bus
* add dependency changes
* fix bugs
* a new recipe that make some sense
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/META-INF/ggfab_at.cfg | 3 | ||||
| -rw-r--r-- | src/main/resources/assets/ggfab/lang/en_US.lang | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/main/resources/META-INF/ggfab_at.cfg b/src/main/resources/META-INF/ggfab_at.cfg index 4c03ad5bee..a6dc456eb5 100644 --- a/src/main/resources/META-INF/ggfab_at.cfg +++ b/src/main/resources/META-INF/ggfab_at.cfg @@ -1 +1,2 @@ -public net.minecraft.nbt.NBTTagList field_74747_a # tagList
\ No newline at end of file +public net.minecraft.nbt.NBTTagList field_74747_a # tagList +public net.minecraft.nbt.NBTTagCompound field_74784_a # tagMap
\ No newline at end of file diff --git a/src/main/resources/assets/ggfab/lang/en_US.lang b/src/main/resources/assets/ggfab/lang/en_US.lang index 1bdcc6bbe9..7286b99043 100644 --- a/src/main/resources/assets/ggfab/lang/en_US.lang +++ b/src/main/resources/assets/ggfab/lang/en_US.lang @@ -11,6 +11,11 @@ ggfab.waila.advassline.slice=Slice #%s: %s s / %s s ggfab.waila.advassline.slice.small=Slice #%s: %s ticks / %s ticks ggfab.waila.advassline.slice.idle=Slice #%s: Idle ggfab.waila.advassline.slice.stuck=Slice #%s: ยง4STUCK -ggfab.info.advassline.slice=Slice Info + +ggfab.info.linked_input_bus.no_channel=No channel specified yet! ggfab.info.biome=Biome: + +ggfab.tooltip.linked_input_bus.change_freq_warn=Changing channel while this is the last one on this channel will spill all items left! +ggfab.tooltip.linked_input_bus.private=Private channel are not shared with others. +ggfab.tooltip.linked_input_bus.private.1=Changing channel while this is the last one on this channel will spill all items left!
\ No newline at end of file |
