mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-11-03 23:22:59 +00:00 
			
		
		
		
	Update and rename all resources
- Languages are converted to JSON
 - Rename most *(_advanced) blocks to *_{advanced,normal}. It's more
   verbose, but means they're sorted together.
 - A couple of changes to the ROM to work with some Java changes.
 - Update recipes and advancements to not use damage values.
			
			
This commit is contained in:
		
							
								
								
									
										23
									
								
								src/main/resources/META-INF/accesstransformer.cfg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								src/main/resources/META-INF/accesstransformer.cfg
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
# ItemPocketRenderer/ItemPrintoutRenderer
 | 
			
		||||
public net.minecraft.client.renderer.FirstPersonRenderer func_187466_c()V # renderArms
 | 
			
		||||
public net.minecraft.client.renderer.FirstPersonRenderer func_178100_c(F)F # getMapAngleFromPitch
 | 
			
		||||
public net.minecraft.client.renderer.FirstPersonRenderer func_187456_a(FFLnet/minecraft/util/EnumHandSide;)V # renderArmFirstPerson
 | 
			
		||||
 | 
			
		||||
# JEI ATs
 | 
			
		||||
public net.minecraft.client.renderer.ItemRenderer func_191965_a(Lnet/minecraft/client/renderer/model/IBakedModel;I)V # renderModel
 | 
			
		||||
public net.minecraft.client.renderer.ItemRenderer func_191961_a(Lnet/minecraft/client/renderer/model/IBakedModel;Lnet/minecraft/item/ItemStack;)V # renderModel
 | 
			
		||||
protected net.minecraft.client.renderer.texture.TextureMap field_94252_e # mapUploadedSprites
 | 
			
		||||
protected net.minecraft.client.renderer.texture.TextureMap field_94258_i # listAnimatedSprites
 | 
			
		||||
protected net.minecraft.client.renderer.texture.TextureMap field_94249_f # missingImage
 | 
			
		||||
protected net.minecraft.client.renderer.texture.TextureMap field_94254_c # basePath
 | 
			
		||||
protected net.minecraft.client.renderer.texture.TextureMap field_195427_i # sprites
 | 
			
		||||
protected net.minecraft.client.renderer.texture.TextureMap func_195422_a(Lnet/minecraft/resources/IResourceManager;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;)Z # loadSprite
 | 
			
		||||
public net.minecraft.client.renderer.texture.TextureAtlasSprite <init>(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/client/renderer/texture/PngSizeInfo;Lnet/minecraft/client/resources/data/AnimationMetadataSection;)V # constructor
 | 
			
		||||
public net.minecraft.client.renderer.texture.TextureAtlasSprite field_110975_c # x
 | 
			
		||||
public net.minecraft.client.renderer.texture.TextureAtlasSprite field_110974_d # y
 | 
			
		||||
public net.minecraft.client.KeyboardListener field_197973_b # repeatEventsEnabled
 | 
			
		||||
public net.minecraft.client.renderer.texture.TextureAtlasSprite field_195670_c # frames
 | 
			
		||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_191904_o # width
 | 
			
		||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_191905_p # height
 | 
			
		||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_191903_n # xOffset
 | 
			
		||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_193018_j # recipeTabs
 | 
			
		||||
@@ -1,7 +0,0 @@
 | 
			
		||||
# RecordMedia (and related methods)
 | 
			
		||||
public net.minecraft.item.ItemRecord field_185076_b # sound
 | 
			
		||||
public net.minecraft.item.ItemRecord field_185077_c # displayName
 | 
			
		||||
# ItemPocketRenderer/ItemPrintoutRenderer
 | 
			
		||||
public net.minecraft.client.renderer.ItemRenderer func_187466_c()V # renderArms
 | 
			
		||||
public net.minecraft.client.renderer.ItemRenderer func_178100_c(F)F # getMapAngleFromPitch
 | 
			
		||||
public net.minecraft.client.renderer.ItemRenderer func_187456_a(FFLnet/minecraft/util/EnumHandSide;)V # renderArmFirstPerson
 | 
			
		||||
							
								
								
									
										25
									
								
								src/main/resources/META-INF/mods.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								src/main/resources/META-INF/mods.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
modLoader="javafml"
 | 
			
		||||
loaderVersion="[25,)"
 | 
			
		||||
 | 
			
		||||
# updateJSONURL="http://myurl.me/" #optional
 | 
			
		||||
issueTrackerURL="https://github.com/SquidDev-CC/CC-Tweaked/issues"
 | 
			
		||||
displayURL="https://github.com/SquidDev-CC/CC-Tweaked"
 | 
			
		||||
logoFile="pack.png"
 | 
			
		||||
 | 
			
		||||
credits="Created by Daniel Ratcliffe (@DanTwoHundred)"
 | 
			
		||||
authors="Daniel Ratcliffe, Aaron Mills, SquidDev"
 | 
			
		||||
 | 
			
		||||
[[mods]]
 | 
			
		||||
modId="computercraft"
 | 
			
		||||
version="${version}"
 | 
			
		||||
displayName="CC: Tweaked"
 | 
			
		||||
description='''
 | 
			
		||||
CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.
 | 
			
		||||
'''
 | 
			
		||||
 | 
			
		||||
[[dependencies.computercraft]]
 | 
			
		||||
    modId="forge"
 | 
			
		||||
    mandatory=true
 | 
			
		||||
    versionRange="[25,)"
 | 
			
		||||
    ordering="NONE"
 | 
			
		||||
    side="BOTH"
 | 
			
		||||
@@ -1,17 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=up,on=false": { "model": "computercraft:advanced_modem_off", "x": 270 },
 | 
			
		||||
        "facing=down,on=false": { "model": "computercraft:advanced_modem_off", "x": 90 },
 | 
			
		||||
        "facing=north,on=false": { "model": "computercraft:advanced_modem_off" },
 | 
			
		||||
        "facing=south,on=false": { "model": "computercraft:advanced_modem_off", "y": 180 },
 | 
			
		||||
        "facing=west,on=false": { "model": "computercraft:advanced_modem_off", "y": 270 },
 | 
			
		||||
        "facing=east,on=false": { "model": "computercraft:advanced_modem_off", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=up,on=true": { "model": "computercraft:advanced_modem_on", "x": 270 },
 | 
			
		||||
        "facing=down,on=true": { "model": "computercraft:advanced_modem_on", "x": 90 },
 | 
			
		||||
        "facing=north,on=true": { "model": "computercraft:advanced_modem_on" },
 | 
			
		||||
        "facing=south,on=true": { "model": "computercraft:advanced_modem_on", "y": 180 },
 | 
			
		||||
        "facing=west,on=true": { "model": "computercraft:advanced_modem_on", "y": 270 },
 | 
			
		||||
        "facing=east,on=true": { "model": "computercraft:advanced_modem_on", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
                    }
 | 
			
		||||
                ]
 | 
			
		||||
            },
 | 
			
		||||
            "apply": { "model": "computercraft:cable_core_facing", "x": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/cable_core_facing", "x": 90 }
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        {
 | 
			
		||||
@@ -33,7 +33,7 @@
 | 
			
		||||
                    }
 | 
			
		||||
                ]
 | 
			
		||||
            },
 | 
			
		||||
            "apply": { "model": "computercraft:cable_core_facing", "y": 0 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/cable_core_facing", "y": 0 }
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        {
 | 
			
		||||
@@ -49,7 +49,7 @@
 | 
			
		||||
                    }
 | 
			
		||||
                ]
 | 
			
		||||
            },
 | 
			
		||||
            "apply": { "model": "computercraft:cable_core_facing", "y": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/cable_core_facing", "y": 90 }
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        {
 | 
			
		||||
@@ -69,129 +69,129 @@
 | 
			
		||||
                    { "cable": "true", "south": "true", "east": "true" }
 | 
			
		||||
                ]
 | 
			
		||||
            },
 | 
			
		||||
            "apply": { "model": "computercraft:cable_core_any" }
 | 
			
		||||
            "apply": { "model": "computercraft:block/cable_core_any" }
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "up": true },
 | 
			
		||||
            "apply": { "model": "computercraft:cable_arm", "x": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/cable_arm", "x": 90 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "down": true },
 | 
			
		||||
            "apply": { "model": "computercraft:cable_arm", "x": 270 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/cable_arm", "x": 270 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "north": true },
 | 
			
		||||
            "apply": { "model": "computercraft:cable_arm", "y": 180 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/cable_arm", "y": 180 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "south": true },
 | 
			
		||||
            "apply": { "model": "computercraft:cable_arm" }
 | 
			
		||||
            "apply": { "model": "computercraft:block/cable_arm" }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "west": true },
 | 
			
		||||
            "apply": { "model": "computercraft:cable_arm", "y": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/cable_arm", "y": 90 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "east": true },
 | 
			
		||||
            "apply": { "model": "computercraft:cable_arm", "y": 270 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/cable_arm", "y": 270 }
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "up_off" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off", "x": 270 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off", "x": 270 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "down_off" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off", "x": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off", "x": 90 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "north_off" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off" }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off" }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "south_off" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off", "y": 180 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off", "y": 180 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "west_off" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off", "y": 270 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off", "y": 270 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "east_off" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off", "y": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off", "y": 90 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "up_on" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on", "x": 270 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on", "x": 270 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "down_on" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on", "x": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on", "x": 90 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "north_on" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on" }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on" }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "south_on" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on", "y": 180 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on", "y": 180 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "west_on" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on", "y": 270 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on", "y": 270 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "east_on" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on", "y": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on", "y": 90 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "up_off_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off_peripheral", "x": 270 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off_peripheral", "x": 270 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "down_off_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off_peripheral", "x": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off_peripheral", "x": 90 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "north_off_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off_peripheral" }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off_peripheral" }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "south_off_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off_peripheral", "y": 180 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off_peripheral", "y": 180 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "west_off_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off_peripheral", "y": 270 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off_peripheral", "y": 270 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "east_off_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_off_peripheral", "y": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_off_peripheral", "y": 90 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "up_on_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on_peripheral", "x": 270 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on_peripheral", "x": 270 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "down_on_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on_peripheral", "x": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on_peripheral", "x": 90 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "north_on_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on_peripheral" }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on_peripheral" }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "south_on_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on_peripheral", "y": 180 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on_peripheral", "y": 180 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "west_on_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on_peripheral", "y": 270 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on_peripheral", "y": 270 }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "when": { "modem": "east_on_peripheral" },
 | 
			
		||||
            "apply": { "model": "computercraft:wired_modem_on_peripheral", "y": 90 }
 | 
			
		||||
            "apply": { "model": "computercraft:block/wired_modem_on_peripheral", "y": 90 }
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,18 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north,state=off": { "model": "computercraft:command_computer_off" },
 | 
			
		||||
        "facing=south,state=off": { "model": "computercraft:command_computer_off", "y": 180 },
 | 
			
		||||
        "facing=west,state=off": { "model": "computercraft:command_computer_off", "y": 270 },
 | 
			
		||||
        "facing=east,state=off": { "model": "computercraft:command_computer_off", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,state=on": { "model": "computercraft:command_computer_on" },
 | 
			
		||||
        "facing=south,state=on": { "model": "computercraft:command_computer_on", "y": 180 },
 | 
			
		||||
        "facing=west,state=on": { "model": "computercraft:command_computer_on", "y": 270 },
 | 
			
		||||
        "facing=east,state=on": { "model": "computercraft:command_computer_on", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,state=blinking": { "model": "computercraft:command_computer_blinking" },
 | 
			
		||||
        "facing=south,state=blinking": { "model": "computercraft:command_computer_blinking", "y": 180 },
 | 
			
		||||
        "facing=west,state=blinking": { "model": "computercraft:command_computer_blinking", "y": 270 },
 | 
			
		||||
        "facing=east,state=blinking": { "model": "computercraft:command_computer_blinking", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,33 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "advanced=false,facing=north,state=off": { "model": "computercraft:computer_off" },
 | 
			
		||||
        "advanced=false,facing=south,state=off": { "model": "computercraft:computer_off", "y": 180 },
 | 
			
		||||
        "advanced=false,facing=west,state=off": { "model": "computercraft:computer_off", "y": 270 },
 | 
			
		||||
        "advanced=false,facing=east,state=off": { "model": "computercraft:computer_off", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "advanced=false,facing=north,state=on": { "model": "computercraft:computer_on" },
 | 
			
		||||
        "advanced=false,facing=south,state=on": { "model": "computercraft:computer_on", "y": 180 },
 | 
			
		||||
        "advanced=false,facing=west,state=on": { "model": "computercraft:computer_on", "y": 270 },
 | 
			
		||||
        "advanced=false,facing=east,state=on": { "model": "computercraft:computer_on", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "advanced=false,facing=north,state=blinking": { "model": "computercraft:computer_blinking" },
 | 
			
		||||
        "advanced=false,facing=south,state=blinking": { "model": "computercraft:computer_blinking", "y": 180 },
 | 
			
		||||
        "advanced=false,facing=west,state=blinking": { "model": "computercraft:computer_blinking", "y": 270 },
 | 
			
		||||
        "advanced=false,facing=east,state=blinking": { "model": "computercraft:computer_blinking", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "advanced=true,facing=north,state=off": { "model": "computercraft:advanced_computer_off" },
 | 
			
		||||
        "advanced=true,facing=south,state=off": { "model": "computercraft:advanced_computer_off", "y": 180 },
 | 
			
		||||
        "advanced=true,facing=west,state=off": { "model": "computercraft:advanced_computer_off", "y": 270 },
 | 
			
		||||
        "advanced=true,facing=east,state=off": { "model": "computercraft:advanced_computer_off", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "advanced=true,facing=north,state=on": { "model": "computercraft:advanced_computer_on" },
 | 
			
		||||
        "advanced=true,facing=south,state=on": { "model": "computercraft:advanced_computer_on", "y": 180 },
 | 
			
		||||
        "advanced=true,facing=west,state=on": { "model": "computercraft:advanced_computer_on", "y": 270 },
 | 
			
		||||
        "advanced=true,facing=east,state=on": { "model": "computercraft:advanced_computer_on", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "advanced=true,facing=north,state=blinking": { "model": "computercraft:advanced_computer_blinking" },
 | 
			
		||||
        "advanced=true,facing=south,state=blinking": { "model": "computercraft:advanced_computer_blinking", "y": 180 },
 | 
			
		||||
        "advanced=true,facing=west,state=blinking": { "model": "computercraft:advanced_computer_blinking", "y": 270 },
 | 
			
		||||
        "advanced=true,facing=east,state=blinking": { "model": "computercraft:advanced_computer_blinking", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,18 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north,state=off": { "model": "computercraft:block/computer_advanced_off" },
 | 
			
		||||
        "facing=south,state=off": { "model": "computercraft:block/computer_advanced_off", "y": 180 },
 | 
			
		||||
        "facing=west,state=off": { "model": "computercraft:block/computer_advanced_off", "y": 270 },
 | 
			
		||||
        "facing=east,state=off": { "model": "computercraft:block/computer_advanced_off", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,state=on": { "model": "computercraft:block/computer_advanced_on" },
 | 
			
		||||
        "facing=south,state=on": { "model": "computercraft:block/computer_advanced_on", "y": 180 },
 | 
			
		||||
        "facing=west,state=on": { "model": "computercraft:block/computer_advanced_on", "y": 270 },
 | 
			
		||||
        "facing=east,state=on": { "model": "computercraft:block/computer_advanced_on", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,state=blinking": { "model": "computercraft:block/computer_advanced_blinking" },
 | 
			
		||||
        "facing=south,state=blinking": { "model": "computercraft:block/computer_advanced_blinking", "y": 180 },
 | 
			
		||||
        "facing=west,state=blinking": { "model": "computercraft:block/computer_advanced_blinking", "y": 270 },
 | 
			
		||||
        "facing=east,state=blinking": { "model": "computercraft:block/computer_advanced_blinking", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,19 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
 | 
			
		||||
        "facing=north,state=off": { "model": "computercraft:block/computer_command_off" },
 | 
			
		||||
        "facing=south,state=off": { "model": "computercraft:block/computer_command_off", "y": 180 },
 | 
			
		||||
        "facing=west,state=off": { "model": "computercraft:block/computer_command_off", "y": 270 },
 | 
			
		||||
        "facing=east,state=off": { "model": "computercraft:block/computer_command_off", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,state=on": { "model": "computercraft:block/computer_command_on" },
 | 
			
		||||
        "facing=south,state=on": { "model": "computercraft:block/computer_command_on", "y": 180 },
 | 
			
		||||
        "facing=west,state=on": { "model": "computercraft:block/computer_command_on", "y": 270 },
 | 
			
		||||
        "facing=east,state=on": { "model": "computercraft:block/computer_command_on", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,state=blinking": { "model": "computercraft:block/computer_command_blinking" },
 | 
			
		||||
        "facing=south,state=blinking": { "model": "computercraft:block/computer_command_blinking", "y": 180 },
 | 
			
		||||
        "facing=west,state=blinking": { "model": "computercraft:block/computer_command_blinking", "y": 270 },
 | 
			
		||||
        "facing=east,state=blinking": { "model": "computercraft:block/computer_command_blinking", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,18 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north,state=off": { "model": "computercraft:block/computer_normal_off" },
 | 
			
		||||
        "facing=south,state=off": { "model": "computercraft:block/computer_normal_off", "y": 180 },
 | 
			
		||||
        "facing=west,state=off": { "model": "computercraft:block/computer_normal_off", "y": 270 },
 | 
			
		||||
        "facing=east,state=off": { "model": "computercraft:block/computer_normal_off", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,state=on": { "model": "computercraft:block/computer_normal_on" },
 | 
			
		||||
        "facing=south,state=on": { "model": "computercraft:block/computer_normal_on", "y": 180 },
 | 
			
		||||
        "facing=west,state=on": { "model": "computercraft:block/computer_normal_on", "y": 270 },
 | 
			
		||||
        "facing=east,state=on": { "model": "computercraft:block/computer_normal_on", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,state=blinking": { "model": "computercraft:block/computer_normal_blinking" },
 | 
			
		||||
        "facing=south,state=blinking": { "model": "computercraft:block/computer_normal_blinking", "y": 180 },
 | 
			
		||||
        "facing=west,state=blinking": { "model": "computercraft:block/computer_normal_blinking", "y": 270 },
 | 
			
		||||
        "facing=east,state=blinking": { "model": "computercraft:block/computer_normal_blinking", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,16 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north,state=empty": { "model": "computercraft:block/disk_drive_empty" },
 | 
			
		||||
        "facing=south,state=empty": { "model": "computercraft:block/disk_drive_empty", "y": 180 },
 | 
			
		||||
        "facing=west,state=empty": { "model": "computercraft:block/disk_drive_empty", "y": 270 },
 | 
			
		||||
        "facing=east,state=empty": { "model": "computercraft:block/disk_drive_empty", "y": 90 },
 | 
			
		||||
        "facing=north,state=full": { "model": "computercraft:block/disk_drive_full" },
 | 
			
		||||
        "facing=south,state=full": { "model": "computercraft:block/disk_drive_full", "y": 180 },
 | 
			
		||||
        "facing=west,state=full": { "model": "computercraft:block/disk_drive_full", "y": 270 },
 | 
			
		||||
        "facing=east,state=full": { "model": "computercraft:block/disk_drive_full", "y": 90 },
 | 
			
		||||
        "facing=north,state=invalid": { "model": "computercraft:block/disk_drive_invalid" },
 | 
			
		||||
        "facing=south,state=invalid": { "model": "computercraft:block/disk_drive_invalid", "y": 180 },
 | 
			
		||||
        "facing=west,state=invalid": { "model": "computercraft:block/disk_drive_invalid", "y": 270 },
 | 
			
		||||
        "facing=east,state=invalid": { "model": "computercraft:block/disk_drive_invalid", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,364 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north,orientation=north,state=none": { "model": "computercraft:block/monitor_advanced" },
 | 
			
		||||
        "facing=south,orientation=north,state=none": { "model": "computercraft:block/monitor_advanced", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=none": { "model": "computercraft:block/monitor_advanced", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=none": { "model": "computercraft:block/monitor_advanced", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=r": { "model": "computercraft:block/monitor_advanced_r" },
 | 
			
		||||
        "facing=south,orientation=north,state=r": { "model": "computercraft:block/monitor_advanced_r", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=r": { "model": "computercraft:block/monitor_advanced_r", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=r": { "model": "computercraft:block/monitor_advanced_r", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lr": { "model": "computercraft:block/monitor_advanced_lr" },
 | 
			
		||||
        "facing=south,orientation=north,state=lr": { "model": "computercraft:block/monitor_advanced_lr", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lr": { "model": "computercraft:block/monitor_advanced_lr", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lr": { "model": "computercraft:block/monitor_advanced_lr", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=l": { "model": "computercraft:block/monitor_advanced_l" },
 | 
			
		||||
        "facing=south,orientation=north,state=l": { "model": "computercraft:block/monitor_advanced_l", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=l": { "model": "computercraft:block/monitor_advanced_l", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=l": { "model": "computercraft:block/monitor_advanced_l", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=d": { "model": "computercraft:block/monitor_advanced_d" },
 | 
			
		||||
        "facing=south,orientation=north,state=d": { "model": "computercraft:block/monitor_advanced_d", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=d": { "model": "computercraft:block/monitor_advanced_d", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=d": { "model": "computercraft:block/monitor_advanced_d", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=ud": { "model": "computercraft:block/monitor_advanced_ud" },
 | 
			
		||||
        "facing=south,orientation=north,state=ud": { "model": "computercraft:block/monitor_advanced_ud", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=ud": { "model": "computercraft:block/monitor_advanced_ud", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=ud": { "model": "computercraft:block/monitor_advanced_ud", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=u": { "model": "computercraft:block/monitor_advanced_u" },
 | 
			
		||||
        "facing=south,orientation=north,state=u": { "model": "computercraft:block/monitor_advanced_u", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=u": { "model": "computercraft:block/monitor_advanced_u", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=u": { "model": "computercraft:block/monitor_advanced_u", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=rd": { "model": "computercraft:block/monitor_advanced_rd" },
 | 
			
		||||
        "facing=south,orientation=north,state=rd": { "model": "computercraft:block/monitor_advanced_rd", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=rd": { "model": "computercraft:block/monitor_advanced_rd", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=rd": { "model": "computercraft:block/monitor_advanced_rd", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lrd": { "model": "computercraft:block/monitor_advanced_lrd" },
 | 
			
		||||
        "facing=south,orientation=north,state=lrd": { "model": "computercraft:block/monitor_advanced_lrd", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lrd": { "model": "computercraft:block/monitor_advanced_lrd", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lrd": { "model": "computercraft:block/monitor_advanced_lrd", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=ld": { "model": "computercraft:block/monitor_advanced_ld" },
 | 
			
		||||
        "facing=south,orientation=north,state=ld": { "model": "computercraft:block/monitor_advanced_ld", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=ld": { "model": "computercraft:block/monitor_advanced_ld", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=ld": { "model": "computercraft:block/monitor_advanced_ld", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=rud": { "model": "computercraft:block/monitor_advanced_rud" },
 | 
			
		||||
        "facing=south,orientation=north,state=rud": { "model": "computercraft:block/monitor_advanced_rud", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=rud": { "model": "computercraft:block/monitor_advanced_rud", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=rud": { "model": "computercraft:block/monitor_advanced_rud", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lrud": { "model": "computercraft:block/monitor_advanced_lrud" },
 | 
			
		||||
        "facing=south,orientation=north,state=lrud": { "model": "computercraft:block/monitor_advanced_lrud", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lrud": { "model": "computercraft:block/monitor_advanced_lrud", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lrud": { "model": "computercraft:block/monitor_advanced_lrud", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lud": { "model": "computercraft:block/monitor_advanced_lud" },
 | 
			
		||||
        "facing=south,orientation=north,state=lud": { "model": "computercraft:block/monitor_advanced_lud", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lud": { "model": "computercraft:block/monitor_advanced_lud", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lud": { "model": "computercraft:block/monitor_advanced_lud", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=ru": { "model": "computercraft:block/monitor_advanced_ru" },
 | 
			
		||||
        "facing=south,orientation=north,state=ru": { "model": "computercraft:block/monitor_advanced_ru", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=ru": { "model": "computercraft:block/monitor_advanced_ru", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=ru": { "model": "computercraft:block/monitor_advanced_ru", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lru": { "model": "computercraft:block/monitor_advanced_lru" },
 | 
			
		||||
        "facing=south,orientation=north,state=lru": { "model": "computercraft:block/monitor_advanced_lru", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lru": { "model": "computercraft:block/monitor_advanced_lru", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lru": { "model": "computercraft:block/monitor_advanced_lru", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lu": { "model": "computercraft:block/monitor_advanced_lu" },
 | 
			
		||||
        "facing=south,orientation=north,state=lu": { "model": "computercraft:block/monitor_advanced_lu", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lu": { "model": "computercraft:block/monitor_advanced_lu", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lu": { "model": "computercraft:block/monitor_advanced_lu", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,orientation=up,state=none": { "model": "computercraft:block/monitor_advanced", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=none": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=none": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=none": { "model": "computercraft:block/monitor_advanced", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=r": { "model": "computercraft:block/monitor_advanced_r", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=r": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_r", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=r": { "model": "computercraft:block/monitor_advanced_r", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=r": { "model": "computercraft:block/monitor_advanced_r", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=lr": { "model": "computercraft:block/monitor_advanced_lr", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lr": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lr", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lr": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lr", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=lr": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lr", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=l": { "model": "computercraft:block/monitor_advanced_l", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=l": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_l", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=l": { "model": "computercraft:block/monitor_advanced_l", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=l": { "model": "computercraft:block/monitor_advanced_l", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=d": { "model": "computercraft:block/monitor_advanced_d", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=d": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_d", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=d": { "model": "computercraft:block/monitor_advanced_d", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=d": { "model": "computercraft:block/monitor_advanced_d", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=ud": { "model": "computercraft:block/monitor_advanced_ud", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=ud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ud", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=ud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ud", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=ud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ud", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=u": { "model": "computercraft:block/monitor_advanced_u", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=u": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_u", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=u": { "model": "computercraft:block/monitor_advanced_u", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=u": { "model": "computercraft:block/monitor_advanced_u", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=rd": { "model": "computercraft:block/monitor_advanced_rd", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=rd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rd", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=rd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rd", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=rd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rd", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=lrd": { "model": "computercraft:block/monitor_advanced_lrd", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrd", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrd", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrd", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=ld": { "model": "computercraft:block/monitor_advanced_ld", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=ld": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ld", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=ld": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ld", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=ld": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ld", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=rud": { "model": "computercraft:block/monitor_advanced_rud", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rud", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rud", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rud", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=lrud": { "model": "computercraft:block/monitor_advanced_lrud", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrud", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrud", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrud", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=lud": { "model": "computercraft:block/monitor_advanced_lud", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lud", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lud", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lud", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=ru": { "model": "computercraft:block/monitor_advanced_ru", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=ru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ru", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=ru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ru", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=ru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ru", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=lru": { "model": "computercraft:block/monitor_advanced_lru", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lru", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lru", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lru", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=lu": { "model": "computercraft:block/monitor_advanced_lu", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lu": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lu", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lu": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lu", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=lu": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lu", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        "facing=north,orientation=down,state=none": { "model": "computercraft:block/monitor_advanced", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=none": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=none": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=none": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=r": { "model": "computercraft:block/monitor_advanced_r", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=r": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_r", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=r": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_r", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=r": { "model": "computercraft:block/monitor_advanced_r", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=lr": { "model": "computercraft:block/monitor_advanced_lr", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lr": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lr", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lr": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lr", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lr": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lr", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=l": { "model": "computercraft:block/monitor_advanced_l", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=l": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_l", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=l": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_l", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=l": { "model": "computercraft:block/monitor_advanced_l", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=d": { "model": "computercraft:block/monitor_advanced_d", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=d": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_d", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=d": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_d", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=d": { "model": "computercraft:block/monitor_advanced_d", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=ud": { "model": "computercraft:block/monitor_advanced_ud", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=ud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ud", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=ud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ud", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=ud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ud", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=u": { "model": "computercraft:block/monitor_advanced_u", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=u": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_u", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=u": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_u", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=u": { "model": "computercraft:block/monitor_advanced_u", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=rd": { "model": "computercraft:block/monitor_advanced_rd", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=rd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rd", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=rd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rd", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=rd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rd", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=lrd": { "model": "computercraft:block/monitor_advanced_lrd", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrd", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrd", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrd", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=ld": { "model": "computercraft:block/monitor_advanced_ld", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=ld": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ld", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=ld": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ld", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=ld": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ld", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=rud": { "model": "computercraft:block/monitor_advanced_rud", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rud", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rud", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_rud", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=lrud": { "model": "computercraft:block/monitor_advanced_lrud", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrud", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrud", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lrud", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=lud": { "model": "computercraft:block/monitor_advanced_lud", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lud", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lud", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lud", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=ru": { "model": "computercraft:block/monitor_advanced_ru", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=ru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ru", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=ru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ru", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=ru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_ru", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=lru": { "model": "computercraft:block/monitor_advanced_lru", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lru", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lru", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lru", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=lu": { "model": "computercraft:block/monitor_advanced_lu", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lu": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lu", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lu": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lu", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lu": {
 | 
			
		||||
            "model": "computercraft:block/monitor_advanced_lu", "y": 90, "x": 90
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,296 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north,orientation=north,state=none": { "model": "computercraft:block/monitor_normal" },
 | 
			
		||||
        "facing=south,orientation=north,state=none": { "model": "computercraft:block/monitor_normal", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=none": { "model": "computercraft:block/monitor_normal", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=none": { "model": "computercraft:block/monitor_normal", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=r": { "model": "computercraft:block/monitor_normal_r" },
 | 
			
		||||
        "facing=south,orientation=north,state=r": { "model": "computercraft:block/monitor_normal_r", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=r": { "model": "computercraft:block/monitor_normal_r", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=r": { "model": "computercraft:block/monitor_normal_r", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lr": { "model": "computercraft:block/monitor_normal_lr" },
 | 
			
		||||
        "facing=south,orientation=north,state=lr": { "model": "computercraft:block/monitor_normal_lr", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lr": { "model": "computercraft:block/monitor_normal_lr", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lr": { "model": "computercraft:block/monitor_normal_lr", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=l": { "model": "computercraft:block/monitor_normal_l" },
 | 
			
		||||
        "facing=south,orientation=north,state=l": { "model": "computercraft:block/monitor_normal_l", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=l": { "model": "computercraft:block/monitor_normal_l", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=l": { "model": "computercraft:block/monitor_normal_l", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=d": { "model": "computercraft:block/monitor_normal_d" },
 | 
			
		||||
        "facing=south,orientation=north,state=d": { "model": "computercraft:block/monitor_normal_d", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=d": { "model": "computercraft:block/monitor_normal_d", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=d": { "model": "computercraft:block/monitor_normal_d", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=ud": { "model": "computercraft:block/monitor_normal_ud" },
 | 
			
		||||
        "facing=south,orientation=north,state=ud": { "model": "computercraft:block/monitor_normal_ud", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=ud": { "model": "computercraft:block/monitor_normal_ud", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=ud": { "model": "computercraft:block/monitor_normal_ud", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=u": { "model": "computercraft:block/monitor_normal_u" },
 | 
			
		||||
        "facing=south,orientation=north,state=u": { "model": "computercraft:block/monitor_normal_u", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=u": { "model": "computercraft:block/monitor_normal_u", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=u": { "model": "computercraft:block/monitor_normal_u", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=rd": { "model": "computercraft:block/monitor_normal_rd" },
 | 
			
		||||
        "facing=south,orientation=north,state=rd": { "model": "computercraft:block/monitor_normal_rd", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=rd": { "model": "computercraft:block/monitor_normal_rd", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=rd": { "model": "computercraft:block/monitor_normal_rd", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lrd": { "model": "computercraft:block/monitor_normal_lrd" },
 | 
			
		||||
        "facing=south,orientation=north,state=lrd": { "model": "computercraft:block/monitor_normal_lrd", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lrd": { "model": "computercraft:block/monitor_normal_lrd", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lrd": { "model": "computercraft:block/monitor_normal_lrd", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=ld": { "model": "computercraft:block/monitor_normal_ld" },
 | 
			
		||||
        "facing=south,orientation=north,state=ld": { "model": "computercraft:block/monitor_normal_ld", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=ld": { "model": "computercraft:block/monitor_normal_ld", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=ld": { "model": "computercraft:block/monitor_normal_ld", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=rud": { "model": "computercraft:block/monitor_normal_rud" },
 | 
			
		||||
        "facing=south,orientation=north,state=rud": { "model": "computercraft:block/monitor_normal_rud", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=rud": { "model": "computercraft:block/monitor_normal_rud", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=rud": { "model": "computercraft:block/monitor_normal_rud", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lrud": { "model": "computercraft:block/monitor_normal_lrud" },
 | 
			
		||||
        "facing=south,orientation=north,state=lrud": { "model": "computercraft:block/monitor_normal_lrud", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lrud": { "model": "computercraft:block/monitor_normal_lrud", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lrud": { "model": "computercraft:block/monitor_normal_lrud", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lud": { "model": "computercraft:block/monitor_normal_lud" },
 | 
			
		||||
        "facing=south,orientation=north,state=lud": { "model": "computercraft:block/monitor_normal_lud", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lud": { "model": "computercraft:block/monitor_normal_lud", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lud": { "model": "computercraft:block/monitor_normal_lud", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=ru": { "model": "computercraft:block/monitor_normal_ru" },
 | 
			
		||||
        "facing=south,orientation=north,state=ru": { "model": "computercraft:block/monitor_normal_ru", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=ru": { "model": "computercraft:block/monitor_normal_ru", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=ru": { "model": "computercraft:block/monitor_normal_ru", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lru": { "model": "computercraft:block/monitor_normal_lru" },
 | 
			
		||||
        "facing=south,orientation=north,state=lru": { "model": "computercraft:block/monitor_normal_lru", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lru": { "model": "computercraft:block/monitor_normal_lru", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lru": { "model": "computercraft:block/monitor_normal_lru", "y": 90 },
 | 
			
		||||
        "facing=north,orientation=north,state=lu": { "model": "computercraft:block/monitor_normal_lu" },
 | 
			
		||||
        "facing=south,orientation=north,state=lu": { "model": "computercraft:block/monitor_normal_lu", "y": 180 },
 | 
			
		||||
        "facing=west,orientation=north,state=lu": { "model": "computercraft:block/monitor_normal_lu", "y": 270 },
 | 
			
		||||
        "facing=east,orientation=north,state=lu": { "model": "computercraft:block/monitor_normal_lu", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,orientation=up,state=none": { "model": "computercraft:block/monitor_normal", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=none": { "model": "computercraft:block/monitor_normal", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,orientation=up,state=none": { "model": "computercraft:block/monitor_normal", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=none": { "model": "computercraft:block/monitor_normal", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=r": { "model": "computercraft:block/monitor_normal_r", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=r": { "model": "computercraft:block/monitor_normal_r", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,orientation=up,state=r": { "model": "computercraft:block/monitor_normal_r", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=r": { "model": "computercraft:block/monitor_normal_r", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=lr": { "model": "computercraft:block/monitor_normal_lr", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lr": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lr", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lr": { "model": "computercraft:block/monitor_normal_lr", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=lr": { "model": "computercraft:block/monitor_normal_lr", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=l": { "model": "computercraft:block/monitor_normal_l", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=l": { "model": "computercraft:block/monitor_normal_l", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,orientation=up,state=l": { "model": "computercraft:block/monitor_normal_l", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=l": { "model": "computercraft:block/monitor_normal_l", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=d": { "model": "computercraft:block/monitor_normal_d", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=d": { "model": "computercraft:block/monitor_normal_d", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,orientation=up,state=d": { "model": "computercraft:block/monitor_normal_d", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=d": { "model": "computercraft:block/monitor_normal_d", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=ud": { "model": "computercraft:block/monitor_normal_ud", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=ud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_ud", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=ud": { "model": "computercraft:block/monitor_normal_ud", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=ud": { "model": "computercraft:block/monitor_normal_ud", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=u": { "model": "computercraft:block/monitor_normal_u", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=u": { "model": "computercraft:block/monitor_normal_u", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,orientation=up,state=u": { "model": "computercraft:block/monitor_normal_u", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=u": { "model": "computercraft:block/monitor_normal_u", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=rd": { "model": "computercraft:block/monitor_normal_rd", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=rd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_rd", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=rd": { "model": "computercraft:block/monitor_normal_rd", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=rd": { "model": "computercraft:block/monitor_normal_rd", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=lrd": { "model": "computercraft:block/monitor_normal_lrd", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrd", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrd", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrd", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=ld": { "model": "computercraft:block/monitor_normal_ld", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=ld": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_ld", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=ld": { "model": "computercraft:block/monitor_normal_ld", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=ld": { "model": "computercraft:block/monitor_normal_ld", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=rud": { "model": "computercraft:block/monitor_normal_rud", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_rud", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_rud", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_rud", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=lrud": { "model": "computercraft:block/monitor_normal_lrud", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrud", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrud", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrud", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=lud": { "model": "computercraft:block/monitor_normal_lud", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lud", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lud", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lud", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=ru": { "model": "computercraft:block/monitor_normal_ru", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=ru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_ru", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=ru": { "model": "computercraft:block/monitor_normal_ru", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=ru": { "model": "computercraft:block/monitor_normal_ru", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,orientation=up,state=lru": { "model": "computercraft:block/monitor_normal_lru", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lru", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lru", "y": 270, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=up,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lru", "y": 90, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=up,state=lu": { "model": "computercraft:block/monitor_normal_lu", "x": 270 },
 | 
			
		||||
        "facing=south,orientation=up,state=lu": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lu", "y": 180, "x": 270
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=up,state=lu": { "model": "computercraft:block/monitor_normal_lu", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,orientation=up,state=lu": { "model": "computercraft:block/monitor_normal_lu", "y": 90, "x": 270 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,orientation=down,state=none": { "model": "computercraft:block/monitor_normal", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=none": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=none": { "model": "computercraft:block/monitor_normal", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,orientation=down,state=none": { "model": "computercraft:block/monitor_normal", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=r": { "model": "computercraft:block/monitor_normal_r", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=r": { "model": "computercraft:block/monitor_normal_r", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,orientation=down,state=r": { "model": "computercraft:block/monitor_normal_r", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,orientation=down,state=r": { "model": "computercraft:block/monitor_normal_r", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=lr": { "model": "computercraft:block/monitor_normal_lr", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lr": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lr", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lr": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lr", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lr": { "model": "computercraft:block/monitor_normal_lr", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=l": { "model": "computercraft:block/monitor_normal_l", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=l": { "model": "computercraft:block/monitor_normal_l", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,orientation=down,state=l": { "model": "computercraft:block/monitor_normal_l", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,orientation=down,state=l": { "model": "computercraft:block/monitor_normal_l", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=d": { "model": "computercraft:block/monitor_normal_d", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=d": { "model": "computercraft:block/monitor_normal_d", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,orientation=down,state=d": { "model": "computercraft:block/monitor_normal_d", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,orientation=down,state=d": { "model": "computercraft:block/monitor_normal_d", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=ud": { "model": "computercraft:block/monitor_normal_ud", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=ud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_ud", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=ud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_ud", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=ud": { "model": "computercraft:block/monitor_normal_ud", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=u": { "model": "computercraft:block/monitor_normal_u", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=u": { "model": "computercraft:block/monitor_normal_u", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,orientation=down,state=u": { "model": "computercraft:block/monitor_normal_u", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,orientation=down,state=u": { "model": "computercraft:block/monitor_normal_u", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=rd": { "model": "computercraft:block/monitor_normal_rd", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=rd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_rd", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=rd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_rd", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=rd": { "model": "computercraft:block/monitor_normal_rd", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=lrd": { "model": "computercraft:block/monitor_normal_lrd", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrd", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrd", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lrd": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrd", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=ld": { "model": "computercraft:block/monitor_normal_ld", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=ld": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_ld", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=ld": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_ld", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=ld": { "model": "computercraft:block/monitor_normal_ld", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=rud": { "model": "computercraft:block/monitor_normal_rud", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_rud", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_rud", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=rud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_rud", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=lrud": { "model": "computercraft:block/monitor_normal_lrud", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrud", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrud", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lrud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lrud", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=lud": { "model": "computercraft:block/monitor_normal_lud", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lud", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lud", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lud": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lud", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=ru": { "model": "computercraft:block/monitor_normal_ru", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=ru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_ru", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=ru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_ru", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=ru": { "model": "computercraft:block/monitor_normal_ru", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,orientation=down,state=lru": { "model": "computercraft:block/monitor_normal_lru", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lru", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lru", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lru": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lru", "y": 90, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=north,orientation=down,state=lu": { "model": "computercraft:block/monitor_normal_lu", "x": 90 },
 | 
			
		||||
        "facing=south,orientation=down,state=lu": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lu", "y": 180, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=west,orientation=down,state=lu": {
 | 
			
		||||
            "model": "computercraft:block/monitor_normal_lu", "y": 270, "x": 90
 | 
			
		||||
        },
 | 
			
		||||
        "facing=east,orientation=down,state=lu": { "model": "computercraft:block/monitor_normal_lu", "y": 90, "x": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,455 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north,variant=disk_drive_empty": { "model": "computercraft:disk_drive_empty" },
 | 
			
		||||
        "facing=south,variant=disk_drive_empty": { "model": "computercraft:disk_drive_empty", "y": 180 },
 | 
			
		||||
        "facing=west,variant=disk_drive_empty": { "model": "computercraft:disk_drive_empty", "y": 270 },
 | 
			
		||||
        "facing=east,variant=disk_drive_empty": { "model": "computercraft:disk_drive_empty", "y": 90 },
 | 
			
		||||
        "facing=north,variant=disk_drive_full": { "model": "computercraft:disk_drive_full" },
 | 
			
		||||
        "facing=south,variant=disk_drive_full": { "model": "computercraft:disk_drive_full", "y": 180 },
 | 
			
		||||
        "facing=west,variant=disk_drive_full": { "model": "computercraft:disk_drive_full", "y": 270 },
 | 
			
		||||
        "facing=east,variant=disk_drive_full": { "model": "computercraft:disk_drive_full", "y": 90 },
 | 
			
		||||
        "facing=north,variant=disk_drive_invalid": { "model": "computercraft:disk_drive_invalid" },
 | 
			
		||||
        "facing=south,variant=disk_drive_invalid": { "model": "computercraft:disk_drive_invalid", "y": 180 },
 | 
			
		||||
        "facing=west,variant=disk_drive_invalid": { "model": "computercraft:disk_drive_invalid", "y": 270 },
 | 
			
		||||
        "facing=east,variant=disk_drive_invalid": { "model": "computercraft:disk_drive_invalid", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=speaker": { "model": "computercraft:speaker" },
 | 
			
		||||
        "facing=south,variant=speaker": { "model": "computercraft:speaker", "y": 180 },
 | 
			
		||||
        "facing=west,variant=speaker": { "model": "computercraft:speaker", "y": 270 },
 | 
			
		||||
        "facing=east,variant=speaker": { "model": "computercraft:speaker", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=printer_empty": { "model": "computercraft:printer_empty" },
 | 
			
		||||
        "facing=south,variant=printer_empty": { "model": "computercraft:printer_empty", "y": 180 },
 | 
			
		||||
        "facing=west,variant=printer_empty": { "model": "computercraft:printer_empty", "y": 270 },
 | 
			
		||||
        "facing=east,variant=printer_empty": { "model": "computercraft:printer_empty", "y": 90 },
 | 
			
		||||
        "facing=north,variant=printer_top_full": { "model": "computercraft:printer_top_full" },
 | 
			
		||||
        "facing=south,variant=printer_top_full": { "model": "computercraft:printer_top_full", "y": 180 },
 | 
			
		||||
        "facing=west,variant=printer_top_full": { "model": "computercraft:printer_top_full", "y": 270 },
 | 
			
		||||
        "facing=east,variant=printer_top_full": { "model": "computercraft:printer_top_full", "y": 90 },
 | 
			
		||||
        "facing=north,variant=printer_bottom_full": { "model": "computercraft:printer_bottom_full" },
 | 
			
		||||
        "facing=south,variant=printer_bottom_full": { "model": "computercraft:printer_bottom_full", "y": 180 },
 | 
			
		||||
        "facing=west,variant=printer_bottom_full": { "model": "computercraft:printer_bottom_full", "y": 270 },
 | 
			
		||||
        "facing=east,variant=printer_bottom_full": { "model": "computercraft:printer_bottom_full", "y": 90 },
 | 
			
		||||
        "facing=north,variant=printer_both_full": { "model": "computercraft:printer_both_full" },
 | 
			
		||||
        "facing=south,variant=printer_both_full": { "model": "computercraft:printer_both_full", "y": 180 },
 | 
			
		||||
        "facing=west,variant=printer_both_full": { "model": "computercraft:printer_both_full", "y": 270 },
 | 
			
		||||
        "facing=east,variant=printer_both_full": { "model": "computercraft:printer_both_full", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=wireless_modem_off": { "model": "computercraft:wireless_modem_off" },
 | 
			
		||||
        "facing=south,variant=wireless_modem_off": { "model": "computercraft:wireless_modem_off", "y": 180 },
 | 
			
		||||
        "facing=west,variant=wireless_modem_off": { "model": "computercraft:wireless_modem_off", "y": 270 },
 | 
			
		||||
        "facing=east,variant=wireless_modem_off": { "model": "computercraft:wireless_modem_off", "y": 90 },
 | 
			
		||||
        "facing=north,variant=wireless_modem_on": { "model": "computercraft:wireless_modem_on" },
 | 
			
		||||
        "facing=south,variant=wireless_modem_on": { "model": "computercraft:wireless_modem_on", "y": 180 },
 | 
			
		||||
        "facing=west,variant=wireless_modem_on": { "model": "computercraft:wireless_modem_on", "y": 270 },
 | 
			
		||||
        "facing=east,variant=wireless_modem_on": { "model": "computercraft:wireless_modem_on", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=wireless_modem_up_off": { "model": "computercraft:wireless_modem_off", "x": 270 },
 | 
			
		||||
        "facing=south,variant=wireless_modem_up_off": { "model": "computercraft:wireless_modem_off", "x": 270 },
 | 
			
		||||
        "facing=west,variant=wireless_modem_up_off": { "model": "computercraft:wireless_modem_off", "x": 270 },
 | 
			
		||||
        "facing=east,variant=wireless_modem_up_off": { "model": "computercraft:wireless_modem_off", "x": 270 },
 | 
			
		||||
        "facing=north,variant=wireless_modem_up_on": { "model": "computercraft:wireless_modem_on", "x": 270 },
 | 
			
		||||
        "facing=south,variant=wireless_modem_up_on": { "model": "computercraft:wireless_modem_on", "x": 270 },
 | 
			
		||||
        "facing=west,variant=wireless_modem_up_on": { "model": "computercraft:wireless_modem_on", "x": 270 },
 | 
			
		||||
        "facing=east,variant=wireless_modem_up_on": { "model": "computercraft:wireless_modem_on", "x": 270 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=wireless_modem_down_off": { "model": "computercraft:wireless_modem_off", "x": 90 },
 | 
			
		||||
        "facing=south,variant=wireless_modem_down_off": { "model": "computercraft:wireless_modem_off", "x": 90 },
 | 
			
		||||
        "facing=west,variant=wireless_modem_down_off": { "model": "computercraft:wireless_modem_off", "x": 90 },
 | 
			
		||||
        "facing=east,variant=wireless_modem_down_off": { "model": "computercraft:wireless_modem_off", "x": 90 },
 | 
			
		||||
        "facing=north,variant=wireless_modem_down_on": { "model": "computercraft:wireless_modem_on", "x": 90 },
 | 
			
		||||
        "facing=south,variant=wireless_modem_down_on": { "model": "computercraft:wireless_modem_on", "x": 90 },
 | 
			
		||||
        "facing=west,variant=wireless_modem_down_on": { "model": "computercraft:wireless_modem_on", "x": 90 },
 | 
			
		||||
        "facing=east,variant=wireless_modem_down_on": { "model": "computercraft:wireless_modem_on", "x": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=monitor": { "model": "computercraft:monitor" },
 | 
			
		||||
        "facing=south,variant=monitor": { "model": "computercraft:monitor", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor": { "model": "computercraft:monitor", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor": { "model": "computercraft:monitor", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_r": { "model": "computercraft:monitor_r" },
 | 
			
		||||
        "facing=south,variant=monitor_r": { "model": "computercraft:monitor_r", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_r": { "model": "computercraft:monitor_r", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_r": { "model": "computercraft:monitor_r", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_lr": { "model": "computercraft:monitor_lr" },
 | 
			
		||||
        "facing=south,variant=monitor_lr": { "model": "computercraft:monitor_lr", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_lr": { "model": "computercraft:monitor_lr", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_lr": { "model": "computercraft:monitor_lr", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_l": { "model": "computercraft:monitor_l" },
 | 
			
		||||
        "facing=south,variant=monitor_l": { "model": "computercraft:monitor_l", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_l": { "model": "computercraft:monitor_l", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_l": { "model": "computercraft:monitor_l", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_d": { "model": "computercraft:monitor_d" },
 | 
			
		||||
        "facing=south,variant=monitor_d": { "model": "computercraft:monitor_d", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_d": { "model": "computercraft:monitor_d", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_d": { "model": "computercraft:monitor_d", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_ud": { "model": "computercraft:monitor_ud" },
 | 
			
		||||
        "facing=south,variant=monitor_ud": { "model": "computercraft:monitor_ud", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_ud": { "model": "computercraft:monitor_ud", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_ud": { "model": "computercraft:monitor_ud", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_u": { "model": "computercraft:monitor_u" },
 | 
			
		||||
        "facing=south,variant=monitor_u": { "model": "computercraft:monitor_u", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_u": { "model": "computercraft:monitor_u", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_u": { "model": "computercraft:monitor_u", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_rd": { "model": "computercraft:monitor_rd" },
 | 
			
		||||
        "facing=south,variant=monitor_rd": { "model": "computercraft:monitor_rd", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_rd": { "model": "computercraft:monitor_rd", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_rd": { "model": "computercraft:monitor_rd", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_lrd": { "model": "computercraft:monitor_lrd" },
 | 
			
		||||
        "facing=south,variant=monitor_lrd": { "model": "computercraft:monitor_lrd", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_lrd": { "model": "computercraft:monitor_lrd", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_lrd": { "model": "computercraft:monitor_lrd", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_ld": { "model": "computercraft:monitor_ld" },
 | 
			
		||||
        "facing=south,variant=monitor_ld": { "model": "computercraft:monitor_ld", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_ld": { "model": "computercraft:monitor_ld", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_ld": { "model": "computercraft:monitor_ld", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_rud": { "model": "computercraft:monitor_rud" },
 | 
			
		||||
        "facing=south,variant=monitor_rud": { "model": "computercraft:monitor_rud", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_rud": { "model": "computercraft:monitor_rud", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_rud": { "model": "computercraft:monitor_rud", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_lrud": { "model": "computercraft:monitor_lrud" },
 | 
			
		||||
        "facing=south,variant=monitor_lrud": { "model": "computercraft:monitor_lrud", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_lrud": { "model": "computercraft:monitor_lrud", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_lrud": { "model": "computercraft:monitor_lrud", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_lud": { "model": "computercraft:monitor_lud" },
 | 
			
		||||
        "facing=south,variant=monitor_lud": { "model": "computercraft:monitor_lud", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_lud": { "model": "computercraft:monitor_lud", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_lud": { "model": "computercraft:monitor_lud", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_ru": { "model": "computercraft:monitor_ru" },
 | 
			
		||||
        "facing=south,variant=monitor_ru": { "model": "computercraft:monitor_ru", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_ru": { "model": "computercraft:monitor_ru", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_ru": { "model": "computercraft:monitor_ru", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_lru": { "model": "computercraft:monitor_lru" },
 | 
			
		||||
        "facing=south,variant=monitor_lru": { "model": "computercraft:monitor_lru", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_lru": { "model": "computercraft:monitor_lru", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_lru": { "model": "computercraft:monitor_lru", "y": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_lu": { "model": "computercraft:monitor_lu" },
 | 
			
		||||
        "facing=south,variant=monitor_lu": { "model": "computercraft:monitor_lu", "y": 180 },
 | 
			
		||||
        "facing=west,variant=monitor_lu": { "model": "computercraft:monitor_lu", "y": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_lu": { "model": "computercraft:monitor_lu", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=monitor_up": { "model": "computercraft:monitor", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up": { "model": "computercraft:monitor", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up": { "model": "computercraft:monitor", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up": { "model": "computercraft:monitor", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_r": { "model": "computercraft:monitor_r", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_r": { "model": "computercraft:monitor_r", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_r": { "model": "computercraft:monitor_r", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_r": { "model": "computercraft:monitor_r", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_lr": { "model": "computercraft:monitor_lr", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_lr": { "model": "computercraft:monitor_lr", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_lr": { "model": "computercraft:monitor_lr", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_lr": { "model": "computercraft:monitor_lr", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_l": { "model": "computercraft:monitor_l", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_l": { "model": "computercraft:monitor_l", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_l": { "model": "computercraft:monitor_l", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_l": { "model": "computercraft:monitor_l", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_d": { "model": "computercraft:monitor_d", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_d": { "model": "computercraft:monitor_d", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_d": { "model": "computercraft:monitor_d", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_d": { "model": "computercraft:monitor_d", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_ud": { "model": "computercraft:monitor_ud", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_ud": { "model": "computercraft:monitor_ud", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_ud": { "model": "computercraft:monitor_ud", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_ud": { "model": "computercraft:monitor_ud", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_u": { "model": "computercraft:monitor_u", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_u": { "model": "computercraft:monitor_u", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_u": { "model": "computercraft:monitor_u", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_u": { "model": "computercraft:monitor_u", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_rd": { "model": "computercraft:monitor_rd", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_rd": { "model": "computercraft:monitor_rd", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_rd": { "model": "computercraft:monitor_rd", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_rd": { "model": "computercraft:monitor_rd", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_lrd": { "model": "computercraft:monitor_lrd", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_lrd": { "model": "computercraft:monitor_lrd", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_lrd": { "model": "computercraft:monitor_lrd", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_lrd": { "model": "computercraft:monitor_lrd", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_ld": { "model": "computercraft:monitor_ld", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_ld": { "model": "computercraft:monitor_ld", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_ld": { "model": "computercraft:monitor_ld", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_ld": { "model": "computercraft:monitor_ld", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_rud": { "model": "computercraft:monitor_rud", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_rud": { "model": "computercraft:monitor_rud", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_rud": { "model": "computercraft:monitor_rud", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_rud": { "model": "computercraft:monitor_rud", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_lrud": { "model": "computercraft:monitor_lrud", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_lrud": { "model": "computercraft:monitor_lrud", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_lrud": { "model": "computercraft:monitor_lrud", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_lrud": { "model": "computercraft:monitor_lrud", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_lud": { "model": "computercraft:monitor_lud", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_lud": { "model": "computercraft:monitor_lud", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_lud": { "model": "computercraft:monitor_lud", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_lud": { "model": "computercraft:monitor_lud", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_ru": { "model": "computercraft:monitor_ru", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_ru": { "model": "computercraft:monitor_ru", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_ru": { "model": "computercraft:monitor_ru", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_ru": { "model": "computercraft:monitor_ru", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_lru": { "model": "computercraft:monitor_lru", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_lru": { "model": "computercraft:monitor_lru", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_lru": { "model": "computercraft:monitor_lru", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_lru": { "model": "computercraft:monitor_lru", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=monitor_up_lu": { "model": "computercraft:monitor_lu", "x": 270 },
 | 
			
		||||
        "facing=south,variant=monitor_up_lu": { "model": "computercraft:monitor_lu", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=monitor_up_lu": { "model": "computercraft:monitor_lu", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=monitor_up_lu": { "model": "computercraft:monitor_lu", "y": 90, "x": 270 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=monitor_down": { "model": "computercraft:monitor", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down": { "model": "computercraft:monitor", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down": { "model": "computercraft:monitor", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down": { "model": "computercraft:monitor", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_r": { "model": "computercraft:monitor_r", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_r": { "model": "computercraft:monitor_r", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_r": { "model": "computercraft:monitor_r", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_r": { "model": "computercraft:monitor_r", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_lr": { "model": "computercraft:monitor_lr", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_lr": { "model": "computercraft:monitor_lr", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_lr": { "model": "computercraft:monitor_lr", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_lr": { "model": "computercraft:monitor_lr", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_l": { "model": "computercraft:monitor_l", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_l": { "model": "computercraft:monitor_l", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_l": { "model": "computercraft:monitor_l", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_l": { "model": "computercraft:monitor_l", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_d": { "model": "computercraft:monitor_d", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_d": { "model": "computercraft:monitor_d", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_d": { "model": "computercraft:monitor_d", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_d": { "model": "computercraft:monitor_d", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_ud": { "model": "computercraft:monitor_ud", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_ud": { "model": "computercraft:monitor_ud", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_ud": { "model": "computercraft:monitor_ud", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_ud": { "model": "computercraft:monitor_ud", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_u": { "model": "computercraft:monitor_u", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_u": { "model": "computercraft:monitor_u", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_u": { "model": "computercraft:monitor_u", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_u": { "model": "computercraft:monitor_u", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_rd": { "model": "computercraft:monitor_rd", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_rd": { "model": "computercraft:monitor_rd", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_rd": { "model": "computercraft:monitor_rd", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_rd": { "model": "computercraft:monitor_rd", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_lrd": { "model": "computercraft:monitor_lrd", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_lrd": { "model": "computercraft:monitor_lrd", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_lrd": { "model": "computercraft:monitor_lrd", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_lrd": { "model": "computercraft:monitor_lrd", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_ld": { "model": "computercraft:monitor_ld", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_ld": { "model": "computercraft:monitor_ld", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_ld": { "model": "computercraft:monitor_ld", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_ld": { "model": "computercraft:monitor_ld", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_rud": { "model": "computercraft:monitor_rud", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_rud": { "model": "computercraft:monitor_rud", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_rud": { "model": "computercraft:monitor_rud", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_rud": { "model": "computercraft:monitor_rud", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_lrud": { "model": "computercraft:monitor_lrud", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_lrud": { "model": "computercraft:monitor_lrud", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_lrud": { "model": "computercraft:monitor_lrud", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_lrud": { "model": "computercraft:monitor_lrud", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_lud": { "model": "computercraft:monitor_lud", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_lud": { "model": "computercraft:monitor_lud", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_lud": { "model": "computercraft:monitor_lud", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_lud": { "model": "computercraft:monitor_lud", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_ru": { "model": "computercraft:monitor_ru", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_ru": { "model": "computercraft:monitor_ru", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_ru": { "model": "computercraft:monitor_ru", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_ru": { "model": "computercraft:monitor_ru", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_lru": { "model": "computercraft:monitor_lru", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_lru": { "model": "computercraft:monitor_lru", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_lru": { "model": "computercraft:monitor_lru", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_lru": { "model": "computercraft:monitor_lru", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=monitor_down_lu": { "model": "computercraft:monitor_lu", "x": 90 },
 | 
			
		||||
        "facing=south,variant=monitor_down_lu": { "model": "computercraft:monitor_lu", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=monitor_down_lu": { "model": "computercraft:monitor_lu", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=monitor_down_lu": { "model": "computercraft:monitor_lu", "y": 90, "x": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=advanced_monitor": { "model": "computercraft:advanced_monitor" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor": { "model": "computercraft:advanced_monitor", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor": { "model": "computercraft:advanced_monitor", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor": { "model": "computercraft:advanced_monitor", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_r": { "model": "computercraft:advanced_monitor_r" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_r": { "model": "computercraft:advanced_monitor_r", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_r": { "model": "computercraft:advanced_monitor_r", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_r": { "model": "computercraft:advanced_monitor_r", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_lr": { "model": "computercraft:advanced_monitor_lr" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_lr": { "model": "computercraft:advanced_monitor_lr", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_lr": { "model": "computercraft:advanced_monitor_lr", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_lr": { "model": "computercraft:advanced_monitor_lr", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_l": { "model": "computercraft:advanced_monitor_l" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_l": { "model": "computercraft:advanced_monitor_l", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_l": { "model": "computercraft:advanced_monitor_l", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_l": { "model": "computercraft:advanced_monitor_l", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_d": { "model": "computercraft:advanced_monitor_d" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_d": { "model": "computercraft:advanced_monitor_d", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_d": { "model": "computercraft:advanced_monitor_d", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_d": { "model": "computercraft:advanced_monitor_d", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_ud": { "model": "computercraft:advanced_monitor_ud" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_ud": { "model": "computercraft:advanced_monitor_ud", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_ud": { "model": "computercraft:advanced_monitor_ud", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_ud": { "model": "computercraft:advanced_monitor_ud", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_u": { "model": "computercraft:advanced_monitor_u" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_u": { "model": "computercraft:advanced_monitor_u", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_u": { "model": "computercraft:advanced_monitor_u", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_u": { "model": "computercraft:advanced_monitor_u", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_rd": { "model": "computercraft:advanced_monitor_rd" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_rd": { "model": "computercraft:advanced_monitor_rd", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_rd": { "model": "computercraft:advanced_monitor_rd", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_rd": { "model": "computercraft:advanced_monitor_rd", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_lrd": { "model": "computercraft:advanced_monitor_lrd" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_lrd": { "model": "computercraft:advanced_monitor_lrd", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_lrd": { "model": "computercraft:advanced_monitor_lrd", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_lrd": { "model": "computercraft:advanced_monitor_lrd", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_ld": { "model": "computercraft:advanced_monitor_ld" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_ld": { "model": "computercraft:advanced_monitor_ld", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_ld": { "model": "computercraft:advanced_monitor_ld", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_ld": { "model": "computercraft:advanced_monitor_ld", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_rud": { "model": "computercraft:advanced_monitor_rud" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_rud": { "model": "computercraft:advanced_monitor_rud", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_rud": { "model": "computercraft:advanced_monitor_rud", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_rud": { "model": "computercraft:advanced_monitor_rud", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_lrud": { "model": "computercraft:advanced_monitor_lrud" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_lrud": { "model": "computercraft:advanced_monitor_lrud", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_lrud": { "model": "computercraft:advanced_monitor_lrud", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_lrud": { "model": "computercraft:advanced_monitor_lrud", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_lud": { "model": "computercraft:advanced_monitor_lud" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_lud": { "model": "computercraft:advanced_monitor_lud", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_lud": { "model": "computercraft:advanced_monitor_lud", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_lud": { "model": "computercraft:advanced_monitor_lud", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_ru": { "model": "computercraft:advanced_monitor_ru" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_ru": { "model": "computercraft:advanced_monitor_ru", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_ru": { "model": "computercraft:advanced_monitor_ru", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_ru": { "model": "computercraft:advanced_monitor_ru", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_lru": { "model": "computercraft:advanced_monitor_lru" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_lru": { "model": "computercraft:advanced_monitor_lru", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_lru": { "model": "computercraft:advanced_monitor_lru", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_lru": { "model": "computercraft:advanced_monitor_lru", "y": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_lu": { "model": "computercraft:advanced_monitor_lu" },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_lu": { "model": "computercraft:advanced_monitor_lu", "y": 180 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_lu": { "model": "computercraft:advanced_monitor_lu", "y": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_lu": { "model": "computercraft:advanced_monitor_lu", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up": { "model": "computercraft:advanced_monitor", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up": { "model": "computercraft:advanced_monitor", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up": { "model": "computercraft:advanced_monitor", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up": { "model": "computercraft:advanced_monitor", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_r": { "model": "computercraft:advanced_monitor_r", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_r": { "model": "computercraft:advanced_monitor_r", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_r": { "model": "computercraft:advanced_monitor_r", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_r": { "model": "computercraft:advanced_monitor_r", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_lr": { "model": "computercraft:advanced_monitor_lr", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_lr": { "model": "computercraft:advanced_monitor_lr", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_lr": { "model": "computercraft:advanced_monitor_lr", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_lr": { "model": "computercraft:advanced_monitor_lr", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_l": { "model": "computercraft:advanced_monitor_l", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_l": { "model": "computercraft:advanced_monitor_l", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_l": { "model": "computercraft:advanced_monitor_l", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_l": { "model": "computercraft:advanced_monitor_l", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_d": { "model": "computercraft:advanced_monitor_d", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_d": { "model": "computercraft:advanced_monitor_d", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_d": { "model": "computercraft:advanced_monitor_d", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_d": { "model": "computercraft:advanced_monitor_d", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_ud": { "model": "computercraft:advanced_monitor_ud", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_ud": { "model": "computercraft:advanced_monitor_ud", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_ud": { "model": "computercraft:advanced_monitor_ud", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_ud": { "model": "computercraft:advanced_monitor_ud", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_u": { "model": "computercraft:advanced_monitor_u", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_u": { "model": "computercraft:advanced_monitor_u", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_u": { "model": "computercraft:advanced_monitor_u", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_u": { "model": "computercraft:advanced_monitor_u", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_rd": { "model": "computercraft:advanced_monitor_rd", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_rd": { "model": "computercraft:advanced_monitor_rd", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_rd": { "model": "computercraft:advanced_monitor_rd", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_rd": { "model": "computercraft:advanced_monitor_rd", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_lrd": { "model": "computercraft:advanced_monitor_lrd", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_lrd": { "model": "computercraft:advanced_monitor_lrd", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_lrd": { "model": "computercraft:advanced_monitor_lrd", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_lrd": { "model": "computercraft:advanced_monitor_lrd", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_ld": { "model": "computercraft:advanced_monitor_ld", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_ld": { "model": "computercraft:advanced_monitor_ld", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_ld": { "model": "computercraft:advanced_monitor_ld", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_ld": { "model": "computercraft:advanced_monitor_ld", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_rud": { "model": "computercraft:advanced_monitor_rud", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_rud": { "model": "computercraft:advanced_monitor_rud", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_rud": { "model": "computercraft:advanced_monitor_rud", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_rud": { "model": "computercraft:advanced_monitor_rud", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_lrud": { "model": "computercraft:advanced_monitor_lrud", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_lrud": { "model": "computercraft:advanced_monitor_lrud", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_lrud": { "model": "computercraft:advanced_monitor_lrud", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_lrud": { "model": "computercraft:advanced_monitor_lrud", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_lud": { "model": "computercraft:advanced_monitor_lud", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_lud": { "model": "computercraft:advanced_monitor_lud", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_lud": { "model": "computercraft:advanced_monitor_lud", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_lud": { "model": "computercraft:advanced_monitor_lud", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_ru": { "model": "computercraft:advanced_monitor_ru", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_ru": { "model": "computercraft:advanced_monitor_ru", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_ru": { "model": "computercraft:advanced_monitor_ru", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_ru": { "model": "computercraft:advanced_monitor_ru", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_lru": { "model": "computercraft:advanced_monitor_lru", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_lru": { "model": "computercraft:advanced_monitor_lru", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_lru": { "model": "computercraft:advanced_monitor_lru", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_lru": { "model": "computercraft:advanced_monitor_lru", "y": 90, "x": 270 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_up_lu": { "model": "computercraft:advanced_monitor_lu", "x": 270 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_up_lu": { "model": "computercraft:advanced_monitor_lu", "y": 180, "x": 270 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_up_lu": { "model": "computercraft:advanced_monitor_lu", "y": 270, "x": 270 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_up_lu": { "model": "computercraft:advanced_monitor_lu", "y": 90, "x": 270 },
 | 
			
		||||
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down": { "model": "computercraft:advanced_monitor", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down": { "model": "computercraft:advanced_monitor", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down": { "model": "computercraft:advanced_monitor", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down": { "model": "computercraft:advanced_monitor", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_r": { "model": "computercraft:advanced_monitor_r", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_r": { "model": "computercraft:advanced_monitor_r", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_r": { "model": "computercraft:advanced_monitor_r", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_r": { "model": "computercraft:advanced_monitor_r", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_lr": { "model": "computercraft:advanced_monitor_lr", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_lr": { "model": "computercraft:advanced_monitor_lr", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_lr": { "model": "computercraft:advanced_monitor_lr", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_lr": { "model": "computercraft:advanced_monitor_lr", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_l": { "model": "computercraft:advanced_monitor_l", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_l": { "model": "computercraft:advanced_monitor_l", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_l": { "model": "computercraft:advanced_monitor_l", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_l": { "model": "computercraft:advanced_monitor_l", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_d": { "model": "computercraft:advanced_monitor_d", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_d": { "model": "computercraft:advanced_monitor_d", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_d": { "model": "computercraft:advanced_monitor_d", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_d": { "model": "computercraft:advanced_monitor_d", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_ud": { "model": "computercraft:advanced_monitor_ud", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_ud": { "model": "computercraft:advanced_monitor_ud", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_ud": { "model": "computercraft:advanced_monitor_ud", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_ud": { "model": "computercraft:advanced_monitor_ud", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_u": { "model": "computercraft:advanced_monitor_u", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_u": { "model": "computercraft:advanced_monitor_u", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_u": { "model": "computercraft:advanced_monitor_u", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_u": { "model": "computercraft:advanced_monitor_u", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_rd": { "model": "computercraft:advanced_monitor_rd", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_rd": { "model": "computercraft:advanced_monitor_rd", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_rd": { "model": "computercraft:advanced_monitor_rd", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_rd": { "model": "computercraft:advanced_monitor_rd", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_lrd": { "model": "computercraft:advanced_monitor_lrd", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_lrd": { "model": "computercraft:advanced_monitor_lrd", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_lrd": { "model": "computercraft:advanced_monitor_lrd", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_lrd": { "model": "computercraft:advanced_monitor_lrd", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_ld": { "model": "computercraft:advanced_monitor_ld", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_ld": { "model": "computercraft:advanced_monitor_ld", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_ld": { "model": "computercraft:advanced_monitor_ld", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_ld": { "model": "computercraft:advanced_monitor_ld", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_rud": { "model": "computercraft:advanced_monitor_rud", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_rud": { "model": "computercraft:advanced_monitor_rud", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_rud": { "model": "computercraft:advanced_monitor_rud", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_rud": { "model": "computercraft:advanced_monitor_rud", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_lrud": { "model": "computercraft:advanced_monitor_lrud", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_lrud": { "model": "computercraft:advanced_monitor_lrud", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_lrud": { "model": "computercraft:advanced_monitor_lrud", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_lrud": { "model": "computercraft:advanced_monitor_lrud", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_lud": { "model": "computercraft:advanced_monitor_lud", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_lud": { "model": "computercraft:advanced_monitor_lud", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_lud": { "model": "computercraft:advanced_monitor_lud", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_lud": { "model": "computercraft:advanced_monitor_lud", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_ru": { "model": "computercraft:advanced_monitor_ru", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_ru": { "model": "computercraft:advanced_monitor_ru", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_ru": { "model": "computercraft:advanced_monitor_ru", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_ru": { "model": "computercraft:advanced_monitor_ru", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_lru": { "model": "computercraft:advanced_monitor_lru", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_lru": { "model": "computercraft:advanced_monitor_lru", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_lru": { "model": "computercraft:advanced_monitor_lru", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_lru": { "model": "computercraft:advanced_monitor_lru", "y": 90, "x": 90 },
 | 
			
		||||
        "facing=north,variant=advanced_monitor_down_lu": { "model": "computercraft:advanced_monitor_lu", "x": 90 },
 | 
			
		||||
        "facing=south,variant=advanced_monitor_down_lu": { "model": "computercraft:advanced_monitor_lu", "y": 180, "x": 90 },
 | 
			
		||||
        "facing=west,variant=advanced_monitor_down_lu": { "model": "computercraft:advanced_monitor_lu", "y": 270, "x": 90 },
 | 
			
		||||
        "facing=east,variant=advanced_monitor_down_lu": { "model": "computercraft:advanced_monitor_lu", "y": 90, "x": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,20 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north,bottom=false,top=false": { "model": "computercraft:block/printer_empty" },
 | 
			
		||||
        "facing=south,bottom=false,top=false": { "model": "computercraft:block/printer_empty", "y": 180 },
 | 
			
		||||
        "facing=west,bottom=false,top=false": { "model": "computercraft:block/printer_empty", "y": 270 },
 | 
			
		||||
        "facing=east,bottom=false,top=false": { "model": "computercraft:block/printer_empty", "y": 90 },
 | 
			
		||||
        "facing=north,bottom=false,top=true": { "model": "computercraft:block/printer_top_full" },
 | 
			
		||||
        "facing=south,bottom=false,top=true": { "model": "computercraft:block/printer_top_full", "y": 180 },
 | 
			
		||||
        "facing=west,bottom=false,top=true": { "model": "computercraft:block/printer_top_full", "y": 270 },
 | 
			
		||||
        "facing=east,bottom=false,top=true": { "model": "computercraft:block/printer_top_full", "y": 90 },
 | 
			
		||||
        "facing=north,bottom=true,top=false": { "model": "computercraft:block/printer_bottom_full" },
 | 
			
		||||
        "facing=south,bottom=true,top=false": { "model": "computercraft:block/printer_bottom_full", "y": 180 },
 | 
			
		||||
        "facing=west,bottom=true,top=false": { "model": "computercraft:block/printer_bottom_full", "y": 270 },
 | 
			
		||||
        "facing=east,bottom=true,top=false": { "model": "computercraft:block/printer_bottom_full", "y": 90 },
 | 
			
		||||
        "facing=north,bottom=true,top=true": { "model": "computercraft:block/printer_both_full" },
 | 
			
		||||
        "facing=south,bottom=true,top=true": { "model": "computercraft:block/printer_both_full", "y": 180 },
 | 
			
		||||
        "facing=west,bottom=true,top=true": { "model": "computercraft:block/printer_both_full", "y": 270 },
 | 
			
		||||
        "facing=east,bottom=true,top=true": { "model": "computercraft:block/printer_both_full", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north": { "model": "computercraft:block/speaker" },
 | 
			
		||||
        "facing=south": { "model": "computercraft:block/speaker", "y": 180 },
 | 
			
		||||
        "facing=west": { "model": "computercraft:block/speaker", "y": 270 },
 | 
			
		||||
        "facing=east": { "model": "computercraft:block/speaker", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north": { "model": "computercraft:turtle" },
 | 
			
		||||
        "facing=south": { "model": "computercraft:turtle", "y": 180 },
 | 
			
		||||
        "facing=west": { "model": "computercraft:turtle", "y": 270 },
 | 
			
		||||
        "facing=east": { "model": "computercraft:turtle", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north": { "model": "computercraft:advanced_turtle" },
 | 
			
		||||
        "facing=south": { "model": "computercraft:advanced_turtle", "y": 180 },
 | 
			
		||||
        "facing=west": { "model": "computercraft:advanced_turtle", "y": 270 },
 | 
			
		||||
        "facing=east": { "model": "computercraft:advanced_turtle", "y": 90 }
 | 
			
		||||
        "facing=north": { "model": "computercraft:block/turtle_advanced" },
 | 
			
		||||
        "facing=south": { "model": "computercraft:block/turtle_advanced", "y": 180 },
 | 
			
		||||
        "facing=west": { "model": "computercraft:block/turtle_advanced", "y": 270 },
 | 
			
		||||
        "facing=east": { "model": "computercraft:block/turtle_advanced", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north": { "model": "computercraft:turtle" },
 | 
			
		||||
        "facing=south": { "model": "computercraft:turtle", "y": 180 },
 | 
			
		||||
        "facing=west": { "model": "computercraft:turtle", "y": 270 },
 | 
			
		||||
        "facing=east": { "model": "computercraft:turtle", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north": { "model": "computercraft:block/turtle_normal" },
 | 
			
		||||
        "facing=south": { "model": "computercraft:block/turtle_normal", "y": 180 },
 | 
			
		||||
        "facing=west": { "model": "computercraft:block/turtle_normal", "y": 270 },
 | 
			
		||||
        "facing=east": { "model": "computercraft:block/turtle_normal", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=north": { "model": "computercraft:turtle_normal" },
 | 
			
		||||
        "facing=south": { "model": "computercraft:turtle_normal", "y": 180 },
 | 
			
		||||
        "facing=west": { "model": "computercraft:turtle_normal", "y": 270 },
 | 
			
		||||
        "facing=east": { "model": "computercraft:turtle_normal", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "modem=false,peripheral=false": { "model": "computercraft:wired_modem_full_off" },
 | 
			
		||||
        "modem=false,peripheral=true": { "model": "computercraft:wired_modem_full_off_peripheral" },
 | 
			
		||||
        "modem=true,peripheral=false": { "model": "computercraft:wired_modem_full_on" },
 | 
			
		||||
        "modem=true,peripheral=true": { "model": "computercraft:wired_modem_full_on_peripheral" }
 | 
			
		||||
        "modem=false,peripheral=false": { "model": "computercraft:block/wired_modem_full_off" },
 | 
			
		||||
        "modem=false,peripheral=true": { "model": "computercraft:block/wired_modem_full_off_peripheral" },
 | 
			
		||||
        "modem=true,peripheral=false": { "model": "computercraft:block/wired_modem_full_on" },
 | 
			
		||||
        "modem=true,peripheral=true": { "model": "computercraft:block/wired_modem_full_on_peripheral" }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1,17 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=up,on=false": { "model": "computercraft:block/wireless_modem_advanced_off", "x": 270 },
 | 
			
		||||
        "facing=down,on=false": { "model": "computercraft:block/wireless_modem_advanced_off", "x": 90 },
 | 
			
		||||
        "facing=north,on=false": { "model": "computercraft:block/wireless_modem_advanced_off" },
 | 
			
		||||
        "facing=south,on=false": { "model": "computercraft:block/wireless_modem_advanced_off", "y": 180 },
 | 
			
		||||
        "facing=west,on=false": { "model": "computercraft:block/wireless_modem_advanced_off", "y": 270 },
 | 
			
		||||
        "facing=east,on=false": { "model": "computercraft:block/wireless_modem_advanced_off", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=up,on=true": { "model": "computercraft:block/wireless_modem_advanced_on", "x": 270 },
 | 
			
		||||
        "facing=down,on=true": { "model": "computercraft:block/wireless_modem_advanced_on", "x": 90 },
 | 
			
		||||
        "facing=north,on=true": { "model": "computercraft:block/wireless_modem_advanced_on" },
 | 
			
		||||
        "facing=south,on=true": { "model": "computercraft:block/wireless_modem_advanced_on", "y": 180 },
 | 
			
		||||
        "facing=west,on=true": { "model": "computercraft:block/wireless_modem_advanced_on", "y": 270 },
 | 
			
		||||
        "facing=east,on=true": { "model": "computercraft:block/wireless_modem_advanced_on", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,17 @@
 | 
			
		||||
{
 | 
			
		||||
    "variants": {
 | 
			
		||||
        "facing=up,on=false": { "model": "computercraft:block/wireless_modem_normal_off", "x": 270 },
 | 
			
		||||
        "facing=down,on=false": { "model": "computercraft:block/wireless_modem_normal_off", "x": 90 },
 | 
			
		||||
        "facing=north,on=false": { "model": "computercraft:block/wireless_modem_normal_off" },
 | 
			
		||||
        "facing=south,on=false": { "model": "computercraft:block/wireless_modem_normal_off", "y": 180 },
 | 
			
		||||
        "facing=west,on=false": { "model": "computercraft:block/wireless_modem_normal_off", "y": 270 },
 | 
			
		||||
        "facing=east,on=false": { "model": "computercraft:block/wireless_modem_normal_off", "y": 90 },
 | 
			
		||||
 | 
			
		||||
        "facing=up,on=true": { "model": "computercraft:block/wireless_modem_normal_on", "x": 270 },
 | 
			
		||||
        "facing=down,on=true": { "model": "computercraft:block/wireless_modem_normal_on", "x": 90 },
 | 
			
		||||
        "facing=north,on=true": { "model": "computercraft:block/wireless_modem_normal_on" },
 | 
			
		||||
        "facing=south,on=true": { "model": "computercraft:block/wireless_modem_normal_on", "y": 180 },
 | 
			
		||||
        "facing=west,on=true": { "model": "computercraft:block/wireless_modem_normal_on", "y": 270 },
 | 
			
		||||
        "facing=east,on=true": { "model": "computercraft:block/wireless_modem_normal_on", "y": 90 }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										79
									
								
								src/main/resources/assets/computercraft/lang/de_de.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										79
									
								
								src/main/resources/assets/computercraft/lang/de_de.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,79 @@
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.computer_normal": "Computer",
 | 
			
		||||
    "block.computercraft.computer_advanced": "Erweiterter Computer",
 | 
			
		||||
    "block.computercraft.computer_command": "Befehlscomputer",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.disk_drive": "Diskettenlaufwerk",
 | 
			
		||||
    "block.computercraft.printer": "Drucker",
 | 
			
		||||
    "block.computercraft.speaker": "Lautsprecher",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.monitor_normal": "Monitor",
 | 
			
		||||
    "block.computercraft.monitor_advanced": "Erweiterter Monitor",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wireless_modem_normal": "Kabelloses Modem",
 | 
			
		||||
    "block.computercraft.wireless_modem_advanced": "Endermodem",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wired_modem": "Kabelmodem",
 | 
			
		||||
    "block.computercraft.cable": "Netzwerkkabel",
 | 
			
		||||
    "block.computercraft.wired_modem_full": "Kabelmodem",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_normal": "Turtle",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded": "Turtle (%s)",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded_twice": "Turtle (%s, %s)",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_advanced": "Erweiterte Turtle",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded": "Erweiterte Turtle (%s)",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded_twice": "Erweiterte Turtle (%s, %s)",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.disk": "Diskette",
 | 
			
		||||
    "item.computercraft.treasure_disk": "Diskette",
 | 
			
		||||
    "item.computercraft.printed_page": "Gedruckte Seite",
 | 
			
		||||
    "item.computercraft.printed_pages": "Gedruckte Seiten",
 | 
			
		||||
    "item.computercraft.printed_book": "Gedrucktes Buch",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.pocket_computer_normal": "Taschencomputer",
 | 
			
		||||
    "item.computercraft.pocket_computer_normal.upgraded": "Taschencomputer (%s)",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced": "Erweiterter Taschencomputer",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced.upgraded": "Erweiterter Taschencomputer (%s)",
 | 
			
		||||
 | 
			
		||||
    "upgrade.minecraft.diamond_sword.adjective": "Nahkampf",
 | 
			
		||||
    "upgrade.minecraft.diamond_shovel.adjective": "Graben",
 | 
			
		||||
    "upgrade.minecraft.diamond_pickaxe.adjective": "Bergbau",
 | 
			
		||||
    "upgrade.minecraft.diamond_axe.adjective": "Holzfällen",
 | 
			
		||||
    "upgrade.minecraft.diamond_hoe.adjective": "Ackerbau",
 | 
			
		||||
    "upgrade.minecraft.crafting_table.adjective": "Fabrizierung",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_normal.adjective": "Ender",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_advanced.adjective": "Kabellos",
 | 
			
		||||
    "upgrade.computercraft.speaker.adjective": "Laut",
 | 
			
		||||
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_connected": "Peripheriegerät \"%s\" mit dem Netzwerk verbunden",
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_disconnected": "Peripheriegerät \"%s\" vom Netzwerk getrennt",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.computer_space_limit": "Speicherplatz von Computern (bytes)",
 | 
			
		||||
    "gui.computercraft.config.floppy_space_limit": "Speicherplatz von Disketten (bytes)",
 | 
			
		||||
    "gui.computercraft.config.maximum_open_files": "Maximalanzahl an gleichzeitig offenen Dateien je Computer",
 | 
			
		||||
    "gui.computercraft.config.disable_lua51_features": "Lua 5.1-Funktionen deaktivieren",
 | 
			
		||||
    "gui.computercraft.config.default_computer_settings": "Computer-Standardeinstellungen",
 | 
			
		||||
    "gui.computercraft.config.debug_enabled": "Debug-Library aktivieren",
 | 
			
		||||
    "gui.computercraft.config.log_computer_errors": "Peripheriefehler loggen",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http.enabled": "HTTP-API aktivieren",
 | 
			
		||||
    "gui.computercraft.config.http.websocket_enabled": "HTTP-Websockets aktivieren",
 | 
			
		||||
    "gui.computercraft.config.http.whitelist": "HTTP-Whitelist",
 | 
			
		||||
    "gui.computercraft.config.http.blacklist": "HTTP-Blacklist",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.peripheral.command_block_enabled": "Befehlsblöcke als Peripheriegerät erlauben",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range": "Modemreichweite (normal)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range": "Modemreichweite (in großer Höhe)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range_during_storm": "Modemreichweite (bei schlechtem Wetter)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Modemreichweite (in großer Höhe bei schlechtem Wetter)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.max_notes_per_tick": "Maximalanzahl an Noten, die ein Computer gleichzeitig spielen kann",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.turtle.need_fuel": "Treibstoffverbrauch aktivieren",
 | 
			
		||||
    "gui.computercraft.config.turtle.normal_fuel_limit": "Treibstofflimit von Turtles",
 | 
			
		||||
    "gui.computercraft.config.turtle.advanced_fuel_limit": "Treibstofflimit von Erweiterten Turtles",
 | 
			
		||||
    "gui.computercraft.config.turtle.obey_block_protection": "Turtles unterliegen Blockschutzrichtlinien",
 | 
			
		||||
    "gui.computercraft.config.turtle.can_push": "Turtles können Entities bewegen",
 | 
			
		||||
    "gui.computercraft.config.turtle.disabled_actions": "Deaktivierte Turtle-Aktionen"
 | 
			
		||||
}
 | 
			
		||||
@@ -1,190 +0,0 @@
 | 
			
		||||
tile.computercraft:computer.name=Computer
 | 
			
		||||
tile.computercraft:advanced_computer.name=Erweiterter Computer
 | 
			
		||||
tile.computercraft:drive.name=Diskettenlaufwerk
 | 
			
		||||
tile.computercraft:printer.name=Drucker
 | 
			
		||||
tile.computercraft:monitor.name=Monitor
 | 
			
		||||
tile.computercraft:advanced_monitor.name=Erweiterter Monitor
 | 
			
		||||
tile.computercraft:wireless_modem.name=Kabelloses Modem
 | 
			
		||||
tile.computercraft:wired_modem.name=Kabelmodem
 | 
			
		||||
tile.computercraft:cable.name=Netzwerkkabel
 | 
			
		||||
tile.computercraft:command_computer.name=Befehlscomputer
 | 
			
		||||
tile.computercraft:advanced_modem.name=Endermodem
 | 
			
		||||
tile.computercraft:speaker.name=Lautsprecher
 | 
			
		||||
 | 
			
		||||
tile.computercraft:turtle.name=Turtle
 | 
			
		||||
tile.computercraft:turtle.upgraded.name=Turtle (%s)
 | 
			
		||||
tile.computercraft:turtle.upgraded_twice.name=Turtle (%s, %s)
 | 
			
		||||
tile.computercraft:advanced_turtle.name=Erweiterte Turtle
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded.name=Erweiterte Turtle (%s)
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded_twice.name=Erweiterte Turtle (%s, %s)
 | 
			
		||||
 | 
			
		||||
item.computercraft:disk.name=Diskette
 | 
			
		||||
item.computercraft:treasure_disk.name=Diskette
 | 
			
		||||
item.computercraft:page.name=Gedruckte Seite
 | 
			
		||||
item.computercraft:pages.name=Gedruckte Seiten
 | 
			
		||||
item.computercraft:book.name=Gedrucktes Buch
 | 
			
		||||
 | 
			
		||||
item.computercraft:pocket_computer.name=Taschencomputer
 | 
			
		||||
item.computercraft:pocket_computer.upgraded.name=Taschencomputer (%s)
 | 
			
		||||
item.computercraft:advanced_pocket_computer.name=Erweiterter Taschencomputer
 | 
			
		||||
item.computercraft:advanced_pocket_computer.upgraded.name=Erweiterter Taschencomputer (%s)
 | 
			
		||||
 | 
			
		||||
upgrade.minecraft:diamond_sword.adjective=Nahkampf
 | 
			
		||||
upgrade.minecraft:diamond_shovel.adjective=Graben
 | 
			
		||||
upgrade.minecraft:diamond_pickaxe.adjective=Bergbau
 | 
			
		||||
upgrade.minecraft:diamond_axe.adjective=Holzfällen
 | 
			
		||||
upgrade.minecraft:diamond_hoe.adjective=Ackerbau
 | 
			
		||||
upgrade.computercraft:wireless_modem.adjective=Kabellos
 | 
			
		||||
upgrade.minecraft:crafting_table.adjective=Fabrizierung
 | 
			
		||||
upgrade.computercraft:advanced_modem.adjective=Ender
 | 
			
		||||
upgrade.computercraft:speaker.adjective=Laut
 | 
			
		||||
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_connected=Peripheriegerät "%s" mit dem Netzwerk verbunden
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_disconnected=Peripheriegerät "%s" vom Netzwerk getrennt
 | 
			
		||||
 | 
			
		||||
# Command descriptions, usage and any additional messages.
 | 
			
		||||
commands.computercraft.synopsis=Verschiedene Befehle um Computer zu kontrollieren.
 | 
			
		||||
commands.computercraft.desc=Der /computercraft Befehl enthält verschiedene Werkzeuge um Computer zu debuggen, kontrollieren oder mit ihnen zu interagieren.
 | 
			
		||||
 | 
			
		||||
commands.computercraft.help.synopsis=Zeigt die Hilfe für den angegebenen Befehl
 | 
			
		||||
commands.computercraft.help.desc=
 | 
			
		||||
commands.computercraft.help.usage=[command]
 | 
			
		||||
commands.computercraft.help.no_children=%s hat keine Unterbefehle
 | 
			
		||||
commands.computercraft.help.no_command=Unbekannter Befehl '%s'
 | 
			
		||||
 | 
			
		||||
commands.computercraft.dump.synopsis=Zeigt den Status eines Computers.
 | 
			
		||||
commands.computercraft.dump.desc=Zeigt den Status aller Computer oder genauere Informationen über einen angegebenen Computer. Der Computer kann entweder über seine Instanz ID (z.B. 123), seine Computer ID (z.B. #123) oder seinen Namen (z.B. "@Mein Computer") angegeben werden.
 | 
			
		||||
commands.computercraft.dump.usage=[ID]
 | 
			
		||||
commands.computercraft.dump.action=Zeigt mehr Informationen über einen Computer
 | 
			
		||||
 | 
			
		||||
commands.computercraft.shutdown.synopsis=Fährt den Computer aus der Ferne herunter.
 | 
			
		||||
commands.computercraft.shutdown.desc=Fährt die angegebenen Computer herunter. Falls keine Computer angegeben sind, werden alle heruntergefahren. Der Computer kann entweder über seine Instanz ID (z.B. 123), seine Computer ID (z.B. #123) oder seinen Namen (z.B. "@Mein Computer") angegeben werden.
 | 
			
		||||
commands.computercraft.shutdown.usage=[IDs...]
 | 
			
		||||
commands.computercraft.shutdown.done=Fährt die Computer %s/%s herunter
 | 
			
		||||
 | 
			
		||||
commands.computercraft.turn_on.synopsis=Fährt einen Computer aus der Ferne hoch.
 | 
			
		||||
commands.computercraft.turn_on.desc=Fährt die angegebenen Computer hoch. Der Computer kann entweder über seine Instanz ID (z.B. 123), seine Computer ID (z.B. #123) oder seinen Namen (z.B. "@Mein Computer") angegeben werden.
 | 
			
		||||
commands.computercraft.turn_on.usage=[IDs...]
 | 
			
		||||
commands.computercraft.turn_on.done=Fährt die Computer %s/%s hoch
 | 
			
		||||
 | 
			
		||||
commands.computercraft.tp.synopsis=Teleportiert dich zum angegebenen Computer.
 | 
			
		||||
commands.computercraft.tp.desc=Teleportiert dich zum Standort eines Computers. Der Computer kann entweder über seine Instanz ID (z.B. 123), seine Computer ID (z.B. #123) oder seinen Namen (z.B. "@Mein Computer") angegeben werden.
 | 
			
		||||
commands.computercraft.tp.usage=<ID>
 | 
			
		||||
commands.computercraft.tp.action=Teleportiert dich zum Computer
 | 
			
		||||
commands.computercraft.tp.not_entity=Konnte Terminal für Nicht-Spieler nicht öffnen
 | 
			
		||||
commands.computercraft.tp.not_there=Konnte Computer in der Welt nicht finden
 | 
			
		||||
 | 
			
		||||
commands.computercraft.view.synopsis=Zeigt das Terminal eines Computers.
 | 
			
		||||
commands.computercraft.view.desc=Zeigt das Terminal eines Computers. Dies ermöglicht, den Computer aus der Ferne zu steuern. Ein Zugriff auf das Inventar eines Turtles ist dadurch allerdings nicht möglich. Der Computer kann entweder über seine Instanz ID (z.B. 123), seine Computer ID (z.B. #123) oder seinen Namen (z.B. "@Mein Computer") angegeben werden.
 | 
			
		||||
commands.computercraft.view.usage=<ID>
 | 
			
		||||
commands.computercraft.view.action=Zeigt den Computer
 | 
			
		||||
commands.computercraft.view.not_player=Konnte Terminal für Nicht-Spieler nicht öffnen
 | 
			
		||||
 | 
			
		||||
commands.computercraft.track.synopsis=Zeichnet die Laufzeiten von Computern auf.
 | 
			
		||||
commands.computercraft.track.desc=Zeichnet die Laufzeiten von Computern und wie viele Events ausgelöst werden auf. Die Ausgabe der Informationen ist ähnlich zu /forge track, was beim aufspüren von Lags sehr hilfreich sein kann.
 | 
			
		||||
 | 
			
		||||
commands.computercraft.track.start.synopsis=Startet die Aufzeichnung von Computern
 | 
			
		||||
commands.computercraft.track.start.desc=Startet die Aufzeichnung der Laufzeiten und Anzahl der Events aller Computer. Dadurch werden die Ergebnisse der letzten Male verworfen.
 | 
			
		||||
commands.computercraft.track.start.usage=
 | 
			
		||||
commands.computercraft.track.start.stop=Führe %s aus um die Aufzeichnung zu stoppen und die Ergebnisse anzusehen
 | 
			
		||||
 | 
			
		||||
commands.computercraft.track.stop.synopsis=Stoppt die Aufzeichnung aller Computer
 | 
			
		||||
commands.computercraft.track.stop.desc=Stopt die Aufzeichnung aller Computer Events und Laufzeiten
 | 
			
		||||
commands.computercraft.track.stop.usage=
 | 
			
		||||
commands.computercraft.track.stop.action=Klicke um die Aufzeichnung zu stoppen
 | 
			
		||||
commands.computercraft.track.stop.not_enabled=Momentan werden keine Computer aufgezeichnet
 | 
			
		||||
 | 
			
		||||
commands.computercraft.track.dump.synopsis=Gibt die aktuellen Ergebnisse der Aufzeichnung aus
 | 
			
		||||
commands.computercraft.track.dump.desc=Gibt die aktuellen Ergebnisse der Aufzeichnung aus.
 | 
			
		||||
commands.computercraft.track.dump.usage=[Art]
 | 
			
		||||
commands.computercraft.track.dump.no_timings=Keine Zeitangaben verfügbar
 | 
			
		||||
commands.computercraft.track.dump.no_field=Unbekanntes Feld '%s'
 | 
			
		||||
commands.computercraft.track.dump.computer=Computer
 | 
			
		||||
 | 
			
		||||
commands.computercraft.reload.synopsis=Liest die Konfigurationsdatei von ComputerCraft neu ein
 | 
			
		||||
commands.computercraft.reload.desc=Liest die Konfigurationsdatei von ComputerCraft neu ein
 | 
			
		||||
commands.computercraft.reload.usage=
 | 
			
		||||
commands.computercraft.reload.done=Die Konfigurationsdatei wurde erfolgreich neu eingelesen
 | 
			
		||||
 | 
			
		||||
commands.computercraft.queue.synopsis=Sendet ein computer_command Event an einen Befehlscomputer
 | 
			
		||||
commands.computercraft.queue.desc=Sendet ein computer_command Event zusammen mit optionalen Argumenten an einen Befehlscomputer. Dieser Befehl wurde als eine Computerfreundliche Version von /trigger für Mapdesigner designed. Jeder Spieler kann diesen Befehl ausführen, weshalb er sich perfekt für ein Klickevent von z.B. Schildern oder Büchern eignet.
 | 
			
		||||
commands.computercraft.queue.usage=<ID> [Argumente...]
 | 
			
		||||
 | 
			
		||||
commands.computercraft.generic.no_position=<Keine Position>
 | 
			
		||||
commands.computercraft.generic.position=%s, %s, %s
 | 
			
		||||
commands.computercraft.generic.yes=J
 | 
			
		||||
commands.computercraft.generic.no=N
 | 
			
		||||
commands.computercraft.generic.exception=Unbehandelte Ausnahme (%s)
 | 
			
		||||
commands.computercraft.generic.additional_rows=%d zusätzliche Zeilen…
 | 
			
		||||
 | 
			
		||||
commands.computercraft.argument.no_matching=Kein Computer passt auf '%s'
 | 
			
		||||
commands.computercraft.argument.many_matching=Mehrere Computer passen auf '%s' (Instanzen %s)
 | 
			
		||||
commands.computercraft.argument.not_number='%s' ist keine Zahl
 | 
			
		||||
 | 
			
		||||
# Names for the various tracking fields.
 | 
			
		||||
tracking_field.computercraft.tasks.name=Aufgaben
 | 
			
		||||
tracking_field.computercraft.total.name=Gesamtzeit
 | 
			
		||||
tracking_field.computercraft.average.name=Durchschnittliche Zeit
 | 
			
		||||
tracking_field.computercraft.max.name=Maximale Zeit
 | 
			
		||||
 | 
			
		||||
tracking_field.computercraft.server_count.name=Anzahl der Server-Tasks
 | 
			
		||||
tracking_field.computercraft.server_time.name=Server-Task-Zeit
 | 
			
		||||
 | 
			
		||||
tracking_field.computercraft.peripheral.name=Peripheriegeräte Aufrufe
 | 
			
		||||
tracking_field.computercraft.fs.name=Dateisystem Operationen
 | 
			
		||||
tracking_field.computercraft.turtle.name=Turtle Operationen
 | 
			
		||||
 | 
			
		||||
tracking_field.computercraft.http.name=HTTP-Requests
 | 
			
		||||
tracking_field.computercraft.http_upload.name=HTTP Upload
 | 
			
		||||
tracking_field.computercraft.http_download.name=HTTT Download
 | 
			
		||||
 | 
			
		||||
tracking_field.computercraft.websocket_incoming.name=Websocket eingehend
 | 
			
		||||
tracking_field.computercraft.websocket_outgoing.name=Websocket ausgehend
 | 
			
		||||
 | 
			
		||||
tracking_field.computercraft.coroutines_created.name=Koroutinen erstellt
 | 
			
		||||
tracking_field.computercraft.coroutines_dead.name=Koroutinen gelöscht
 | 
			
		||||
 | 
			
		||||
# Misc tooltips
 | 
			
		||||
gui.computercraft.tooltip.copy=In die Zwischenablage kopieren
 | 
			
		||||
gui.computercraft.tooltip.computer_id=(Computer ID: %s)
 | 
			
		||||
gui.computercraft.tooltip.disk_id=(Disketten ID: %s)
 | 
			
		||||
 | 
			
		||||
# Config options
 | 
			
		||||
gui.computercraft:config.computer_space_limit=Speicherplatz von Computern (Bytes)
 | 
			
		||||
gui.computercraft:config.floppy_space_limit=Speicherplatz von Disketten (Bytes)
 | 
			
		||||
gui.computercraft:config.maximum_open_files=Maximalanzahl an gleichzeitig offenen Dateien je Computer
 | 
			
		||||
gui.computercraft:config.disable_lua51_features=Lua 5.1-Funktionen deaktivieren
 | 
			
		||||
gui.computercraft:config.default_computer_settings=Computer-Standardeinstellungen
 | 
			
		||||
gui.computercraft:config.debug_enabled=Debug-Library aktivieren
 | 
			
		||||
gui.computercraft:config.log_computer_errors=Computerfehler loggen
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.execution.computer_threads=Computer Threads
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http=HTTP
 | 
			
		||||
gui.computercraft:config.http.enabled=HTTP-API aktivieren
 | 
			
		||||
gui.computercraft:config.http.websocket_enabled=Websockets aktivieren
 | 
			
		||||
gui.computercraft:config.http.whitelist=HTTP-Whitelist
 | 
			
		||||
gui.computercraft:config.http.blacklist=HTTP-Blacklist
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http.timeout=Zeitüberschreitung
 | 
			
		||||
gui.computercraft:config.http.max_requests=Maximale Anzahl gleichzeitiger Anfragen
 | 
			
		||||
gui.computercraft:config.http.max_download=Maximale Antwortgröße
 | 
			
		||||
gui.computercraft:config.http.max_upload=Maximale Anfragegröße
 | 
			
		||||
gui.computercraft:config.http.max_websockets=Maximale Anzahl gleichzeitiger Websockets
 | 
			
		||||
gui.computercraft:config.http.max_websocket_message=Maximale Größe der Websocket-Nachricht
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.peripheral=Peripheriegeräte
 | 
			
		||||
gui.computercraft:config.peripheral.command_block_enabled=Befehlsblöcke als Peripheriegerät erlauben
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range=Modemreichweite (normal)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range=Modemreichweite (in großer Höhe)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range_during_storm=Modemreichweite (bei schlechtem Wetter)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range_during_storm=Modemreichweite (in großer Höhe bei schlechtem Wetter)
 | 
			
		||||
gui.computercraft:config.peripheral.max_notes_per_tick=Maximalanzahl an Noten, die ein Computer gleichzeitig spielen kann
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.turtle=Turtles
 | 
			
		||||
gui.computercraft:config.turtle.need_fuel=Treibstoffverbrauch aktivieren
 | 
			
		||||
gui.computercraft:config.turtle.normal_fuel_limit=Treibstofflimit von Turtles
 | 
			
		||||
gui.computercraft:config.turtle.advanced_fuel_limit=Treibstofflimit von Erweiterten Turtles
 | 
			
		||||
gui.computercraft:config.turtle.obey_block_protection=Turtles unterliegen Blockschutzrichtlinien
 | 
			
		||||
gui.computercraft:config.turtle.can_push=Turtles können Entities bewegen
 | 
			
		||||
gui.computercraft:config.turtle.disabled_actions=Deaktivierte Turtle-Aktionen
 | 
			
		||||
							
								
								
									
										190
									
								
								src/main/resources/assets/computercraft/lang/en_us.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										190
									
								
								src/main/resources/assets/computercraft/lang/en_us.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,190 @@
 | 
			
		||||
{
 | 
			
		||||
    "itemGroup.computercraft": "ComputerCraft",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.computer_normal": "Computer",
 | 
			
		||||
    "block.computercraft.computer_advanced": "Advanced Computer",
 | 
			
		||||
    "block.computercraft.computer_command": "Command Computer",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.disk_drive": "Disk Drive",
 | 
			
		||||
    "block.computercraft.printer": "Printer",
 | 
			
		||||
    "block.computercraft.speaker": "Speaker",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.monitor_normal": "Monitor",
 | 
			
		||||
    "block.computercraft.monitor_advanced": "Advanced Monitor",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wireless_modem_normal": "Wireless Modem",
 | 
			
		||||
    "block.computercraft.wireless_modem_advanced": "Ender Modem",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wired_modem": "Wired Modem",
 | 
			
		||||
    "block.computercraft.cable": "Networking Cable",
 | 
			
		||||
    "block.computercraft.wired_modem_full": "Wired Modem",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_normal": "Turtle",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded": "%s Turtle",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded_twice": "%s %s Turtle",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_advanced": "Advanced Turtle",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded": "Advanced %s Turtle",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded_twice": "Advanced %s %s Turtle",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.disk": "Floppy Disk",
 | 
			
		||||
    "item.computercraft.treasure_disk": "Floppy Disk",
 | 
			
		||||
    "item.computercraft.printed_page": "Printed Page",
 | 
			
		||||
    "item.computercraft.printed_pages": "Printed Pages",
 | 
			
		||||
    "item.computercraft.printed_book": "Printed Book",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.pocket_computer_normal": "Pocket Computer",
 | 
			
		||||
    "item.computercraft.pocket_computer_normal.upgraded": "%s Pocket Computer",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced": "Advanced Pocket Computer",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced.upgraded": "Advanced %s Pocket Computer",
 | 
			
		||||
 | 
			
		||||
    "upgrade.minecraft.diamond_sword.adjective": "Melee",
 | 
			
		||||
    "upgrade.minecraft.diamond_shovel.adjective": "Digging",
 | 
			
		||||
    "upgrade.minecraft.diamond_pickaxe.adjective": "Mining",
 | 
			
		||||
    "upgrade.minecraft.diamond_axe.adjective": "Felling",
 | 
			
		||||
    "upgrade.minecraft.diamond_hoe.adjective": "Farming",
 | 
			
		||||
    "upgrade.minecraft.crafting_table.adjective": "Crafty",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_normal.adjective": "Wireless",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_advanced.adjective": "Ender",
 | 
			
		||||
    "upgrade.computercraft.speaker.adjective": "Noisy",
 | 
			
		||||
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_connected": "Peripheral \"%s\" connected to network",
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_disconnected": "Peripheral \"%s\" disconnected from network",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.synopsis": "Various commands for controlling computers.",
 | 
			
		||||
    "commands.computercraft.desc": "The /computercraft command provides various debugging and administrator tools for controlling and  interacting with computers.",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.help.synopsis": "Provide help for a specific command",
 | 
			
		||||
    "commands.computercraft.help.desc": "",
 | 
			
		||||
    "commands.computercraft.help.no_children": "%s has no sub-commands",
 | 
			
		||||
    "commands.computercraft.help.no_command": "No such command '%s'",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.dump.synopsis": "Display the status of computers.",
 | 
			
		||||
    "commands.computercraft.dump.desc": "Display the status of all computers or specific information about one computer. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. \"@My Computer\").",
 | 
			
		||||
    "commands.computercraft.dump.action": "View more info about this computer",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.shutdown.synopsis": "Shutdown computers remotely.",
 | 
			
		||||
    "commands.computercraft.shutdown.desc": "Shutdown the listed computers or all if none are specified. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. \"@My Computer\").",
 | 
			
		||||
    "commands.computercraft.shutdown.done": "Shutdown %s/%s computers",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.turn_on.synopsis": "Turn computers on remotely.",
 | 
			
		||||
    "commands.computercraft.turn_on.desc": "Turn on the listed computers. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. \"@My Computer\").",
 | 
			
		||||
    "commands.computercraft.turn_on.done": "Turned on %s/%s computers",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.tp.synopsis": "Teleport to a specific computer.",
 | 
			
		||||
    "commands.computercraft.tp.desc": "Teleport to the location of a computer. You can either specify the computer's instance id (e.g. 123) or computer id (e.g #123).",
 | 
			
		||||
    "commands.computercraft.tp.action": "Teleport to this computer",
 | 
			
		||||
    "commands.computercraft.tp.not_player": "Cannot open terminal for non-player",
 | 
			
		||||
    "commands.computercraft.tp.not_there": "Cannot locate computer in the world",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.view.synopsis": "View the terminal of a computer.",
 | 
			
		||||
    "commands.computercraft.view.desc": "Open the terminal of a computer, allowing remote control of a computer. This does not provide access to turtle's inventories. You can either specify the computer's instance id (e.g. 123) or computer id (e.g #123).",
 | 
			
		||||
    "commands.computercraft.view.action": "View this computer",
 | 
			
		||||
    "commands.computercraft.view.not_player": "Cannot open terminal for non-player",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.track.synopsis": "Track execution times for computers.",
 | 
			
		||||
    "commands.computercraft.track.desc": "Track how long computers execute for, as well as how many events they handle. This presents information in a similar way to /forge track and can be useful for diagnosing lag.",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.track.start.synopsis": "Start tracking all computers",
 | 
			
		||||
    "commands.computercraft.track.start.desc": "Start tracking all computers' execution times and event counts. This will discard the results of previous runs.",
 | 
			
		||||
    "commands.computercraft.track.start.stop": "Run %s to stop tracking and view the results",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.track.stop.synopsis": "Stop tracking all computers",
 | 
			
		||||
    "commands.computercraft.track.stop.desc": "Stop tracking all computers' events and execution times",
 | 
			
		||||
    "commands.computercraft.track.stop.action": "Click to stop tracking",
 | 
			
		||||
    "commands.computercraft.track.stop.not_enabled": "Not currently tracking computers",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.track.dump.synopsis": "Dump the latest track results",
 | 
			
		||||
    "commands.computercraft.track.dump.desc": "Dump the latest results of computer tracking.",
 | 
			
		||||
    "commands.computercraft.track.dump.no_timings": "No timings available",
 | 
			
		||||
    "commands.computercraft.track.dump.computer": "Computer",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.reload.synopsis": "Reload the ComputerCraft config file",
 | 
			
		||||
    "commands.computercraft.reload.desc": "Reload the ComputerCraft config file",
 | 
			
		||||
    "commands.computercraft.reload.done": "Reloaded config",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.queue.synopsis": "Send a computer_command event to a command computer",
 | 
			
		||||
    "commands.computercraft.queue.desc": "Send a computer_command event to a command computer, passing through the additional arguments. This is mostly designed for map makers, acting as a more computer-friendly version of /trigger. Any player can run the command, which would most likely be done through a text component's click event.",
 | 
			
		||||
 | 
			
		||||
    "commands.computercraft.generic.no_position": "<no pos>",
 | 
			
		||||
    "commands.computercraft.generic.position": "%s, %s, %s",
 | 
			
		||||
    "commands.computercraft.generic.yes": "Y",
 | 
			
		||||
    "commands.computercraft.generic.no": "N",
 | 
			
		||||
    "commands.computercraft.generic.exception": "Unhandled exception (%s)",
 | 
			
		||||
    "commands.computercraft.generic.additional_rows": "%d additional rows…",
 | 
			
		||||
 | 
			
		||||
    "argument.computercraft.computer.no_matching": "No computers matching '%s'",
 | 
			
		||||
    "argument.computercraft.computer.many_matching": "Multiple computers matching '%s' (instances %s)",
 | 
			
		||||
 | 
			
		||||
    "argument.computercraft.tacking_field.no_field": "Unknown field '%s'",
 | 
			
		||||
 | 
			
		||||
    "argument.computercraft.argument_expected": "Argument expected",
 | 
			
		||||
 | 
			
		||||
    "tracking_field.computercraft.tasks.name": "Tasks",
 | 
			
		||||
    "tracking_field.computercraft.total.name": "Total time",
 | 
			
		||||
    "tracking_field.computercraft.average.name": "Average time",
 | 
			
		||||
    "tracking_field.computercraft.max.name": "Max time",
 | 
			
		||||
 | 
			
		||||
    "tracking_field.computercraft.server_count.name": "Server task count",
 | 
			
		||||
    "tracking_field.computercraft.server_time.name": "Server task time",
 | 
			
		||||
 | 
			
		||||
    "tracking_field.computercraft.peripheral.name": "Peripheral calls",
 | 
			
		||||
    "tracking_field.computercraft.fs.name": "Filesystem operations",
 | 
			
		||||
    "tracking_field.computercraft.turtle.name": "Turtle operations",
 | 
			
		||||
 | 
			
		||||
    "tracking_field.computercraft.http.name": "HTTP requests",
 | 
			
		||||
    "tracking_field.computercraft.http_upload.name": "HTTP upload",
 | 
			
		||||
    "tracking_field.computercraft.http_download.name": "HTTT download",
 | 
			
		||||
 | 
			
		||||
    "tracking_field.computercraft.websocket_incoming.name": "Websocket incoming",
 | 
			
		||||
    "tracking_field.computercraft.websocket_outgoing.name": "Websocket outgoing",
 | 
			
		||||
 | 
			
		||||
    "tracking_field.computercraft.coroutines_created.name": "Coroutines created",
 | 
			
		||||
    "tracking_field.computercraft.coroutines_dead.name": "Coroutines disposed",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.tooltip.copy": "Copy to clipboard",
 | 
			
		||||
    "gui.computercraft.tooltip.computer_id": "(Computer ID: %s)",
 | 
			
		||||
    "gui.computercraft.tooltip.disk_id": "(Disk ID: %s)",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.computer_space_limit": "Computer space limit (bytes)",
 | 
			
		||||
    "gui.computercraft.config.floppy_space_limit": "Floppy Disk space limit (bytes)",
 | 
			
		||||
    "gui.computercraft.config.maximum_open_files": "Maximum files open per computer",
 | 
			
		||||
    "gui.computercraft.config.disable_lua51_features": "Disable Lua 5.1 features",
 | 
			
		||||
    "gui.computercraft.config.default_computer_settings": "Default Computer settings",
 | 
			
		||||
    "gui.computercraft.config.debug_enabled": "Enable debug library",
 | 
			
		||||
    "gui.computercraft.config.log_computer_errors": "Log computer errors",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.execution": "Execution",
 | 
			
		||||
    "gui.computercraft.config.execution.computer_threads": "Computer threads",
 | 
			
		||||
    "gui.computercraft.config.execution.max_main_global_time": "Server tick global time limit",
 | 
			
		||||
    "gui.computercraft.config.execution.max_main_computer_time": "Server tick computer time limit",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http": "HTTP",
 | 
			
		||||
    "gui.computercraft.config.http.enabled": "Enable the HTTP API",
 | 
			
		||||
    "gui.computercraft.config.http.websocket_enabled": "Enable websockets",
 | 
			
		||||
    "gui.computercraft.config.http.whitelist": "HTTP whitelist",
 | 
			
		||||
    "gui.computercraft.config.http.blacklist": "HTTP blacklist",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http.timeout": "Timeout",
 | 
			
		||||
    "gui.computercraft.config.http.max_requests": "Maximum concurrent requests",
 | 
			
		||||
    "gui.computercraft.config.http.max_download": "Maximum response size",
 | 
			
		||||
    "gui.computercraft.config.http.max_upload": "Maximum request size",
 | 
			
		||||
    "gui.computercraft.config.http.max_websockets": "Maximum concurrent websockets",
 | 
			
		||||
    "gui.computercraft.config.http.max_websocket_message": "Maximum websocket message size",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.peripheral": "Peripherals",
 | 
			
		||||
    "gui.computercraft.config.peripheral.command_block_enabled": "Enable command block peripheral",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range": "Modem range (default)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range": "Modem range (high-altitude)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range_during_storm": "Modem range (bad weather)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Modem range (high-altitude, bad weather)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.max_notes_per_tick": "Maximum notes that a computer can play at once",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.turtle": "Turtles",
 | 
			
		||||
    "gui.computercraft.config.turtle.need_fuel": "Enable fuel",
 | 
			
		||||
    "gui.computercraft.config.turtle.normal_fuel_limit": "Turtle fuel limit",
 | 
			
		||||
    "gui.computercraft.config.turtle.advanced_fuel_limit": "Advanced Turtle fuel limit",
 | 
			
		||||
    "gui.computercraft.config.turtle.obey_block_protection": "Turtles obey block protection",
 | 
			
		||||
    "gui.computercraft.config.turtle.can_push": "Turtles can push entities",
 | 
			
		||||
    "gui.computercraft.config.turtle.disabled_actions": "Disabled turtle actions"
 | 
			
		||||
}
 | 
			
		||||
@@ -1,195 +0,0 @@
 | 
			
		||||
itemGroup.computercraft=CC: Tweaked
 | 
			
		||||
 | 
			
		||||
tile.computercraft:computer.name=Computer
 | 
			
		||||
tile.computercraft:advanced_computer.name=Advanced Computer
 | 
			
		||||
tile.computercraft:drive.name=Disk Drive
 | 
			
		||||
tile.computercraft:printer.name=Printer
 | 
			
		||||
tile.computercraft:monitor.name=Monitor
 | 
			
		||||
tile.computercraft:advanced_monitor.name=Advanced Monitor
 | 
			
		||||
tile.computercraft:wireless_modem.name=Wireless Modem
 | 
			
		||||
tile.computercraft:wired_modem.name=Wired Modem
 | 
			
		||||
tile.computercraft:cable.name=Networking Cable
 | 
			
		||||
tile.computercraft:command_computer.name=Command Computer
 | 
			
		||||
tile.computercraft:advanced_modem.name=Ender Modem
 | 
			
		||||
tile.computercraft:speaker.name=Speaker
 | 
			
		||||
 | 
			
		||||
tile.computercraft:turtle.name=Turtle
 | 
			
		||||
tile.computercraft:turtle.upgraded.name=%s Turtle
 | 
			
		||||
tile.computercraft:turtle.upgraded_twice.name=%s %s Turtle
 | 
			
		||||
tile.computercraft:advanced_turtle.name=Advanced Turtle
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded.name=Advanced %s Turtle
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded_twice.name=Advanced %s %s Turtle
 | 
			
		||||
 | 
			
		||||
item.computercraft:disk.name=Floppy Disk
 | 
			
		||||
item.computercraft:treasure_disk.name=Floppy Disk
 | 
			
		||||
item.computercraft:page.name=Printed Page
 | 
			
		||||
item.computercraft:pages.name=Printed Pages
 | 
			
		||||
item.computercraft:book.name=Printed Book
 | 
			
		||||
 | 
			
		||||
item.computercraft:pocket_computer.name=Pocket Computer
 | 
			
		||||
item.computercraft:pocket_computer.upgraded.name=%s Pocket Computer
 | 
			
		||||
item.computercraft:advanced_pocket_computer.name=Advanced Pocket Computer
 | 
			
		||||
item.computercraft:advanced_pocket_computer.upgraded.name=Advanced %s Pocket Computer
 | 
			
		||||
 | 
			
		||||
upgrade.minecraft:diamond_sword.adjective=Melee
 | 
			
		||||
upgrade.minecraft:diamond_shovel.adjective=Digging
 | 
			
		||||
upgrade.minecraft:diamond_pickaxe.adjective=Mining
 | 
			
		||||
upgrade.minecraft:diamond_axe.adjective=Felling
 | 
			
		||||
upgrade.minecraft:diamond_hoe.adjective=Farming
 | 
			
		||||
upgrade.computercraft:wireless_modem.adjective=Wireless
 | 
			
		||||
upgrade.minecraft:crafting_table.adjective=Crafty
 | 
			
		||||
upgrade.computercraft:advanced_modem.adjective=Ender
 | 
			
		||||
upgrade.computercraft:speaker.adjective=Noisy
 | 
			
		||||
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_connected=Peripheral "%s" connected to network
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_disconnected=Peripheral "%s" disconnected from network
 | 
			
		||||
 | 
			
		||||
# Command descriptions, usage and any additional messages.
 | 
			
		||||
commands.computercraft.synopsis=Various commands for controlling computers.
 | 
			
		||||
commands.computercraft.desc=The /computercraft command provides various debugging and administrator tools for controlling and  interacting with computers.
 | 
			
		||||
 | 
			
		||||
commands.computercraft.help.synopsis=Provide help for a specific command
 | 
			
		||||
commands.computercraft.help.desc=
 | 
			
		||||
commands.computercraft.help.usage=[command]
 | 
			
		||||
commands.computercraft.help.no_children=%s has no sub-commands
 | 
			
		||||
commands.computercraft.help.no_command=No such command '%s'
 | 
			
		||||
 | 
			
		||||
commands.computercraft.dump.synopsis=Display the status of computers.
 | 
			
		||||
commands.computercraft.dump.desc=Display the status of all computers or specific information about one computer. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. "@My Computer").
 | 
			
		||||
commands.computercraft.dump.usage=[id]
 | 
			
		||||
commands.computercraft.dump.action=View more info about this computer
 | 
			
		||||
 | 
			
		||||
commands.computercraft.shutdown.synopsis=Shutdown computers remotely.
 | 
			
		||||
commands.computercraft.shutdown.desc=Shutdown the listed computers or all if none are specified. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. "@My Computer").
 | 
			
		||||
commands.computercraft.shutdown.usage=[ids...]
 | 
			
		||||
commands.computercraft.shutdown.done=Shutdown %s/%s computers
 | 
			
		||||
 | 
			
		||||
commands.computercraft.turn_on.synopsis=Turn computers on remotely.
 | 
			
		||||
commands.computercraft.turn_on.desc=Turn on the listed computers. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. "@My Computer").
 | 
			
		||||
commands.computercraft.turn_on.usage=[ids...]
 | 
			
		||||
commands.computercraft.turn_on.done=Turned on %s/%s computers
 | 
			
		||||
 | 
			
		||||
commands.computercraft.tp.synopsis=Teleport to a specific computer.
 | 
			
		||||
commands.computercraft.tp.desc=Teleport to the location of a computer. You can either specify the computer's instance id (e.g. 123) or computer id (e.g #123).
 | 
			
		||||
commands.computercraft.tp.usage=<id>
 | 
			
		||||
commands.computercraft.tp.action=Teleport to this computer
 | 
			
		||||
commands.computercraft.tp.not_entity=Cannot open terminal for non-player
 | 
			
		||||
commands.computercraft.tp.not_there=Cannot locate computer in the world
 | 
			
		||||
 | 
			
		||||
commands.computercraft.view.synopsis=View the terminal of a computer.
 | 
			
		||||
commands.computercraft.view.desc=Open the terminal of a computer, allowing remote control of a computer. This does not provide access to turtle's inventories. You can either specify the computer's instance id (e.g. 123) or computer id (e.g #123).
 | 
			
		||||
commands.computercraft.view.usage=<id>
 | 
			
		||||
commands.computercraft.view.action=View this computer
 | 
			
		||||
commands.computercraft.view.not_player=Cannot open terminal for non-player
 | 
			
		||||
 | 
			
		||||
commands.computercraft.track.synopsis=Track execution times for computers.
 | 
			
		||||
commands.computercraft.track.desc=Track how long computers execute for, as well as how many events they handle. This presents information in a similar way to /forge track and can be useful for diagnosing lag.
 | 
			
		||||
 | 
			
		||||
commands.computercraft.track.start.synopsis=Start tracking all computers
 | 
			
		||||
commands.computercraft.track.start.desc=Start tracking all computers' execution times and event counts. This will discard the results of previous runs.
 | 
			
		||||
commands.computercraft.track.start.usage=
 | 
			
		||||
commands.computercraft.track.start.stop=Run %s to stop tracking and view the results
 | 
			
		||||
 | 
			
		||||
commands.computercraft.track.stop.synopsis=Stop tracking all computers
 | 
			
		||||
commands.computercraft.track.stop.desc=Stop tracking all computers' events and execution times
 | 
			
		||||
commands.computercraft.track.stop.usage=
 | 
			
		||||
commands.computercraft.track.stop.action=Click to stop tracking
 | 
			
		||||
commands.computercraft.track.stop.not_enabled=Not currently tracking computers
 | 
			
		||||
 | 
			
		||||
commands.computercraft.track.dump.synopsis=Dump the latest track results
 | 
			
		||||
commands.computercraft.track.dump.desc=Dump the latest results of computer tracking.
 | 
			
		||||
commands.computercraft.track.dump.usage=[kind]
 | 
			
		||||
commands.computercraft.track.dump.no_timings=No timings available
 | 
			
		||||
commands.computercraft.track.dump.no_field=Unknown field '%s'
 | 
			
		||||
commands.computercraft.track.dump.computer=Computer
 | 
			
		||||
 | 
			
		||||
commands.computercraft.reload.synopsis=Reload the ComputerCraft config file
 | 
			
		||||
commands.computercraft.reload.desc=Reload the ComputerCraft config file
 | 
			
		||||
commands.computercraft.reload.usage=
 | 
			
		||||
commands.computercraft.reload.done=Reloaded config
 | 
			
		||||
 | 
			
		||||
commands.computercraft.queue.synopsis=Send a computer_command event to a command computer
 | 
			
		||||
commands.computercraft.queue.desc=Send a computer_command event to a command computer, passing through the additional arguments. This is mostly designed for map makers, acting as a more computer-friendly version of /trigger. Any player can run the command, which would most likely be done through a text component's click event.
 | 
			
		||||
commands.computercraft.queue.usage=<id> [args...]
 | 
			
		||||
 | 
			
		||||
commands.computercraft.generic.no_position=<no pos>
 | 
			
		||||
commands.computercraft.generic.position=%s, %s, %s
 | 
			
		||||
commands.computercraft.generic.yes=Y
 | 
			
		||||
commands.computercraft.generic.no=N
 | 
			
		||||
commands.computercraft.generic.exception=Unhandled exception (%s)
 | 
			
		||||
commands.computercraft.generic.additional_rows=%d additional rows…
 | 
			
		||||
 | 
			
		||||
commands.computercraft.argument.no_matching=No computers matching '%s'
 | 
			
		||||
commands.computercraft.argument.many_matching=Multiple computers matching '%s' (instances %s)
 | 
			
		||||
commands.computercraft.argument.not_number='%s' is not a number
 | 
			
		||||
 | 
			
		||||
# Names for the various tracking fields.
 | 
			
		||||
tracking_field.computercraft.tasks.name=Tasks
 | 
			
		||||
tracking_field.computercraft.total.name=Total time
 | 
			
		||||
tracking_field.computercraft.average.name=Average time
 | 
			
		||||
tracking_field.computercraft.max.name=Max time
 | 
			
		||||
 | 
			
		||||
tracking_field.computercraft.server_count.name=Server task count
 | 
			
		||||
tracking_field.computercraft.server_time.name=Server task time
 | 
			
		||||
 | 
			
		||||
tracking_field.computercraft.peripheral.name=Peripheral calls
 | 
			
		||||
tracking_field.computercraft.fs.name=Filesystem operations
 | 
			
		||||
tracking_field.computercraft.turtle.name=Turtle operations
 | 
			
		||||
 | 
			
		||||
tracking_field.computercraft.http.name=HTTP requests
 | 
			
		||||
tracking_field.computercraft.http_upload.name=HTTP upload
 | 
			
		||||
tracking_field.computercraft.http_download.name=HTTT download
 | 
			
		||||
 | 
			
		||||
tracking_field.computercraft.websocket_incoming.name=Websocket incoming
 | 
			
		||||
tracking_field.computercraft.websocket_outgoing.name=Websocket outgoing
 | 
			
		||||
 | 
			
		||||
tracking_field.computercraft.coroutines_created.name=Coroutines created
 | 
			
		||||
tracking_field.computercraft.coroutines_dead.name=Coroutines disposed
 | 
			
		||||
 | 
			
		||||
# Misc tooltips
 | 
			
		||||
gui.computercraft.tooltip.copy=Copy to clipboard
 | 
			
		||||
gui.computercraft.tooltip.computer_id=(Computer ID: %s)
 | 
			
		||||
gui.computercraft.tooltip.disk_id=(Disk ID: %s)
 | 
			
		||||
 | 
			
		||||
# Config options
 | 
			
		||||
gui.computercraft:config.computer_space_limit=Computer space limit (bytes)
 | 
			
		||||
gui.computercraft:config.floppy_space_limit=Floppy Disk space limit (bytes)
 | 
			
		||||
gui.computercraft:config.maximum_open_files=Maximum files open per computer
 | 
			
		||||
gui.computercraft:config.disable_lua51_features=Disable Lua 5.1 features
 | 
			
		||||
gui.computercraft:config.default_computer_settings=Default Computer settings
 | 
			
		||||
gui.computercraft:config.debug_enabled=Enable debug library
 | 
			
		||||
gui.computercraft:config.log_computer_errors=Log computer errors
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.execution=Execution
 | 
			
		||||
gui.computercraft:config.execution.computer_threads=Computer threads
 | 
			
		||||
gui.computercraft:config.execution.max_main_global_time=Server tick global time limit
 | 
			
		||||
gui.computercraft:config.execution.max_main_computer_time=Server tick computer time limit
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http=HTTP
 | 
			
		||||
gui.computercraft:config.http.enabled=Enable the HTTP API
 | 
			
		||||
gui.computercraft:config.http.websocket_enabled=Enable websockets
 | 
			
		||||
gui.computercraft:config.http.whitelist=HTTP whitelist
 | 
			
		||||
gui.computercraft:config.http.blacklist=HTTP blacklist
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http.timeout=Timeout
 | 
			
		||||
gui.computercraft:config.http.max_requests=Maximum concurrent requests
 | 
			
		||||
gui.computercraft:config.http.max_download=Maximum response size
 | 
			
		||||
gui.computercraft:config.http.max_upload=Maximum request size
 | 
			
		||||
gui.computercraft:config.http.max_websockets=Maximum concurrent websockets
 | 
			
		||||
gui.computercraft:config.http.max_websocket_message=Maximum websocket message size
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.peripheral=Peripherals
 | 
			
		||||
gui.computercraft:config.peripheral.command_block_enabled=Enable command block peripheral
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range=Modem range (default)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range=Modem range (high-altitude)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range_during_storm=Modem range (bad weather)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range_during_storm=Modem range (high-altitude, bad weather)
 | 
			
		||||
gui.computercraft:config.peripheral.max_notes_per_tick=Maximum notes that a computer can play at once
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.turtle=Turtles
 | 
			
		||||
gui.computercraft:config.turtle.need_fuel=Enable fuel
 | 
			
		||||
gui.computercraft:config.turtle.normal_fuel_limit=Turtle fuel limit
 | 
			
		||||
gui.computercraft:config.turtle.advanced_fuel_limit=Advanced Turtle fuel limit
 | 
			
		||||
gui.computercraft:config.turtle.obey_block_protection=Turtles obey block protection
 | 
			
		||||
gui.computercraft:config.turtle.can_push=Turtles can push entities
 | 
			
		||||
gui.computercraft:config.turtle.disabled_actions=Disabled turtle actions
 | 
			
		||||
							
								
								
									
										75
									
								
								src/main/resources/assets/computercraft/lang/es_es.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										75
									
								
								src/main/resources/assets/computercraft/lang/es_es.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,75 @@
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.computer_normal": "Ordenador",
 | 
			
		||||
    "block.computercraft.computer_advanced": "Ordenador avanzado",
 | 
			
		||||
    "block.computercraft.computer_command": "Ordenador de Comandos",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.disk_drive": "Disco duro",
 | 
			
		||||
    "block.computercraft.printer": "Impresora",
 | 
			
		||||
    "block.computercraft.speaker": "Altavoz",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.monitor_normal": "Monitor",
 | 
			
		||||
    "block.computercraft.monitor_advanced": "Monitor avanzado",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wireless_modem_normal": "Módem sin cables",
 | 
			
		||||
    "block.computercraft.wireless_modem_advanced": "Módem de Ender",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wired_modem": "Módem cableado",
 | 
			
		||||
    "block.computercraft.cable": "Cable de red",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_normal": "Tortuga",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded": "Tortuga %s",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded_twice": "Tortuga %s %s",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_advanced": "Tortuga avanzada",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded": "Tortuga %s avanzada",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded_twice": "Tortuga %s %s avanzada",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.disk": "Disquete",
 | 
			
		||||
    "item.computercraft.treasure_disk": "Disquete (Tesoro)",
 | 
			
		||||
    "item.computercraft.printed_page": "Página impresa",
 | 
			
		||||
    "item.computercraft.printed_pages": "Páginas impresas",
 | 
			
		||||
    "item.computercraft.printed_book": "Libro impreso",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.pocket_computer_normal": "Ordenador de bolsillo",
 | 
			
		||||
    "item.computercraft.pocket_computer_normal.upgraded": "Ordenador de bolsillo %s",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced": "Ordenador de bolsillo avanzado",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced.upgraded": "Ordenador de bolsillo %s avanzado",
 | 
			
		||||
 | 
			
		||||
    "upgrade.minecraft.diamond_sword.adjective": "guerrera",
 | 
			
		||||
    "upgrade.minecraft.diamond_shovel.adjective": "excavadora",
 | 
			
		||||
    "upgrade.minecraft.diamond_pickaxe.adjective": "minera",
 | 
			
		||||
    "upgrade.minecraft.diamond_axe.adjective": "taladora",
 | 
			
		||||
    "upgrade.minecraft.diamond_hoe.adjective": "granjera",
 | 
			
		||||
    "upgrade.minecraft.crafting_table.adjective": "crafteadora",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_normal.adjective": "sin cables",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_advanced.adjective": "ender",
 | 
			
		||||
    "upgrade.computercraft.speaker.adjective": "ruidosa",
 | 
			
		||||
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_connected": "El periférico "%s" se conectó a la red",
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_disconnected": "El periférico "%s" se desconectó de la red",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.computer_space_limit": "Límite de memoria de ordenadores (en bytes)",
 | 
			
		||||
    "gui.computercraft.config.floppy_space_limit": "Límite de memoria de disquetes (en bytes)",
 | 
			
		||||
    "gui.computercraft.config.maximum_open_files": "Archivos abiertos máximos por cada ordenador",
 | 
			
		||||
    "gui.computercraft.config.disable_lua51_features": "Deshabilitar funciones de Lua 5.1",
 | 
			
		||||
    "gui.computercraft.config.default_computer_settings": "Configuración de Ordenador por defecto",
 | 
			
		||||
    "gui.computercraft.config.log_computer_errors": "Grabar errores periféricos",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http.enabled": "Habilitar API de HTTP",
 | 
			
		||||
    "gui.computercraft.config.http.whitelist": "Lista blanca de HTTP",
 | 
			
		||||
    "gui.computercraft.config.http.blacklist": "Lista negra de HTTP",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.peripheral.command_block_enabled": "Habilitar bloque de comandos periférico",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range": "Rango del módem (Por defecto)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range": "Rango del módem (en altitud)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range_during_storm": "Rango del módem (mal tiempo)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Rango del módem (en altitud con mal tiempo)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.max_notes_per_tick": "Notas máximas que un ordenador puede tocar a la vez",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.turtle.need_fuel": "Habilitar combustible",
 | 
			
		||||
    "gui.computercraft.config.turtle.normal_fuel_limit": "Límite de combustible de las tortugas",
 | 
			
		||||
    "gui.computercraft.config.turtle.advanced_fuel_limit": "Límite de combustible de las tortugas avanzadas",
 | 
			
		||||
    "gui.computercraft.config.turtle.obey_block_protection": "Las tortugas obedecen protección de bloques",
 | 
			
		||||
    "gui.computercraft.config.turtle.can_push": "Las tortugas pueden empujar entidades"
 | 
			
		||||
}
 | 
			
		||||
@@ -1,74 +0,0 @@
 | 
			
		||||
tile.computercraft:computer.name=Ordenador
 | 
			
		||||
tile.computercraft:advanced_computer.name=Ordenador avanzado
 | 
			
		||||
tile.computercraft:drive.name=Disco duro
 | 
			
		||||
tile.computercraft:printer.name=Impresora
 | 
			
		||||
tile.computercraft:monitor.name=Monitor
 | 
			
		||||
tile.computercraft:advanced_monitor.name=Monitor avanzado
 | 
			
		||||
tile.computercraft:wireless_modem.name=Módem sin cables
 | 
			
		||||
tile.computercraft:wired_modem.name=Módem cableado
 | 
			
		||||
tile.computercraft:cable.name=Cable de red
 | 
			
		||||
tile.computercraft:command_computer.name=Ordenador de Comandos
 | 
			
		||||
tile.computercraft:advanced_modem.name=Módem de Ender
 | 
			
		||||
tile.computercraft:speaker.name=Altavoz
 | 
			
		||||
 | 
			
		||||
tile.computercraft:turtle.name=Tortuga
 | 
			
		||||
tile.computercraft:turtle.upgraded.name=Tortuga %s
 | 
			
		||||
tile.computercraft:turtle.upgraded_twice.name=Tortuga %s %s
 | 
			
		||||
tile.computercraft:advanced_turtle.name=Tortuga avanzada
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded.name=Tortuga %s avanzada
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded_twice.name=Tortuga %s %s avanzada
 | 
			
		||||
 | 
			
		||||
item.computercraft:disk.name=Disquete
 | 
			
		||||
item.computercraft:treasure_disk.name=Disquete (Tesoro)
 | 
			
		||||
item.computercraft:page.name=Página impresa
 | 
			
		||||
item.computercraft:pages.name=Páginas impresas
 | 
			
		||||
item.computercraft:book.name=Libro impreso
 | 
			
		||||
 | 
			
		||||
item.computercraft:pocket_computer.name=Ordenador de bolsillo
 | 
			
		||||
item.computercraft:pocket_computer.upgraded.name=Ordenador de bolsillo %s
 | 
			
		||||
item.computercraft:advanced_pocket_computer.name=Ordenador de bolsillo avanzado
 | 
			
		||||
item.computercraft:advanced_pocket_computer.upgraded.name=Ordenador de bolsillo %s avanzado
 | 
			
		||||
 | 
			
		||||
upgrade.minecraft:diamond_sword.adjective=guerrera
 | 
			
		||||
upgrade.minecraft:diamond_shovel.adjective=excavadora
 | 
			
		||||
upgrade.minecraft:diamond_pickaxe.adjective=minera
 | 
			
		||||
upgrade.minecraft:diamond_axe.adjective=taladora
 | 
			
		||||
upgrade.minecraft:diamond_hoe.adjective=granjera
 | 
			
		||||
upgrade.computercraft:wireless_modem.adjective=sin cables
 | 
			
		||||
upgrade.minecraft:crafting_table.adjective=crafteadora
 | 
			
		||||
upgrade.computercraft:advanced_modem.adjective=ender
 | 
			
		||||
upgrade.computercraft:speaker.adjective=ruidosa
 | 
			
		||||
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_connected=El periférico "%s" se conectó a la red
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_disconnected=El periférico "%s" se desconectó de la red
 | 
			
		||||
 | 
			
		||||
# Command descriptions, usage and any additional messages.
 | 
			
		||||
 | 
			
		||||
# Names for the various tracking fields.
 | 
			
		||||
 | 
			
		||||
# Misc tooltips
 | 
			
		||||
 | 
			
		||||
# Config options
 | 
			
		||||
gui.computercraft:config.computer_space_limit=Límite de memoria de ordenadores (en bytes)
 | 
			
		||||
gui.computercraft:config.floppy_space_limit=Límite de memoria de disquetes (en bytes)
 | 
			
		||||
gui.computercraft:config.maximum_open_files=Archivos abiertos máximos por cada ordenador
 | 
			
		||||
gui.computercraft:config.disable_lua51_features=Deshabilitar funciones de Lua 5.1
 | 
			
		||||
gui.computercraft:config.default_computer_settings=Configuración de Ordenador por defecto
 | 
			
		||||
gui.computercraft:config.log_computer_errors=Grabar errores periféricos
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http.enabled=Habilitar API de HTTP
 | 
			
		||||
gui.computercraft:config.http.whitelist=Lista blanca de HTTP
 | 
			
		||||
gui.computercraft:config.http.blacklist=Lista negra de HTTP
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.peripheral.command_block_enabled=Habilitar bloque de comandos periférico
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range=Rango del módem (Por defecto)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range=Rango del módem (en altitud)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range_during_storm=Rango del módem (mal tiempo)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range_during_storm=Rango del módem (en altitud con mal tiempo)
 | 
			
		||||
gui.computercraft:config.peripheral.max_notes_per_tick=Notas máximas que un ordenador puede tocar a la vez
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.turtle.need_fuel=Habilitar combustible
 | 
			
		||||
gui.computercraft:config.turtle.normal_fuel_limit=Límite de combustible de las tortugas
 | 
			
		||||
gui.computercraft:config.turtle.advanced_fuel_limit=Límite de combustible de las tortugas avanzadas
 | 
			
		||||
gui.computercraft:config.turtle.obey_block_protection=Las tortugas obedecen protección de bloques
 | 
			
		||||
gui.computercraft:config.turtle.can_push=Las tortugas pueden empujar entidades
 | 
			
		||||
							
								
								
									
										76
									
								
								src/main/resources/assets/computercraft/lang/fr_fr.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										76
									
								
								src/main/resources/assets/computercraft/lang/fr_fr.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,76 @@
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.computer_normal": "Ordinateur",
 | 
			
		||||
    "block.computercraft.computer_advanced": "Ordinateur avancé",
 | 
			
		||||
    "block.computercraft.computer_command": "Ordinateur de commande",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.disk_drive": "Lecteur disque",
 | 
			
		||||
    "block.computercraft.printer": "Imprimante",
 | 
			
		||||
    "block.computercraft.speaker": "Haut-parleur",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.monitor_normal": "Moniteur",
 | 
			
		||||
    "block.computercraft.monitor_advanced": "Moniteur avancé",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wireless_modem_normal": "Modem sans fil",
 | 
			
		||||
    "block.computercraft.wireless_modem_advanced": "Modem de l'Ender",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wired_modem": "Modem filaire",
 | 
			
		||||
    "block.computercraft.cable": "Câble réseau",
 | 
			
		||||
    "block.computercraft.wired_modem_full": "Modem filaire",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_normal": "Tortue",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded": "Tortue %s",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded_twice": "Tortue %s %s",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_advanced": "Tortue avancée",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded": "Tortue %s avancée",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded_twice": "Tortue %s %s avancée",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.disk": "Disquette",
 | 
			
		||||
    "item.computercraft.treasure_disk": "Disquette",
 | 
			
		||||
    "item.computercraft.printed_page": "Imprimé",
 | 
			
		||||
    "item.computercraft.printed_pages": "Imprimés",
 | 
			
		||||
    "item.computercraft.printed_book": "Livre imprimé",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.pocket_computer_normal": "Ordinateur de poche",
 | 
			
		||||
    "item.computercraft.pocket_computer_normal.upgraded": "Ordinateur de poche %s",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced": "Ordinateur de poche avancé",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced.upgraded": "Ordinateur de poche %s avancé",
 | 
			
		||||
 | 
			
		||||
    "upgrade.minecraft.diamond_sword.adjective": "combattante",
 | 
			
		||||
    "upgrade.minecraft.diamond_shovel.adjective": "excavatrice",
 | 
			
		||||
    "upgrade.minecraft.diamond_pickaxe.adjective": "minière",
 | 
			
		||||
    "upgrade.minecraft.diamond_axe.adjective": "forestière",
 | 
			
		||||
    "upgrade.minecraft.diamond_hoe.adjective": "agricole",
 | 
			
		||||
    "upgrade.minecraft.crafting_table.adjective": "ouvrière",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_normal.adjective": "sans fil",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_advanced.adjective": "de l'Ender",
 | 
			
		||||
    "upgrade.computercraft.speaker.adjective": "parlante",
 | 
			
		||||
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_connected": "Le periphérique \"%s\" est connecté au réseau",
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_disconnected": "Le periphérique \"%s\" est déconnecté du réseau",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.computer_space_limit": "Espace disque d'un Ordinateur (octets)",
 | 
			
		||||
    "gui.computercraft.config.floppy_space_limit": "Espace disque d'une Disquette (octets)",
 | 
			
		||||
    "gui.computercraft.config.maximum_open_files": "Maximum de fichier ouvert par Ordinateur",
 | 
			
		||||
    "gui.computercraft.config.disable_lua51_features": "Désactiver les particularités de Lua 5.1",
 | 
			
		||||
    "gui.computercraft.config.default_computer_settings": "Configuration d'Ordinateur par défaut",
 | 
			
		||||
    "gui.computercraft.config.log_computer_errors": "Journal d'erreur périphériques",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http.enabled": "Permettre l'API HTTP",
 | 
			
		||||
    "gui.computercraft.config.http.whitelist": "HTTP liste blanche",
 | 
			
		||||
    "gui.computercraft.config.http.blacklist": "HTTP liste noire",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.peripheral.command_block_enabled": "Permettre l'accès d'un Bloc de Commande par périphérique",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range": "Portée d'un Modem (par défaut)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range": "Portée d'un Modem (en haute altitude)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range_during_storm": "Portée d'un Modem (par mauvais temps)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Portée d'un Modem (en haute altitude, par mauvais temps)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.max_notes_per_tick": "Maximum de notes simultanées jouées par Ordinateur",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.turtle.need_fuel": "Activer la nécessité de carburant au mouvement des Tortues",
 | 
			
		||||
    "gui.computercraft.config.turtle.normal_fuel_limit": "Limite de carburant par Tortue",
 | 
			
		||||
    "gui.computercraft.config.turtle.advanced_fuel_limit": "Limite de carburant par Tortue avancée",
 | 
			
		||||
    "gui.computercraft.config.turtle.obey_block_protection": "Les Tortues respectent les protections de blocs",
 | 
			
		||||
    "gui.computercraft.config.turtle.can_push": "Les Tortues peuvent pousser les entitées"
 | 
			
		||||
}
 | 
			
		||||
@@ -1,74 +0,0 @@
 | 
			
		||||
tile.computercraft:computer.name=Ordinateur
 | 
			
		||||
tile.computercraft:advanced_computer.name=Ordinateur avancé
 | 
			
		||||
tile.computercraft:drive.name=Lecteur disque
 | 
			
		||||
tile.computercraft:printer.name=Imprimante
 | 
			
		||||
tile.computercraft:monitor.name=Moniteur
 | 
			
		||||
tile.computercraft:advanced_monitor.name=Moniteur avancé
 | 
			
		||||
tile.computercraft:wireless_modem.name=Modem sans fil
 | 
			
		||||
tile.computercraft:wired_modem.name=Modem filaire
 | 
			
		||||
tile.computercraft:cable.name=Câble réseau
 | 
			
		||||
tile.computercraft:command_computer.name=Ordinateur de commande
 | 
			
		||||
tile.computercraft:advanced_modem.name=Modem de l'Ender
 | 
			
		||||
tile.computercraft:speaker.name=Haut-parleur
 | 
			
		||||
 | 
			
		||||
tile.computercraft:turtle.name=Tortue
 | 
			
		||||
tile.computercraft:turtle.upgraded.name=Tortue %s
 | 
			
		||||
tile.computercraft:turtle.upgraded_twice.name=Tortue %s %s
 | 
			
		||||
tile.computercraft:advanced_turtle.name=Tortue avancée
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded.name=Tortue %s avancée
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded_twice.name=Tortue %s %s avancée
 | 
			
		||||
 | 
			
		||||
item.computercraft:disk.name=Disquette
 | 
			
		||||
item.computercraft:treasure_disk.name=Disquette
 | 
			
		||||
item.computercraft:page.name=Imprimé
 | 
			
		||||
item.computercraft:pages.name=Imprimés
 | 
			
		||||
item.computercraft:book.name=Livre imprimé
 | 
			
		||||
 | 
			
		||||
item.computercraft:pocket_computer.name=Ordinateur de poche
 | 
			
		||||
item.computercraft:pocket_computer.upgraded.name=Ordinateur de poche %s
 | 
			
		||||
item.computercraft:advanced_pocket_computer.name=Ordinateur de poche avancé
 | 
			
		||||
item.computercraft:advanced_pocket_computer.upgraded.name=Ordinateur de poche %s avancé
 | 
			
		||||
 | 
			
		||||
upgrade.minecraft:diamond_sword.adjective=combattante
 | 
			
		||||
upgrade.minecraft:diamond_shovel.adjective=excavatrice
 | 
			
		||||
upgrade.minecraft:diamond_pickaxe.adjective=minière
 | 
			
		||||
upgrade.minecraft:diamond_axe.adjective=forestière
 | 
			
		||||
upgrade.minecraft:diamond_hoe.adjective=agricole
 | 
			
		||||
upgrade.computercraft:wireless_modem.adjective=sans fil
 | 
			
		||||
upgrade.minecraft:crafting_table.adjective=ouvrière
 | 
			
		||||
upgrade.computercraft:advanced_modem.adjective=de l'Ender
 | 
			
		||||
upgrade.computercraft:speaker.adjective=parlante
 | 
			
		||||
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_connected=Le periphérique "%s" est connecté au réseau
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_disconnected=Le periphérique "%s" est déconnecté du réseau
 | 
			
		||||
 | 
			
		||||
# Command descriptions, usage and any additional messages.
 | 
			
		||||
 | 
			
		||||
# Names for the various tracking fields.
 | 
			
		||||
 | 
			
		||||
# Misc tooltips
 | 
			
		||||
 | 
			
		||||
# Config options
 | 
			
		||||
gui.computercraft:config.computer_space_limit=Espace disque d'un Ordinateur (octets)
 | 
			
		||||
gui.computercraft:config.floppy_space_limit=Espace disque d'une Disquette (octets)
 | 
			
		||||
gui.computercraft:config.maximum_open_files=Maximum de fichier ouvert par Ordinateur
 | 
			
		||||
gui.computercraft:config.disable_lua51_features=Désactiver les particularités de Lua 5.1
 | 
			
		||||
gui.computercraft:config.default_computer_settings=Configuration d'Ordinateur par défaut
 | 
			
		||||
gui.computercraft:config.log_computer_errors=Journal d'erreur périphériques
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http.enabled=Permettre l'API HTTP
 | 
			
		||||
gui.computercraft:config.http.whitelist=HTTP liste blanche
 | 
			
		||||
gui.computercraft:config.http.blacklist=HTTP liste noire
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.peripheral.command_block_enabled=Permettre l'accès d'un Bloc de Commande par périphérique
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range=Portée d'un Modem (par défaut)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range=Portée d'un Modem (en haute altitude)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range_during_storm=Portée d'un Modem (par mauvais temps)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range_during_storm=Portée d'un Modem (en haute altitude, par mauvais temps)
 | 
			
		||||
gui.computercraft:config.peripheral.max_notes_per_tick=Maximum de notes simultanées jouées par Ordinateur
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.turtle.need_fuel=Activer la nécessité de carburant au mouvement des Tortues
 | 
			
		||||
gui.computercraft:config.turtle.normal_fuel_limit=Limite de carburant par Tortue
 | 
			
		||||
gui.computercraft:config.turtle.advanced_fuel_limit=Limite de carburant par Tortue avancée
 | 
			
		||||
gui.computercraft:config.turtle.obey_block_protection=Les Tortues respectent les protections de blocs
 | 
			
		||||
gui.computercraft:config.turtle.can_push=Les Tortues peuvent pousser les entitées
 | 
			
		||||
							
								
								
									
										92
									
								
								src/main/resources/assets/computercraft/lang/it_it.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								src/main/resources/assets/computercraft/lang/it_it.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,92 @@
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.computer_normal": "Computer",
 | 
			
		||||
    "block.computercraft.computer_advanced": "Computer Avanzato",
 | 
			
		||||
    "block.computercraft.computer_command": "Computer Commando",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.disk_drive": "Lettore disco",
 | 
			
		||||
    "block.computercraft.printer": "Stampante",
 | 
			
		||||
    "block.computercraft.speaker": "Altoparlante",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.monitor_normal": "Monitor",
 | 
			
		||||
    "block.computercraft.monitor_advanced": "Monitor Avanzato",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wireless_modem_normal": "Modem Wireless",
 | 
			
		||||
    "block.computercraft.wireless_modem_advanced": "Modem di Ender",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wired_modem": "Modem Cablato",
 | 
			
		||||
    "block.computercraft.cable": "Cavo Di Rete",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_normal": "Tartaruga",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded": "Tartaruga %s",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded_twice": "Tartaruga %s %s",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_advanced": "Tartaruga Avanzata",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded": "Tartaruga %s Avanzata",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded_twice": "Tartaruga %s %s Avanzata",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.disk": "Disco Floppy",
 | 
			
		||||
    "item.computercraft.treasure_disk": "Disco Floppy",
 | 
			
		||||
    "item.computercraft.printed_page": "Pagina Stampata",
 | 
			
		||||
    "item.computercraft.printed_pages": "Pagine Stampate",
 | 
			
		||||
    "item.computercraft.printed_book": "Libro Stampato",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.pocket_computer_normal": "Computer Tascabile",
 | 
			
		||||
    "item.computercraft.pocket_computer_normal.upgraded": "Computer Tascabile %s",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced": "Computer Tascabile Avanzato",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced.upgraded": "Computer Tascabile %s Avanzato",
 | 
			
		||||
 | 
			
		||||
    "upgrade.minecraft.diamond_sword.adjective": "Da Combattimento",
 | 
			
		||||
    "upgrade.minecraft.diamond_shovel.adjective": "Scavatrice",
 | 
			
		||||
    "upgrade.minecraft.diamond_pickaxe.adjective": "Minatrice",
 | 
			
		||||
    "upgrade.minecraft.diamond_axe.adjective": "Taglialegna",
 | 
			
		||||
    "upgrade.minecraft.diamond_hoe.adjective": "Contadina",
 | 
			
		||||
    "upgrade.minecraft.crafting_table.adjective": "Artigiano",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_normal.adjective": "Wireless",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_advanced.adjective": "Ender",
 | 
			
		||||
    "upgrade.computercraft.speaker.adjective": "Rumoroso",
 | 
			
		||||
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_connected": "Periferica \"%s\" connessa alla rete",
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_disconnected": "Periferica \"%s\" disconessa dalla rete",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.tooltip.copy": "Copia negli appunti",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.computer_space_limit": "Limite spazio Computer (bytes)",
 | 
			
		||||
    "gui.computercraft.config.floppy_space_limit": "Limite spazio Disco Floppy (bytes)",
 | 
			
		||||
    "gui.computercraft.config.maximum_open_files": "Massimo file aperti per computer",
 | 
			
		||||
    "gui.computercraft.config.disable_lua51_features": "Disattiva features Lua 5.1",
 | 
			
		||||
    "gui.computercraft.config.default_computer_settings": "Impostazioni Computer predefinite",
 | 
			
		||||
    "gui.computercraft.config.debug_enabled": "Attiva libreria di debug",
 | 
			
		||||
    "gui.computercraft.config.log_computer_errors": "Salva errori computer",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.execution.computer_threads": "Threads computer",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http": "HTTP",
 | 
			
		||||
    "gui.computercraft.config.http.enabled": "Attiva l'API HTTP",
 | 
			
		||||
    "gui.computercraft.config.http.websocket_enabled": "Attiva websocket",
 | 
			
		||||
    "gui.computercraft.config.http.whitelist": "Lista bianca HTTP",
 | 
			
		||||
    "gui.computercraft.config.http.blacklist": "Lista nera HTTP",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http.timeout": "Tempo di scadenza",
 | 
			
		||||
    "gui.computercraft.config.http.max_requests": "Richieste correnti massime",
 | 
			
		||||
    "gui.computercraft.config.http.max_download": "Massimo grandezza risposte",
 | 
			
		||||
    "gui.computercraft.config.http.max_upload": "Massimo grandezza richieste",
 | 
			
		||||
    "gui.computercraft.config.http.max_websockets": "Connessioni websocket massime",
 | 
			
		||||
    "gui.computercraft.config.http.max_websocket_message": "Massimo grandezza messaggi websocket",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.peripheral": "Periferiche",
 | 
			
		||||
    "gui.computercraft.config.peripheral.command_block_enabled": "Attiva periferica blocco comandi",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range": "Raggio Modem (default)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range": "Raggio Modem (alta quota)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range_during_storm": "Raggio Modem (brutto tempo)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Raggio Modem (alta quota, brutto tempo)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.max_notes_per_tick": "Note massime alla volta",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.turtle": "Tartarughe",
 | 
			
		||||
    "gui.computercraft.config.turtle.need_fuel": "Attiva carburante",
 | 
			
		||||
    "gui.computercraft.config.turtle.normal_fuel_limit": "Limite carburante tartarughe",
 | 
			
		||||
    "gui.computercraft.config.turtle.advanced_fuel_limit": "Limite carburante tartarughe avanzate",
 | 
			
		||||
    "gui.computercraft.config.turtle.obey_block_protection": "Tartarughe rispettano le protezioni",
 | 
			
		||||
    "gui.computercraft.config.turtle.can_push": "Le tartarughe possono spingere le entità",
 | 
			
		||||
    "gui.computercraft.config.turtle.disabled_actions": "Disattiva azioni tartarughe"
 | 
			
		||||
}
 | 
			
		||||
@@ -1,90 +0,0 @@
 | 
			
		||||
tile.computercraft:computer.name=Computer
 | 
			
		||||
tile.computercraft:advanced_computer.name=Computer Avanzato
 | 
			
		||||
tile.computercraft:drive.name=Lettore disco
 | 
			
		||||
tile.computercraft:printer.name=Stampante
 | 
			
		||||
tile.computercraft:monitor.name=Monitor
 | 
			
		||||
tile.computercraft:advanced_monitor.name=Monitor Avanzato
 | 
			
		||||
tile.computercraft:wireless_modem.name=Modem Wireless
 | 
			
		||||
tile.computercraft:wired_modem.name=Modem Cablato
 | 
			
		||||
tile.computercraft:cable.name=Cavo Di Rete
 | 
			
		||||
tile.computercraft:command_computer.name=Computer Commando
 | 
			
		||||
tile.computercraft:advanced_modem.name=Modem di Ender
 | 
			
		||||
tile.computercraft:speaker.name=Altoparlante
 | 
			
		||||
 | 
			
		||||
tile.computercraft:turtle.name=Tartaruga
 | 
			
		||||
tile.computercraft:turtle.upgraded.name=Tartaruga %s
 | 
			
		||||
tile.computercraft:turtle.upgraded_twice.name=Tartaruga %s %s
 | 
			
		||||
tile.computercraft:advanced_turtle.name=Tartaruga Avanzata
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded.name=Tartaruga %s Avanzata
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded_twice.name=Tartaruga %s %s Avanzata
 | 
			
		||||
 | 
			
		||||
item.computercraft:disk.name=Disco Floppy
 | 
			
		||||
item.computercraft:treasure_disk.name=Disco Floppy
 | 
			
		||||
item.computercraft:page.name=Pagina Stampata
 | 
			
		||||
item.computercraft:pages.name=Pagine Stampate
 | 
			
		||||
item.computercraft:book.name=Libro Stampato
 | 
			
		||||
 | 
			
		||||
item.computercraft:pocket_computer.name=Computer Tascabile
 | 
			
		||||
item.computercraft:pocket_computer.upgraded.name=Computer Tascabile %s
 | 
			
		||||
item.computercraft:advanced_pocket_computer.name=Computer Tascabile Avanzato
 | 
			
		||||
item.computercraft:advanced_pocket_computer.upgraded.name=Computer Tascabile %s Avanzato
 | 
			
		||||
 | 
			
		||||
upgrade.minecraft:diamond_sword.adjective=Da Combattimento
 | 
			
		||||
upgrade.minecraft:diamond_shovel.adjective=Scavatrice
 | 
			
		||||
upgrade.minecraft:diamond_pickaxe.adjective=Minatrice
 | 
			
		||||
upgrade.minecraft:diamond_axe.adjective=Taglialegna
 | 
			
		||||
upgrade.minecraft:diamond_hoe.adjective=Contadina
 | 
			
		||||
upgrade.computercraft:wireless_modem.adjective=Wireless
 | 
			
		||||
upgrade.minecraft:crafting_table.adjective=Artigiano
 | 
			
		||||
upgrade.computercraft:advanced_modem.adjective=Ender
 | 
			
		||||
upgrade.computercraft:speaker.adjective=Rumoroso
 | 
			
		||||
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_connected=Periferica "%s" connessa alla rete
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_disconnected=Periferica "%s" disconessa dalla rete
 | 
			
		||||
 | 
			
		||||
# Command descriptions, usage and any additional messages.
 | 
			
		||||
 | 
			
		||||
# Names for the various tracking fields.
 | 
			
		||||
 | 
			
		||||
# Misc tooltips
 | 
			
		||||
gui.computercraft.tooltip.copy=Copia negli appunti
 | 
			
		||||
 | 
			
		||||
# Config options
 | 
			
		||||
gui.computercraft:config.computer_space_limit=Limite spazio Computer (bytes)
 | 
			
		||||
gui.computercraft:config.floppy_space_limit=Limite spazio Disco Floppy (bytes)
 | 
			
		||||
gui.computercraft:config.maximum_open_files=Massimo file aperti per computer
 | 
			
		||||
gui.computercraft:config.disable_lua51_features=Disattiva features Lua 5.1
 | 
			
		||||
gui.computercraft:config.default_computer_settings=Impostazioni Computer predefinite
 | 
			
		||||
gui.computercraft:config.debug_enabled=Attiva libreria di debug
 | 
			
		||||
gui.computercraft:config.log_computer_errors=Salva errori computer
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.execution.computer_threads=Threads computer
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http=HTTP
 | 
			
		||||
gui.computercraft:config.http.enabled=Attiva l'API HTTP
 | 
			
		||||
gui.computercraft:config.http.websocket_enabled=Attiva websocket
 | 
			
		||||
gui.computercraft:config.http.whitelist=Lista bianca HTTP
 | 
			
		||||
gui.computercraft:config.http.blacklist=Lista nera HTTP
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http.timeout=Tempo di scadenza
 | 
			
		||||
gui.computercraft:config.http.max_requests=Richieste correnti massime
 | 
			
		||||
gui.computercraft:config.http.max_download=Massimo grandezza risposte
 | 
			
		||||
gui.computercraft:config.http.max_upload=Massimo grandezza richieste
 | 
			
		||||
gui.computercraft:config.http.max_websockets=Connessioni websocket massime
 | 
			
		||||
gui.computercraft:config.http.max_websocket_message=Massimo grandezza messaggi websocket
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.peripheral=Periferiche
 | 
			
		||||
gui.computercraft:config.peripheral.command_block_enabled=Attiva periferica blocco comandi
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range=Raggio Modem (default)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range=Raggio Modem (alta quota)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range_during_storm=Raggio Modem (brutto tempo)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range_during_storm=Raggio Modem (alta quota, brutto tempo)
 | 
			
		||||
gui.computercraft:config.peripheral.max_notes_per_tick=Note massime alla volta
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.turtle=Tartarughe
 | 
			
		||||
gui.computercraft:config.turtle.need_fuel=Attiva carburante
 | 
			
		||||
gui.computercraft:config.turtle.normal_fuel_limit=Limite carburante tartarughe
 | 
			
		||||
gui.computercraft:config.turtle.advanced_fuel_limit=Limite carburante tartarughe avanzate
 | 
			
		||||
gui.computercraft:config.turtle.obey_block_protection=Tartarughe rispettano le protezioni
 | 
			
		||||
gui.computercraft:config.turtle.can_push=Le tartarughe possono spingere le entità
 | 
			
		||||
gui.computercraft:config.turtle.disabled_actions=Disattiva azioni tartarughe
 | 
			
		||||
							
								
								
									
										93
									
								
								src/main/resources/assets/computercraft/lang/pt_br.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										93
									
								
								src/main/resources/assets/computercraft/lang/pt_br.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,93 @@
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.computer_normal": "Computador",
 | 
			
		||||
    "block.computercraft.computer_advanced": "Computador Avançado",
 | 
			
		||||
    "block.computercraft.computer_command": "Computador de Comandos",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.disk_drive": "Leitor de Disco",
 | 
			
		||||
    "block.computercraft.printer": "Impressora",
 | 
			
		||||
    "block.computercraft.speaker": "Alto-Falante",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.monitor_normal": "Monitor",
 | 
			
		||||
    "block.computercraft.monitor_advanced": "Monitor Avançado",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wireless_modem_normal": "Modem sem Fio",
 | 
			
		||||
    "block.computercraft.wireless_modem_advanced": "Modem Ender",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wired_modem": "Modem com Fio",
 | 
			
		||||
    "block.computercraft.cable": "Cabo de Rede",
 | 
			
		||||
    "block.computercraft.wired_modem_full": "Modem com Fio",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_normal": "Tartaruga",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded": "Tartaruga %s",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded_twice": "Tartaruga %s %s",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_advanced": "Tartaruga Avançada",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded": "Tartaruga Avançada %s",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded_twice": "Tartaruga Avançada %s %s",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.disk": "Disquete",
 | 
			
		||||
    "item.computercraft.treasure_disk": "Disquete",
 | 
			
		||||
    "item.computercraft.printed_page": "Página Impressa",
 | 
			
		||||
    "item.computercraft.printed_pages": "Páginas Impressas",
 | 
			
		||||
    "item.computercraft.printed_book": "Livro Impresso",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.pocket_computer_normal": "Computador Portátil",
 | 
			
		||||
    "item.computercraft.pocket_computer_normal.upgraded": "Computador Portátil %s",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced": "Computador Portátil Avançado",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced.upgraded": "Computador Portátil Avançado %s",
 | 
			
		||||
 | 
			
		||||
    "upgrade.minecraft.diamond_sword.adjective": "Lutadora",
 | 
			
		||||
    "upgrade.minecraft.diamond_shovel.adjective": "Escavadora",
 | 
			
		||||
    "upgrade.minecraft.diamond_pickaxe.adjective": "Mineiradora",
 | 
			
		||||
    "upgrade.minecraft.diamond_axe.adjective": "Lenhadora",
 | 
			
		||||
    "upgrade.minecraft.diamond_hoe.adjective": "Fazendeira",
 | 
			
		||||
    "upgrade.minecraft.crafting_table.adjective": "Artesã",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_normal.adjective": "sem Fio",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_advanced.adjective": "Ender",
 | 
			
		||||
    "upgrade.computercraft.speaker.adjective": "(Alto-Falante)",
 | 
			
		||||
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_connected": "Periférico \"%s\" conectado à rede",
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_disconnected": "Periférico \"%s\" desconectado da rede",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.tooltip.copy": "Copiar para a área de transferência",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.computer_space_limit": "Limite de espaço dos Computadores (bytes)",
 | 
			
		||||
    "gui.computercraft.config.floppy_space_limit": "Limite de espaço dos Disquetes (bytes)",
 | 
			
		||||
    "gui.computercraft.config.maximum_open_files": "Número máximo de arquivos em um computador",
 | 
			
		||||
    "gui.computercraft.config.disable_lua51_features": "Desabilitar funcionalidade da Lua 5.1",
 | 
			
		||||
    "gui.computercraft.config.default_computer_settings": "Configurações padrão para Computadores",
 | 
			
		||||
    "gui.computercraft.config.debug_enabled": "Habilitar biblioteca de debug",
 | 
			
		||||
    "gui.computercraft.config.log_computer_errors": "Registrar erros de computadores",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.execution.computer_threads": "Threads por computador",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http": "HTTP",
 | 
			
		||||
    "gui.computercraft.config.http.enabled": "Habilitar a biblioteca de HTTP",
 | 
			
		||||
    "gui.computercraft.config.http.websocket_enabled": "Habilitar websockets",
 | 
			
		||||
    "gui.computercraft.config.http.whitelist": "Lista de endereços autorizados",
 | 
			
		||||
    "gui.computercraft.config.http.blacklist": "Lista de endereços proíbidos",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http.timeout": "Tempo limite para conexões",
 | 
			
		||||
    "gui.computercraft.config.http.max_requests": "Limite de conexões paralelas",
 | 
			
		||||
    "gui.computercraft.config.http.max_download": "Tamanho limite de respostas",
 | 
			
		||||
    "gui.computercraft.config.http.max_upload": "Tamanho limite de pedidos",
 | 
			
		||||
    "gui.computercraft.config.http.max_websockets": "Limite de conexões websocket",
 | 
			
		||||
    "gui.computercraft.config.http.max_websocket_message": "Tamanho limite de mensagens websocket",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.peripheral": "Periféricos",
 | 
			
		||||
    "gui.computercraft.config.peripheral.command_block_enabled": "Habilitar periférico do bloco de comando",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range": "Alcance do modem (padrão)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range": "Alcance do modem (altitude elevada)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range_during_storm": "Alcance do modem (clima ruim)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Alcance do modem (altitude elevada, clima ruim)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.max_notes_per_tick": "Número de notas que um computador pode tocar simultâneamente",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.turtle": "Tartarugas",
 | 
			
		||||
    "gui.computercraft.config.turtle.need_fuel": "Habilitar combustível",
 | 
			
		||||
    "gui.computercraft.config.turtle.normal_fuel_limit": "Limite de combustível de Tartarugas",
 | 
			
		||||
    "gui.computercraft.config.turtle.advanced_fuel_limit": "Limite de combustível de Tartarugas Avançadas",
 | 
			
		||||
    "gui.computercraft.config.turtle.obey_block_protection": "Tartarugas obedecem proteção de blocos",
 | 
			
		||||
    "gui.computercraft.config.turtle.can_push": "Tartarugas podem empurrar entidades",
 | 
			
		||||
    "gui.computercraft.config.turtle.disabled_actions": "Ações proíbidas para tartarugas"
 | 
			
		||||
}
 | 
			
		||||
@@ -1,90 +0,0 @@
 | 
			
		||||
tile.computercraft:computer.name=Computador
 | 
			
		||||
tile.computercraft:advanced_computer.name=Computador Avançado
 | 
			
		||||
tile.computercraft:drive.name=Leitor de Disco
 | 
			
		||||
tile.computercraft:printer.name=Impressora
 | 
			
		||||
tile.computercraft:monitor.name=Monitor
 | 
			
		||||
tile.computercraft:advanced_monitor.name=Monitor Avançado
 | 
			
		||||
tile.computercraft:wireless_modem.name=Modem sem Fio
 | 
			
		||||
tile.computercraft:wired_modem.name=Modem com Fio
 | 
			
		||||
tile.computercraft:cable.name=Cabo de Rede
 | 
			
		||||
tile.computercraft:command_computer.name=Computador de Comandos
 | 
			
		||||
tile.computercraft:advanced_modem.name=Modem Ender
 | 
			
		||||
tile.computercraft:speaker.name=Alto-Falante
 | 
			
		||||
 | 
			
		||||
tile.computercraft:turtle.name=Tartaruga
 | 
			
		||||
tile.computercraft:turtle.upgraded.name=Tartaruga %s
 | 
			
		||||
tile.computercraft:turtle.upgraded_twice.name=Tartaruga %s %s
 | 
			
		||||
tile.computercraft:advanced_turtle.name=Tartaruga Avançada
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded.name=Tartaruga Avançada %s
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded_twice.name=Tartaruga Avançada %s %s
 | 
			
		||||
 | 
			
		||||
item.computercraft:disk.name=Disquete
 | 
			
		||||
item.computercraft:treasure_disk.name=Disquete
 | 
			
		||||
item.computercraft:page.name=Página Impressa
 | 
			
		||||
item.computercraft:pages.name=Páginas Impressas
 | 
			
		||||
item.computercraft:book.name=Livro Impresso
 | 
			
		||||
 | 
			
		||||
item.computercraft:pocket_computer.name=Computador Portátil
 | 
			
		||||
item.computercraft:pocket_computer.upgraded.name=Computador Portátil %s
 | 
			
		||||
item.computercraft:advanced_pocket_computer.name=Computador Portátil Avançado
 | 
			
		||||
item.computercraft:advanced_pocket_computer.upgraded.name=Computador Portátil Avançado %s
 | 
			
		||||
 | 
			
		||||
upgrade.minecraft:diamond_sword.adjective=Lutadora
 | 
			
		||||
upgrade.minecraft:diamond_shovel.adjective=Escavadora
 | 
			
		||||
upgrade.minecraft:diamond_pickaxe.adjective=Mineiradora
 | 
			
		||||
upgrade.minecraft:diamond_axe.adjective=Lenhadora
 | 
			
		||||
upgrade.minecraft:diamond_hoe.adjective=Fazendeira
 | 
			
		||||
upgrade.computercraft:wireless_modem.adjective=sem Fio
 | 
			
		||||
upgrade.minecraft:crafting_table.adjective=Artesã
 | 
			
		||||
upgrade.computercraft:advanced_modem.adjective=Ender
 | 
			
		||||
upgrade.computercraft:speaker.adjective=(Alto-Falante)
 | 
			
		||||
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_connected=Periférico "%s" conectado à rede
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_disconnected=Periférico "%s" desconectado da rede
 | 
			
		||||
 | 
			
		||||
# Command descriptions, usage and any additional messages.
 | 
			
		||||
 | 
			
		||||
# Names for the various tracking fields.
 | 
			
		||||
 | 
			
		||||
# Misc tooltips
 | 
			
		||||
gui.computercraft.tooltip.copy=Copiar para a área de transferência
 | 
			
		||||
 | 
			
		||||
# Config options
 | 
			
		||||
gui.computercraft:config.computer_space_limit=Limite de espaço dos Computadores (bytes)
 | 
			
		||||
gui.computercraft:config.floppy_space_limit=Limite de espaço dos Disquetes (bytes)
 | 
			
		||||
gui.computercraft:config.maximum_open_files=Número máximo de arquivos em um computador
 | 
			
		||||
gui.computercraft:config.disable_lua51_features=Desabilitar funcionalidade da Lua 5.1
 | 
			
		||||
gui.computercraft:config.default_computer_settings=Configurações padrão para Computadores
 | 
			
		||||
gui.computercraft:config.debug_enabled=Habilitar biblioteca de debug
 | 
			
		||||
gui.computercraft:config.log_computer_errors=Registrar erros de computadores
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.execution.computer_threads=Threads por computador
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http=HTTP
 | 
			
		||||
gui.computercraft:config.http.enabled=Habilitar a biblioteca de HTTP
 | 
			
		||||
gui.computercraft:config.http.websocket_enabled=Habilitar websockets
 | 
			
		||||
gui.computercraft:config.http.whitelist=Lista de endereços autorizados
 | 
			
		||||
gui.computercraft:config.http.blacklist=Lista de endereços proíbidos
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http.timeout=Tempo limite para conexões
 | 
			
		||||
gui.computercraft:config.http.max_requests=Limite de conexões paralelas
 | 
			
		||||
gui.computercraft:config.http.max_download=Tamanho limite de respostas
 | 
			
		||||
gui.computercraft:config.http.max_upload=Tamanho limite de pedidos
 | 
			
		||||
gui.computercraft:config.http.max_websockets=Limite de conexões websocket
 | 
			
		||||
gui.computercraft:config.http.max_websocket_message=Tamanho limite de mensagens websocket
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.peripheral=Periféricos
 | 
			
		||||
gui.computercraft:config.peripheral.command_block_enabled=Habilitar periférico do bloco de comando
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range=Alcance do modem (padrão)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range=Alcance do modem (altitude elevada)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range_during_storm=Alcance do modem (clima ruim)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range_during_storm=Alcance do modem (altitude elevada, clima ruim)
 | 
			
		||||
gui.computercraft:config.peripheral.max_notes_per_tick=Número de notas que um computador pode tocar simultâneamente
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.turtle=Tartarugas
 | 
			
		||||
gui.computercraft:config.turtle.need_fuel=Habilitar combustível
 | 
			
		||||
gui.computercraft:config.turtle.normal_fuel_limit=Limite de combustível de Tartarugas
 | 
			
		||||
gui.computercraft:config.turtle.advanced_fuel_limit=Limite de combustível de Tartarugas Avançadas
 | 
			
		||||
gui.computercraft:config.turtle.obey_block_protection=Tartarugas obedecem proteção de blocos
 | 
			
		||||
gui.computercraft:config.turtle.can_push=Tartarugas podem empurrar entidades
 | 
			
		||||
gui.computercraft:config.turtle.disabled_actions=Ações proíbidas para tartarugas
 | 
			
		||||
							
								
								
									
										93
									
								
								src/main/resources/assets/computercraft/lang/sv_se.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										93
									
								
								src/main/resources/assets/computercraft/lang/sv_se.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,93 @@
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.computer_normal": "Dator",
 | 
			
		||||
    "block.computercraft.computer_advanced": "Avancerad Dator",
 | 
			
		||||
    "block.computercraft.computer_command": "Kommando Dator",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.disk_drive": "Diskettläsare",
 | 
			
		||||
    "block.computercraft.printer": "Skrivare",
 | 
			
		||||
    "block.computercraft.speaker": "Högtalare",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.monitor_normal": "Skärm",
 | 
			
		||||
    "block.computercraft.monitor_advanced": "Avancerad Skärm",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wireless_modem_normal": "Trådlöst Modem",
 | 
			
		||||
    "block.computercraft.wireless_modem_advanced": "Ender Modem",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.wired_modem": "Trådat Modem",
 | 
			
		||||
    "block.computercraft.cable": "Nätverkskabel",
 | 
			
		||||
    "block.computercraft.wired_modem_full": "Trådat Modem",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_normal": "Turtle",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded": "%s Turtle",
 | 
			
		||||
    "block.computercraft.turtle_normal.upgraded_twice": "%s %s Turtle",
 | 
			
		||||
 | 
			
		||||
    "block.computercraft.turtle_advanced": "Avancerad Turtle",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded": "Avancerad %s Turtle",
 | 
			
		||||
    "block.computercraft.turtle_advanced.upgraded_twice": "Avancerad %s %s Turtle",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.disk": "Diskett",
 | 
			
		||||
    "item.computercraft.treasure_disk": "Diskett",
 | 
			
		||||
    "item.computercraft.printed_page": "Utskriven Sida",
 | 
			
		||||
    "item.computercraft.printed_pages": "Utskrivna Sidor",
 | 
			
		||||
    "item.computercraft.printed_book": "Tryckt bok",
 | 
			
		||||
 | 
			
		||||
    "item.computercraft.pocket_computer_normal": "Fickdator",
 | 
			
		||||
    "item.computercraft.pocket_computer_normal.upgraded": "%s Fickdator",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced": "Avancerad Fickdator",
 | 
			
		||||
    "item.computercraft.pocket_computer_advanced.upgraded": "Avancerad %s Fickdator",
 | 
			
		||||
 | 
			
		||||
    "upgrade.minecraft.diamond_sword.adjective": "Närstridande",
 | 
			
		||||
    "upgrade.minecraft.diamond_shovel.adjective": "Grävande",
 | 
			
		||||
    "upgrade.minecraft.diamond_pickaxe.adjective": "Brytande",
 | 
			
		||||
    "upgrade.minecraft.diamond_axe.adjective": "Fällande",
 | 
			
		||||
    "upgrade.minecraft.diamond_hoe.adjective": "Odlande",
 | 
			
		||||
    "upgrade.minecraft.crafting_table.adjective": "Händig",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_normal.adjective": "Trådlös",
 | 
			
		||||
    "upgrade.computercraft.wireless_modem_advanced.adjective": "Ender",
 | 
			
		||||
    "upgrade.computercraft.speaker.adjective": "Högljudd",
 | 
			
		||||
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_connected": "Kringutrustning \"%s\" är kopplad till nätverket",
 | 
			
		||||
    "chat.computercraft.wired_modem.peripheral_disconnected": "Kringutrustning \"%s\" är frånkopplad från nätverket",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.tooltip.copy": "Kopiera till urklipp",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.computer_space_limit": "Dator maximalt utrymme (bytes)",
 | 
			
		||||
    "gui.computercraft.config.floppy_space_limit": "Diskett maximalt utrymme (bytes)",
 | 
			
		||||
    "gui.computercraft.config.maximum_open_files": "Max antal filer öppna per dator",
 | 
			
		||||
    "gui.computercraft.config.disable_lua51_features": "Avaktivera Lua 5.1 funktioner",
 | 
			
		||||
    "gui.computercraft.config.default_computer_settings": "Standard Datorinställningar",
 | 
			
		||||
    "gui.computercraft.config.debug_enabled": "Aktivera debug bibliotek",
 | 
			
		||||
    "gui.computercraft.config.log_computer_errors": "Logga datorfel",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.execution.computer_threads": "Dator trådar",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http": "HTTP",
 | 
			
		||||
    "gui.computercraft.config.http.enabled": "Aktivera HTTP API",
 | 
			
		||||
    "gui.computercraft.config.http.websocket_enabled": "Aktivera websockets",
 | 
			
		||||
    "gui.computercraft.config.http.whitelist": "HTTP vitlista",
 | 
			
		||||
    "gui.computercraft.config.http.blacklist": "HTTP svartlista",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.http.timeout": "Timeout",
 | 
			
		||||
    "gui.computercraft.config.http.max_requests": "Maximalt antal samgående förfrågningar",
 | 
			
		||||
    "gui.computercraft.config.http.max_download": "Maximal svarsstorlek",
 | 
			
		||||
    "gui.computercraft.config.http.max_upload": "Maximal förfrågan",
 | 
			
		||||
    "gui.computercraft.config.http.max_websockets": "Maximalt antal samgående websockets",
 | 
			
		||||
    "gui.computercraft.config.http.max_websocket_message": "Maximal websocket meddelandestorlek",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.peripheral": "Kringutrustning",
 | 
			
		||||
    "gui.computercraft.config.peripheral.command_block_enabled": "Aktivera kommandoblock som kringutrustning",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range": "Modem räckvidd (standard)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range": "Modem räckvidd (hög altitud)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_range_during_storm": "Modem räckvidd (dåligt väder)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Modem räckvidd (hög altitud, dåligt väder)",
 | 
			
		||||
    "gui.computercraft.config.peripheral.max_notes_per_tick": "Maximalt antal musiknoter en dator kan spela samtidigt",
 | 
			
		||||
 | 
			
		||||
    "gui.computercraft.config.turtle": "Turtles",
 | 
			
		||||
    "gui.computercraft.config.turtle.need_fuel": "Aktivera bränsle",
 | 
			
		||||
    "gui.computercraft.config.turtle.normal_fuel_limit": "Turtle bränslegräns",
 | 
			
		||||
    "gui.computercraft.config.turtle.advanced_fuel_limit": "Advanced Turtle bränslegräns",
 | 
			
		||||
    "gui.computercraft.config.turtle.obey_block_protection": "Turtles lyder blockskydd",
 | 
			
		||||
    "gui.computercraft.config.turtle.can_push": "Turtles kan putta entiteter",
 | 
			
		||||
    "gui.computercraft.config.turtle.disabled_actions": "Avaktiverade turtle åtgärder"
 | 
			
		||||
}
 | 
			
		||||
@@ -1,90 +0,0 @@
 | 
			
		||||
tile.computercraft:computer.name=Dator
 | 
			
		||||
tile.computercraft:advanced_computer.name=Avancerad Dator
 | 
			
		||||
tile.computercraft:drive.name=Diskettläsare
 | 
			
		||||
tile.computercraft:printer.name=Skrivare
 | 
			
		||||
tile.computercraft:monitor.name=Skärm
 | 
			
		||||
tile.computercraft:advanced_monitor.name=Avancerad Skärm
 | 
			
		||||
tile.computercraft:wireless_modem.name=Trådlöst Modem
 | 
			
		||||
tile.computercraft:wired_modem.name=Trådat Modem
 | 
			
		||||
tile.computercraft:cable.name=Nätverkskabel
 | 
			
		||||
tile.computercraft:command_computer.name=Kommando Dator
 | 
			
		||||
tile.computercraft:advanced_modem.name=Ender Modem
 | 
			
		||||
tile.computercraft:speaker.name=Högtalare
 | 
			
		||||
 | 
			
		||||
tile.computercraft:turtle.name=Turtle
 | 
			
		||||
tile.computercraft:turtle.upgraded.name=%s Turtle
 | 
			
		||||
tile.computercraft:turtle.upgraded_twice.name=%s %s Turtle
 | 
			
		||||
tile.computercraft:advanced_turtle.name=Avancerad Turtle
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded.name=Avancerad %s Turtle
 | 
			
		||||
tile.computercraft:advanced_turtle.upgraded_twice.name=Avancerad %s %s Turtle
 | 
			
		||||
 | 
			
		||||
item.computercraft:disk.name=Diskett
 | 
			
		||||
item.computercraft:treasure_disk.name=Diskett
 | 
			
		||||
item.computercraft:page.name=Utskriven Sida
 | 
			
		||||
item.computercraft:pages.name=Utskrivna Sidor
 | 
			
		||||
item.computercraft:book.name=Tryckt bok
 | 
			
		||||
 | 
			
		||||
item.computercraft:pocket_computer.name=Fickdator
 | 
			
		||||
item.computercraft:pocket_computer.upgraded.name=%s Fickdator
 | 
			
		||||
item.computercraft:advanced_pocket_computer.name=Avancerad Fickdator
 | 
			
		||||
item.computercraft:advanced_pocket_computer.upgraded.name=Avancerad %s Fickdator
 | 
			
		||||
 | 
			
		||||
upgrade.minecraft:diamond_sword.adjective=Närstridande
 | 
			
		||||
upgrade.minecraft:diamond_shovel.adjective=Grävande
 | 
			
		||||
upgrade.minecraft:diamond_pickaxe.adjective=Brytande
 | 
			
		||||
upgrade.minecraft:diamond_axe.adjective=Fällande
 | 
			
		||||
upgrade.minecraft:diamond_hoe.adjective=Odlande
 | 
			
		||||
upgrade.computercraft:wireless_modem.adjective=Trådlös
 | 
			
		||||
upgrade.minecraft:crafting_table.adjective=Händig
 | 
			
		||||
upgrade.computercraft:advanced_modem.adjective=Ender
 | 
			
		||||
upgrade.computercraft:speaker.adjective=Högljudd
 | 
			
		||||
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_connected=Kringutrustning "%s" är kopplad till nätverket
 | 
			
		||||
chat.computercraft.wired_modem.peripheral_disconnected=Kringutrustning "%s" är frånkopplad från nätverket
 | 
			
		||||
 | 
			
		||||
# Command descriptions, usage and any additional messages.
 | 
			
		||||
 | 
			
		||||
# Names for the various tracking fields.
 | 
			
		||||
 | 
			
		||||
# Misc tooltips
 | 
			
		||||
gui.computercraft.tooltip.copy=Kopiera till urklipp
 | 
			
		||||
 | 
			
		||||
# Config options
 | 
			
		||||
gui.computercraft:config.computer_space_limit=Dator maximalt utrymme (bytes)
 | 
			
		||||
gui.computercraft:config.floppy_space_limit=Diskett maximalt utrymme (bytes)
 | 
			
		||||
gui.computercraft:config.maximum_open_files=Max antal filer öppna per dator
 | 
			
		||||
gui.computercraft:config.disable_lua51_features=Avaktivera Lua 5.1 funktioner
 | 
			
		||||
gui.computercraft:config.default_computer_settings=Standard Datorinställningar
 | 
			
		||||
gui.computercraft:config.debug_enabled=Aktivera debug bibliotek
 | 
			
		||||
gui.computercraft:config.log_computer_errors=Logga datorfel
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.execution.computer_threads=Dator trådar
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http=HTTP
 | 
			
		||||
gui.computercraft:config.http.enabled=Aktivera HTTP API
 | 
			
		||||
gui.computercraft:config.http.websocket_enabled=Aktivera websockets
 | 
			
		||||
gui.computercraft:config.http.whitelist=HTTP vitlista
 | 
			
		||||
gui.computercraft:config.http.blacklist=HTTP svartlista
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.http.timeout=Timeout
 | 
			
		||||
gui.computercraft:config.http.max_requests=Maximalt antal samgående förfrågningar
 | 
			
		||||
gui.computercraft:config.http.max_download=Maximal svarsstorlek
 | 
			
		||||
gui.computercraft:config.http.max_upload=Maximal förfrågan
 | 
			
		||||
gui.computercraft:config.http.max_websockets=Maximalt antal samgående websockets
 | 
			
		||||
gui.computercraft:config.http.max_websocket_message=Maximal websocket meddelandestorlek
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.peripheral=Kringutrustning
 | 
			
		||||
gui.computercraft:config.peripheral.command_block_enabled=Aktivera kommandoblock som kringutrustning
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range=Modem räckvidd (standard)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range=Modem räckvidd (hög altitud)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_range_during_storm=Modem räckvidd (dåligt väder)
 | 
			
		||||
gui.computercraft:config.peripheral.modem_high_altitude_range_during_storm=Modem räckvidd (hög altitud, dåligt väder)
 | 
			
		||||
gui.computercraft:config.peripheral.max_notes_per_tick=Maximalt antal musiknoter en dator kan spela samtidigt
 | 
			
		||||
 | 
			
		||||
gui.computercraft:config.turtle=Turtles
 | 
			
		||||
gui.computercraft:config.turtle.need_fuel=Aktivera bränsle
 | 
			
		||||
gui.computercraft:config.turtle.normal_fuel_limit=Turtle bränslegräns
 | 
			
		||||
gui.computercraft:config.turtle.advanced_fuel_limit=Advanced Turtle bränslegräns
 | 
			
		||||
gui.computercraft:config.turtle.obey_block_protection=Turtles lyder blockskydd
 | 
			
		||||
gui.computercraft:config.turtle.can_push=Turtles kan putta entiteter
 | 
			
		||||
gui.computercraft:config.turtle.disabled_actions=Avaktiverade turtle åtgärder
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/computer_front_blink_advanced",
 | 
			
		||||
        "side": "computercraft:blocks/computer_side_advanced",
 | 
			
		||||
        "top": "computercraft:blocks/computer_top_advanced"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/computer_front_advanced",
 | 
			
		||||
        "side": "computercraft:blocks/computer_side_advanced",
 | 
			
		||||
        "top": "computercraft:blocks/computer_top_advanced"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/computer_front_on_advanced",
 | 
			
		||||
        "side": "computercraft:blocks/computer_side_advanced",
 | 
			
		||||
        "top": "computercraft:blocks/computer_top_advanced"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,7 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/modem",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_modem_face",
 | 
			
		||||
        "back": "computercraft:blocks/modem_back"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,7 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/modem",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_modem_face_on",
 | 
			
		||||
        "back": "computercraft:blocks/modem_back"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor16",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor4",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor0",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor4"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor20",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor36",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor0",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor36"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor15",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor4",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor0"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor19",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor4",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor1",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor33"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor31",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor7",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor1",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor45"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor18",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor4",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor2",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor34"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor30",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor7",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor2",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor46"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor24",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor38",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor2",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor40"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor27",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor37",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor2",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor43"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor25",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor38",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor1",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor39"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor28",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor37",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor1",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor42"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor17",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor4",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor3",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor35"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor29",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor7",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor3",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor47"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor23",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor38",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor3",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor41"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor26",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor37",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor3",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor44"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor22",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor38",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor0",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor38"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/adv_monitor21",
 | 
			
		||||
        "side": "computercraft:blocks/adv_monitor37",
 | 
			
		||||
        "top": "computercraft:blocks/adv_monitor0",
 | 
			
		||||
        "back": "computercraft:blocks/adv_monitor37"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/block",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "particle": "computercraft:blocks/cable_core",
 | 
			
		||||
        "side": "computercraft:blocks/cable_side"
 | 
			
		||||
        "particle": "computercraft:block/cable_core",
 | 
			
		||||
        "side": "computercraft:block/cable_side"
 | 
			
		||||
    },
 | 
			
		||||
    "elements": [
 | 
			
		||||
        {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/block",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "particle": "computercraft:blocks/cable_core",
 | 
			
		||||
        "side": "computercraft:blocks/cable_side"
 | 
			
		||||
        "particle": "computercraft:block/cable_core",
 | 
			
		||||
        "side": "computercraft:block/cable_side"
 | 
			
		||||
    },
 | 
			
		||||
    "elements": [
 | 
			
		||||
        {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/block",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "particle": "computercraft:blocks/cable_core",
 | 
			
		||||
        "side": "computercraft:blocks/cable_side",
 | 
			
		||||
        "end": "computercraft:blocks/cable_core"
 | 
			
		||||
        "particle": "computercraft:block/cable_core",
 | 
			
		||||
        "side": "computercraft:block/cable_side",
 | 
			
		||||
        "end": "computercraft:block/cable_core"
 | 
			
		||||
    },
 | 
			
		||||
    "elements": [
 | 
			
		||||
        {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/block",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "particle": "computercraft:blocks/cable_core",
 | 
			
		||||
        "side": "computercraft:blocks/cable_side",
 | 
			
		||||
        "end": "computercraft:blocks/cable_core"
 | 
			
		||||
        "particle": "computercraft:block/cable_core",
 | 
			
		||||
        "side": "computercraft:block/cable_side",
 | 
			
		||||
        "end": "computercraft:block/cable_core"
 | 
			
		||||
    },
 | 
			
		||||
    "elements": [
 | 
			
		||||
        {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/command_computer_front_blink",
 | 
			
		||||
        "side": "computercraft:blocks/command_computer_side",
 | 
			
		||||
        "top": "computercraft:blocks/command_computer_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/command_computer_front",
 | 
			
		||||
        "side": "computercraft:blocks/command_computer_side",
 | 
			
		||||
        "top": "computercraft:blocks/command_computer_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/command_computer_front_on",
 | 
			
		||||
        "side": "computercraft:blocks/command_computer_side",
 | 
			
		||||
        "top": "computercraft:blocks/command_computer_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/computer_advanced_front_blink",
 | 
			
		||||
        "side": "computercraft:block/computer_advanced_side",
 | 
			
		||||
        "top": "computercraft:block/computer_advanced_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/computer_advanced_front",
 | 
			
		||||
        "side": "computercraft:block/computer_advanced_side",
 | 
			
		||||
        "top": "computercraft:block/computer_advanced_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/computer_advanced_front_on",
 | 
			
		||||
        "side": "computercraft:block/computer_advanced_side",
 | 
			
		||||
        "top": "computercraft:block/computer_advanced_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/computer_front_blink",
 | 
			
		||||
        "side": "computercraft:blocks/computer_side",
 | 
			
		||||
        "top": "computercraft:blocks/computer_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/computer_command_front_blink",
 | 
			
		||||
        "side": "computercraft:block/computer_command_side",
 | 
			
		||||
        "top": "computercraft:block/computer_command_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/computer_command_front",
 | 
			
		||||
        "side": "computercraft:block/computer_command_side",
 | 
			
		||||
        "top": "computercraft:block/computer_command_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/computer_command_front_on",
 | 
			
		||||
        "side": "computercraft:block/computer_command_side",
 | 
			
		||||
        "top": "computercraft:block/computer_command_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/computer_normal_front_blink",
 | 
			
		||||
        "side": "computercraft:block/computer_normal_side",
 | 
			
		||||
        "top": "computercraft:block/computer_normal_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/computer_normal_front",
 | 
			
		||||
        "side": "computercraft:block/computer_normal_side",
 | 
			
		||||
        "top": "computercraft:block/computer_normal_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/computer_normal_front_on",
 | 
			
		||||
        "side": "computercraft:block/computer_normal_side",
 | 
			
		||||
        "top": "computercraft:block/computer_normal_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/computer_front",
 | 
			
		||||
        "side": "computercraft:blocks/computer_side",
 | 
			
		||||
        "top": "computercraft:blocks/computer_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/computer_front_on",
 | 
			
		||||
        "side": "computercraft:blocks/computer_side",
 | 
			
		||||
        "top": "computercraft:blocks/computer_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/disk_drive_front",
 | 
			
		||||
        "side": "computercraft:blocks/disk_drive_side",
 | 
			
		||||
        "top": "computercraft:blocks/disk_drive_top"
 | 
			
		||||
        "front": "computercraft:block/disk_drive_front",
 | 
			
		||||
        "side": "computercraft:block/disk_drive_side",
 | 
			
		||||
        "top": "computercraft:block/disk_drive_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/disk_drive_front_accepted",
 | 
			
		||||
        "side": "computercraft:blocks/disk_drive_side",
 | 
			
		||||
        "top": "computercraft:blocks/disk_drive_top"
 | 
			
		||||
        "front": "computercraft:block/disk_drive_front_accepted",
 | 
			
		||||
        "side": "computercraft:block/disk_drive_side",
 | 
			
		||||
        "top": "computercraft:block/disk_drive_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/disk_drive_front_rejected",
 | 
			
		||||
        "side": "computercraft:blocks/disk_drive_side",
 | 
			
		||||
        "top": "computercraft:blocks/disk_drive_top"
 | 
			
		||||
        "front": "computercraft:block/disk_drive_front_rejected",
 | 
			
		||||
        "side": "computercraft:block/disk_drive_side",
 | 
			
		||||
        "top": "computercraft:block/disk_drive_top"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:blocks/monitor16",
 | 
			
		||||
        "side": "computercraft:blocks/monitor4",
 | 
			
		||||
        "top": "computercraft:blocks/monitor0",
 | 
			
		||||
        "back": "computercraft:blocks/monitor4"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_16",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_4",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_0",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_4"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_20",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_36",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_0",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_36"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "block/orientable",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_15",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_4",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_0"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_19",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_4",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_1",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_33"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_31",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_7",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_1",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_45"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_18",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_4",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_2",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_34"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_30",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_7",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_2",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_46"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_24",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_38",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_2",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_40"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_27",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_37",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_2",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_43"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_25",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_38",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_1",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_39"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_28",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_37",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_1",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_42"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_17",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_4",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_3",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_35"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_29",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_7",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_3",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_47"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_23",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_38",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_3",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_41"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_26",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_37",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_3",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_44"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_22",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_38",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_0",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_38"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
    "parent": "computercraft:block/monitor_base",
 | 
			
		||||
    "textures": {
 | 
			
		||||
        "front": "computercraft:block/monitor_advanced_21",
 | 
			
		||||
        "side": "computercraft:block/monitor_advanced_37",
 | 
			
		||||
        "top": "computercraft:block/monitor_advanced_0",
 | 
			
		||||
        "back": "computercraft:block/monitor_advanced_37"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user