diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-25 00:29:49 +0100 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-25 00:29:49 +0100 |
| commit | 1db974998c4e5242cd2603020e6c8ebfea5b454e (patch) | |
| tree | 16dd84e57dd1d348d95ef8c122c6cbb1c9d0f2f5 /eclipse/mods/tabula | |
| parent | 5e707575c59f025fc188f0d013c9db51ebcfaeac (diff) | |
Bye-bye
Diffstat (limited to 'eclipse/mods/tabula')
22 files changed, 0 insertions, 2235 deletions
diff --git a/eclipse/mods/tabula/autosave/Bracelet-TabulaAutosave-111501383.tbl b/eclipse/mods/tabula/autosave/Bracelet-TabulaAutosave-111501383.tbl Binary files differdeleted file mode 100644 index c477009..0000000 --- a/eclipse/mods/tabula/autosave/Bracelet-TabulaAutosave-111501383.tbl +++ /dev/null diff --git a/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-113373287.tbl b/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-113373287.tbl Binary files differdeleted file mode 100644 index 7e23b9a..0000000 --- a/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-113373287.tbl +++ /dev/null diff --git a/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-113673337.tbl b/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-113673337.tbl Binary files differdeleted file mode 100644 index ab0a64b..0000000 --- a/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-113673337.tbl +++ /dev/null diff --git a/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-113973387.tbl b/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-113973387.tbl Binary files differdeleted file mode 100644 index 58723cd..0000000 --- a/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-113973387.tbl +++ /dev/null diff --git a/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-114273434.tbl b/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-114273434.tbl Binary files differdeleted file mode 100644 index cad370f..0000000 --- a/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-114273434.tbl +++ /dev/null diff --git a/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-114670286.tbl b/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-114670286.tbl Binary files differdeleted file mode 100644 index a5b5364..0000000 --- a/eclipse/mods/tabula/autosave/ModelBiped-TabulaAutosave-114670286.tbl +++ /dev/null diff --git a/eclipse/mods/tabula/config/config.cfg b/eclipse/mods/tabula/config/config.cfg deleted file mode 100644 index fa19775..0000000 --- a/eclipse/mods/tabula/config/config.cfg +++ /dev/null @@ -1,81 +0,0 @@ -# Configuration file - -general { - # Try to animate the possibly imported models to fix their rotations? - # - # Min: 0 - # Max: 1 - I:animateImports=1 - - # Favorite Colour Theme for Tabula's Interface - S:favTheme=blue&black - - # Should the grid in the workspace be rendered - # - # Min: 0 - # Max: 1 - I:renderGrid=1 - - # Should the controls on the model be rendered - # - # Min: 0 - # Max: 1 - I:renderModelControls=1 - - # Should the rotation point of selected model parts be rendered - # - # Min: 0 - # Max: 1 - I:renderRotationPoint=1 - - # Should the block in the workspace be rendered - # - # Min: 0 - # Max: 1 - I:renderWorkspaceBlock=1 -} - - -########################################################################################################## -# multiplayer -#--------------------------------------------------------------------------------------------------------# -# Multiplayer settings for Tabula sessions -########################################################################################################## - -multiplayer { - # Allow anyone who connects to your Tabula session to edit the model - # - # Min: 0 - # Max: 1 - I:allowEveryoneToEdit=1 - - # Enable chat sounds? - # - # Min: 0 - # Max: 1 - I:chatSound=1 - - # People allowed to edit models in your multiplayer Tabula session. - # Separate usernames by with a comma and a space (", " - no quotes) - S:editors= -} - - -########################################################################################################## -# others -#--------------------------------------------------------------------------------------------------------# -# Other configs that don't really fit. You probably don't want to touch these. -########################################################################################################## - -others { - # Temp setting, so ignore this comment - # - # Min: 0 - # Max: 1 - I:animationWarning=1 - - # Don't touch this. Seriously. - S:chatWindow=-1000:-1000:162:58:-1:false:162:58 -} - - diff --git a/eclipse/mods/tabula/export/ModelBracelet.java b/eclipse/mods/tabula/export/ModelBracelet.java deleted file mode 100644 index 7f6cf69..0000000 --- a/eclipse/mods/tabula/export/ModelBracelet.java +++ /dev/null @@ -1,160 +0,0 @@ -package darkknight.jewelrycraft.model; - -import net.minecraft.client.model.ModelBase; -import net.minecraft.client.model.ModelRenderer; -import net.minecraft.entity.Entity; -import org.lwjgl.opengl.GL11; - -/** - * ModelBiped - Either Mojang or a mod author - * Created using Tabula 4.1.1 - */ -public class ModelBracelet extends ModelBase { - public ModelRenderer metal1; - public ModelRenderer metal2; - public ModelRenderer metal3; - public ModelRenderer metal4; - public ModelRenderer gem1; - public ModelRenderer gem2; - public ModelRenderer gem3; - public ModelRenderer gem4; - public ModelRenderer gem5; - public ModelRenderer gem6; - public ModelRenderer gem7; - public ModelRenderer gem8; - public ModelRenderer gem9; - - public ModelBracelet() { - this.textureWidth = 16; - this.textureHeight = 16; - this.metal4 = new ModelRenderer(this, 0, 8); - this.metal4.setRotationPoint(-5.0F, 12.0F, -2.0F); - this.metal4.addBox(0.0F, 0.0F, 0.0F, 1, 2, 4, 0.0F); - this.gem4 = new ModelRenderer(this, 0, 0); - this.gem4.setRotationPoint(-3.0F, 12.8F, -3.5F); - this.gem4.addBox(0.0F, 0.0F, 0.0F, 1, 1, 1, 0.0F); - this.setRotateAngle(gem4, 0.0F, 0.008901179185171082F, 0.0F); - this.gem3 = new ModelRenderer(this, 0, 0); - this.gem3.setRotationPoint(-4.8F, 12.2F, -3.5F); - this.gem3.addBox(0.0F, 0.0F, 0.0F, 1, 1, 1, 0.0F); - this.gem2 = new ModelRenderer(this, 0, 0); - this.gem2.setRotationPoint(-1.5F, 12.8F, -3.5F); - this.gem2.addBox(0.0F, 0.0F, 0.0F, 1, 1, 1, 0.0F); - this.gem1 = new ModelRenderer(this, 0, 0); - this.gem1.setRotationPoint(0.3F, 12.2F, -3.5F); - this.gem1.addBox(0.0F, 0.0F, 0.0F, 1, 1, 1, 0.0F); - this.metal1 = new ModelRenderer(this, 0, 8); - this.metal1.setRotationPoint(-5.0F, 12.0F, -3.0F); - this.metal1.addBox(0.0F, 0.0F, 0.0F, 6, 2, 1, 0.0F); - this.gem6 = new ModelRenderer(this, 0, 0); - this.gem6.setRotationPoint(-4.3F, 12.7F, -3.5F); - this.gem6.addBox(0.0F, 0.0F, 0.0F, 1, 2, 1, 0.0F); - this.gem7 = new ModelRenderer(this, 0, 0); - this.gem7.setRotationPoint(-3.8F, 12.7F, -3.5F); - this.gem7.addBox(0.0F, 0.0F, 0.0F, 1, 1, 1, 0.0F); - this.gem8 = new ModelRenderer(this, 0, 0); - this.gem8.setRotationPoint(-0.2F, 12.7F, -3.5F); - this.gem8.addBox(0.0F, 0.0F, 0.0F, 1, 2, 1, 0.0F); - this.metal2 = new ModelRenderer(this, 0, 8); - this.metal2.setRotationPoint(-5.0F, 12.0F, 2.0F); - this.metal2.addBox(0.0F, 0.0F, 0.0F, 6, 2, 1, 0.0F); - this.gem5 = new ModelRenderer(this, 0, 0); - this.gem5.setRotationPoint(-2.5F, 12.3F, -3.5F); - this.gem5.addBox(0.0F, 0.0F, 0.0F, 2, 3, 1, 0.0F); - this.metal3 = new ModelRenderer(this, 0, 8); - this.metal3.setRotationPoint(0.0F, 12.0F, -2.0F); - this.metal3.addBox(0.0F, 0.0F, 0.0F, 1, 2, 4, 0.0F); - this.gem9 = new ModelRenderer(this, 0, 0); - this.gem9.setRotationPoint(-0.7F, 12.7F, -3.5F); - this.gem9.addBox(0.0F, 0.0F, 0.0F, 1, 1, 1, 0.0F); - } - - @Override - public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5) { - this.metal4.render(f5); - GL11.glPushMatrix(); - GL11.glTranslatef(this.gem4.offsetX, this.gem4.offsetY, this.gem4.offsetZ); - GL11.glTranslatef(this.gem4.rotationPointX * f5, this.gem4.rotationPointY * f5, this.gem4.rotationPointZ * f5); - GL11.glScaled(0.5D, 0.5D, 0.5D); - GL11.glTranslatef(-this.gem4.offsetX, -this.gem4.offsetY, -this.gem4.offsetZ); - GL11.glTranslatef(-this.gem4.rotationPointX * f5, -this.gem4.rotationPointY * f5, -this.gem4.rotationPointZ * f5); - this.gem4.render(f5); - GL11.glPopMatrix(); - GL11.glPushMatrix(); - GL11.glTranslatef(this.gem3.offsetX, this.gem3.offsetY, this.gem3.offsetZ); - GL11.glTranslatef(this.gem3.rotationPointX * f5, this.gem3.rotationPointY * f5, this.gem3.rotationPointZ * f5); - GL11.glScaled(0.5D, 0.5D, 0.5D); - GL11.glTranslatef(-this.gem3.offsetX, -this.gem3.offsetY, -this.gem3.offsetZ); - GL11.glTranslatef(-this.gem3.rotationPointX * f5, -this.gem3.rotationPointY * f5, -this.gem3.rotationPointZ * f5); - this.gem3.render(f5); - GL11.glPopMatrix(); - GL11.glPushMatrix(); - GL11.glTranslatef(this.gem2.offsetX, this.gem2.offsetY, this.gem2.offsetZ); - GL11.glTranslatef(this.gem2.rotationPointX * f5, this.gem2.rotationPointY * f5, this.gem2.rotationPointZ * f5); - GL11.glScaled(0.5D, 0.5D, 0.5D); - GL11.glTranslatef(-this.gem2.offsetX, -this.gem2.offsetY, -this.gem2.offsetZ); - GL11.glTranslatef(-this.gem2.rotationPointX * f5, -this.gem2.rotationPointY * f5, -this.gem2.rotationPointZ * f5); - this.gem2.render(f5); - GL11.glPopMatrix(); - GL11.glPushMatrix(); - GL11.glTranslatef(this.gem1.offsetX, this.gem1.offsetY, this.gem1.offsetZ); - GL11.glTranslatef(this.gem1.rotationPointX * f5, this.gem1.rotationPointY * f5, this.gem1.rotationPointZ * f5); - GL11.glScaled(0.5D, 0.5D, 0.5D); - GL11.glTranslatef(-this.gem1.offsetX, -this.gem1.offsetY, -this.gem1.offsetZ); - GL11.glTranslatef(-this.gem1.rotationPointX * f5, -this.gem1.rotationPointY * f5, -this.gem1.rotationPointZ * f5); - this.gem1.render(f5); - GL11.glPopMatrix(); - this.metal1.render(f5); - GL11.glPushMatrix(); - GL11.glTranslatef(this.gem6.offsetX, this.gem6.offsetY, this.gem6.offsetZ); - GL11.glTranslatef(this.gem6.rotationPointX * f5, this.gem6.rotationPointY * f5, this.gem6.rotationPointZ * f5); - GL11.glScaled(0.5D, 0.5D, 0.5D); - GL11.glTranslatef(-this.gem6.offsetX, -this.gem6.offsetY, -this.gem6.offsetZ); - GL11.glTranslatef(-this.gem6.rotationPointX * f5, -this.gem6.rotationPointY * f5, -this.gem6.rotationPointZ * f5); - this.gem6.render(f5); - GL11.glPopMatrix(); - GL11.glPushMatrix(); - GL11.glTranslatef(this.gem7.offsetX, this.gem7.offsetY, this.gem7.offsetZ); - GL11.glTranslatef(this.gem7.rotationPointX * f5, this.gem7.rotationPointY * f5, this.gem7.rotationPointZ * f5); - GL11.glScaled(0.5D, 0.5D, 0.5D); - GL11.glTranslatef(-this.gem7.offsetX, -this.gem7.offsetY, -this.gem7.offsetZ); - GL11.glTranslatef(-this.gem7.rotationPointX * f5, -this.gem7.rotationPointY * f5, -this.gem7.rotationPointZ * f5); - this.gem7.render(f5); - GL11.glPopMatrix(); - GL11.glPushMatrix(); - GL11.glTranslatef(this.gem8.offsetX, this.gem8.offsetY, this.gem8.offsetZ); - GL11.glTranslatef(this.gem8.rotationPointX * f5, this.gem8.rotationPointY * f5, this.gem8.rotationPointZ * f5); - GL11.glScaled(0.5D, 0.5D, 0.5D); - GL11.glTranslatef(-this.gem8.offsetX, -this.gem8.offsetY, -this.gem8.offsetZ); - GL11.glTranslatef(-this.gem8.rotationPointX * f5, -this.gem8.rotationPointY * f5, -this.gem8.rotationPointZ * f5); - this.gem8.render(f5); - GL11.glPopMatrix(); - this.metal2.render(f5); - GL11.glPushMatrix(); - GL11.glTranslatef(this.gem5.offsetX, this.gem5.offsetY, this.gem5.offsetZ); - GL11.glTranslatef(this.gem5.rotationPointX * f5, this.gem5.rotationPointY * f5, this.gem5.rotationPointZ * f5); - GL11.glScaled(0.5D, 0.5D, 0.5D); - GL11.glTranslatef(-this.gem5.offsetX, -this.gem5.offsetY, -this.gem5.offsetZ); - GL11.glTranslatef(-this.gem5.rotationPointX * f5, -this.gem5.rotationPointY * f5, -this.gem5.rotationPointZ * f5); - this.gem5.render(f5); - GL11.glPopMatrix(); - this.metal3.render(f5); - GL11.glPushMatrix(); - GL11.glTranslatef(this.gem9.offsetX, this.gem9.offsetY, this.gem9.offsetZ); - GL11.glTranslatef(this.gem9.rotationPointX * f5, this.gem9.rotationPointY * f5, this.gem9.rotationPointZ * f5); - GL11.glScaled(0.5D, 0.5D, 0.5D); - GL11.glTranslatef(-this.gem9.offsetX, -this.gem9.offsetY, -this.gem9.offsetZ); - GL11.glTranslatef(-this.gem9.rotationPointX * f5, -this.gem9.rotationPointY * f5, -this.gem9.rotationPointZ * f5); - this.gem9.render(f5); - GL11.glPopMatrix(); - } - - /** - * This is a helper function from Tabula to set the rotation of model parts - */ - public void setRotateAngle(ModelRenderer modelRenderer, float x, float y, float z) { - modelRenderer.rotateAngleX = x; - modelRenderer.rotateAngleY = y; - modelRenderer.rotateAngleZ = z; - } -} diff --git a/eclipse/mods/tabula/saves/Bracelet.tbl b/eclipse/mods/tabula/saves/Bracelet.tbl Binary files differdeleted file mode 100644 index 1a6c773..0000000 --- a/eclipse/mods/tabula/saves/Bracelet.tbl +++ /dev/null diff --git a/eclipse/mods/tabula/saves/ModelBracelet.tbl b/eclipse/mods/tabula/saves/ModelBracelet.tbl Binary files differdeleted file mode 100644 index 2e3bc0b..0000000 --- a/eclipse/mods/tabula/saves/ModelBracelet.tbl +++ /dev/null diff --git a/eclipse/mods/tabula/textures/Bracelet.png b/eclipse/mods/tabula/textures/Bracelet.png Binary files differdeleted file mode 100644 index df5f4d5..0000000 --- a/eclipse/mods/tabula/textures/Bracelet.png +++ /dev/null diff --git a/eclipse/mods/tabula/themes/blue&black.json b/eclipse/mods/tabula/themes/blue&black.json deleted file mode 100644 index ff990ed..0000000 --- a/eclipse/mods/tabula/themes/blue&black.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "name": "Blue & Black", - "author": "SizzlinBacen", - //Done - "workspaceBackground": [ - 204, - 204, - 204 - ], - //Done - "windowBorder": [ - 0, - 128, - 225 - ], - //Done - "windowBackground": [ - 34, - 34, - 34 - ], - //Done - "tabBorder": [ - 0, - 128, - 225 - ], - - //Done - "tabSideInactive": [ - 0, - 128, - 225 - ], - //Done - "elementInputBackgroundInactive": [ - 60, - 60, - 60 - ], - //Done - "elementInputBackgroundHover": [ - 70, - 70, - 70 - ], - //Done - "elementInputBorder": [ - 0, - 128, - 225 - ], - //Done - "elementInputUpDownHover": [ - 68, - 156, - 223 - ], - //Done - "elementInputUpDownClick": [ - 0, - 0, - 225 - ], - //Done - "elementButtonBackgroundInactive": [ - 60, - 60, - 60 - ], - //Done - "elementButtonBackgroundHover": [ - 70, - 70, - 70 - ], - //Done - "elementButtonBorder": [ - 0, - 150, - 225 - ], - //Done - "elementButtonClick": [ - 100, - 100, - 100 - ], - //Done - "elementButtonToggle": [ - 30, - 30, - 30 - ], - //Done - "elementButtonToggleHover": [ - 170, - 170, - 170 - ], - //Done - "elementProjectTabActive": [ - 60, - 60, - 60 - ], - //Done - "elementProjectTabHover": [ - 100, - 100, - 100 - ], - //Done - "elementProjectTabFont": [ - 140, - 140, - 140 - ], - //Done - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - //Done - "elementTreeBorder": [ - 0, - 128, - 225 - ], - //Done - "elementTreeScrollBar": [ - 34, - 34, - 34 - ], - //Done - "elementTreeScrollBarBorder": [ - 0, - 128, - 225 - ], - //Done - "elementTreeItemBorder": [ - 0, - 128, - 225 - ], - //Done - "elementTreeItemBg": [ - 60, - 60, - 60 - ], - //Done - "elementTreeItemBgSelect": [ - 100, - 100, - 100 - ], - //Done - "elementTreeItemBgHover": [ - 120, - 120, - 120 - ], - //Done - "fontChat": [ - 220, - 220, - 220 - ], - //Done - "font": [ - 255, - 255, - 255 - ], - //Done - "fontDim": [ - 150, - 150, - 150 - ], - //Done - "workspaceBlock": { - "block": "minecraft:wool", - "metadata": 3 - } -}
\ No newline at end of file diff --git a/eclipse/mods/tabula/themes/blue&orange.json b/eclipse/mods/tabula/themes/blue&orange.json deleted file mode 100644 index 858cf78..0000000 --- a/eclipse/mods/tabula/themes/blue&orange.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "name": "Blue & Orange", - "author": "ASolvie", - //Done - "workspaceBackground": [ - 255, - 204, - 94 - ], - //Done - "windowBorder": [ - 0, - 128, - 225 - ], - //Done - "windowBackground": [ - 255, - 136, - 34 - ], - //Done - "tabBorder": [ - 0, - 128, - 225 - ], - - //Done - "tabSideInactive": [ - 0, - 128, - 225 - ], - //Done - "elementInputBackgroundInactive": [ - 255, - 100, - 60 - ], - //Done - "elementInputBackgroundHover": [ - 255, - 174, - 70 - ], - //Done - "elementInputBorder": [ - 0, - 128, - 225 - ], - //Done - "elementInputUpDownHover": [ - 68, - 156, - 223 - ], - //Done - "elementInputUpDownClick": [ - 0, - 0, - 225 - ], - //Done - "elementButtonBackgroundInactive": [ - 255, - 100, - 60 - ], - //Done - "elementButtonBackgroundHover": [ - 255, - 174, - 70 - ], - //Done - "elementButtonBorder": [ - 0, - 150, - 225 - ], - //Done - "elementButtonClick": [ - 255, - 100, - 0 - ], - //Done - "elementButtonToggle": [ - 255, - 144, - 30 - ], - //Done - "elementButtonToggleHover": [ - 255, - 200, - 82 - ], - //Done - "elementProjectTabActive": [ - 255, - 100, - 60 - ], - //Done - "elementProjectTabHover": [ - 100, - 100, - 100 - ], - //Done - "elementProjectTabFont": [ - 140, - 140, - 140 - ], - //Done - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - //Done - "elementTreeBorder": [ - 0, - 128, - 225 - ], - //Done - "elementTreeScrollBar": [ - 34, - 34, - 34 - ], - //Done - "elementTreeScrollBarBorder": [ - 0, - 128, - 225 - ], - //Done - "elementTreeItemBorder": [ - 0, - 128, - 225 - ], - //Done - "elementTreeItemBg": [ - 60, - 60, - 60 - ], - //Done - "elementTreeItemBgSelect": [ - 255, - 162, - 98 - ], - //Done - "elementTreeItemBgHover": [ - 255, - 120, - 120 - ], - //Done - "fontChat": [ - 255, - 190, - 120 - ], - //Done - "font": [ - 255, - 255, - 255 - ], - //Done - "fontDim": [ - 255, - 224, - 0 - ], - //Done - "workspaceBlock": { - "block": "minecraft:wool", - "metadata": 3 - } -}
\ No newline at end of file diff --git a/eclipse/mods/tabula/themes/classic.json b/eclipse/mods/tabula/themes/classic.json deleted file mode 100644 index 9522dc4..0000000 --- a/eclipse/mods/tabula/themes/classic.json +++ /dev/null @@ -1,188 +0,0 @@ -{ - "name": "Classic", - "author": "SizzlinBacen", - //Done - "workspaceBackground": [ - 225, - 225, - 225 - ], - //Done - "windowBorder": [ - 128, - 128, - 128 - ], - //Done - "windowBackground": [ - 232, - 232, - 232 - ], - //Done - "tabBorder": [ - 255, - 255, - 255 - ], - //Done - "tabSideInactive": [ - 168, - 168, - 168 - ], - //Done - "elementInputBackgroundInactive": [ - 215, - 215, - 215 - ], - //Done - "elementInputBackgroundHover": [ - 230, - 230, - 230 - ], - //Done - "elementInputBorder": [ - 128, - 128, - 128 - ], - //Done - "elementInputUpDownHover": [ - 170, - 170, - 170 - ], - //Done - "elementInputUpDownClick": [ - 100, - 100, - 100 - ], - //Done - "elementButtonBackgroundInactive": [ - 215, - 215, - 215 - ], - //Done - "elementButtonBackgroundHover": [ - 230, - 230, - 230 - ], - //Done - "elementButtonBorder": [ - 128, - 128, - 128 - ], - //Done - "elementButtonClick": [ - 100, - 100, - 100 - ], - //Done - "elementButtonToggle": [ - 160, - 160, - 160 - ], - //Done - "elementButtonToggleHover": [ - 170, - 170, - 170 - ], - //Done - "elementProjectTabActive": [ - 192, - 192, - 192 - ], - //Done - "elementProjectTabHover": [ - 209, - 209, - 209 - ], - //Done - "elementProjectTabFont": [ - 96, - 96, - 96 - ], - //Done - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - //Done - "elementTreeBorder": [ - 128, - 128, - 128 - ], - //Done - "elementTreeScrollBar": [ - 232, - 232, - 232 - ], - //Done - "elementTreeScrollBarBorder": [ - 128, - 128, - 128 - ], - //Done - "elementTreeItemBorder": [ - 128, - 128, - 128 - ], - //Done - "elementTreeItemBg": [ - 232, - 232, - 232 - ], - //Done - "elementTreeItemBgSelect": [ - 128, - 128, - 128 - ], - //Done - "elementTreeItemBgHover": [ - 209, - 209, - 209 - ], - //TODO - "fontChat": [ - 96, - 96, - 96 - ], - //Done - "font": [ - 96, - 96, - 96 - ], - //Done - "fontDim": [ - 96, - 96, - 96 - ], - "workspaceBlock": { - "block": "minecraft:planks", - "metadata": 1 - } -}
\ No newline at end of file diff --git a/eclipse/mods/tabula/themes/default.json b/eclipse/mods/tabula/themes/default.json deleted file mode 100644 index 8e834ea..0000000 --- a/eclipse/mods/tabula/themes/default.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "name": "Default", - "author": "iChun", - "workspaceBackground": [ - 204, - 204, - 204 - ], - "windowBorder": [ - 150, - 150, - 150 - ], - "windowBackground": [ - 34, - 34, - 34 - ], - "tabBorder": [ - 255, - 255, - 255 - ], - "tabSideInactive": [ - 100, - 100, - 100 - ], - "elementInputBackgroundInactive": [ - 60, - 60, - 60 - ], - "elementInputBackgroundHover": [ - 70, - 70, - 70 - ], - "elementInputBorder": [ - 140, - 140, - 140 - ], - "elementInputUpDownHover": [ - 170, - 170, - 170 - ], - "elementInputUpDownClick": [ - 100, - 100, - 100 - ], - "elementButtonBackgroundInactive": [ - 60, - 60, - 60 - ], - "elementButtonBackgroundHover": [ - 70, - 70, - 70 - ], - "elementButtonBorder": [ - 140, - 140, - 140 - ], - "elementButtonClick": [ - 100, - 100, - 100 - ], - "elementButtonToggle": [ - 120, - 120, - 120 - ], - "elementButtonToggleHover": [ - 170, - 170, - 170 - ], - "elementProjectTabActive": [ - 60, - 60, - 60 - ], - "elementProjectTabHover": [ - 100, - 100, - 100 - ], - "elementProjectTabFont": [ - 140, - 140, - 140 - ], - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - "elementTreeBorder": [ - 100, - 100, - 100 - ], - "elementTreeScrollBar": [ - 34, - 34, - 34 - ], - "elementTreeScrollBarBorder": [ - 60, - 60, - 60 - ], - "elementTreeItemBorder": [ - 40, - 40, - 40 - ], - "elementTreeItemBg": [ - 60, - 60, - 60 - ], - "elementTreeItemBgSelect": [ - 100, - 100, - 100 - ], - "elementTreeItemBgHover": [ - 120, - 120, - 120 - ], - "fontChat": [ - 220, - 220, - 220 - ], - "font": [ - 255, - 255, - 255 - ], - "fontDim": [ - 150, - 150, - 150 - ], - "workspaceBlock": { - "block": "minecraft:planks", - "metadata": 1 - } -}
\ No newline at end of file diff --git a/eclipse/mods/tabula/themes/grassgreen.json b/eclipse/mods/tabula/themes/grassgreen.json deleted file mode 100644 index d4f81a9..0000000 --- a/eclipse/mods/tabula/themes/grassgreen.json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "name": "GrassGreen", - "author": "SizzlinBacen", - //Done - "workspaceBackground": [ - 183, - 255, - 183 - ], - //Done - "windowBorder": [ - 6, - 179, - 0 - ], - //Done - "windowBackground": [ - 74, - 230, - 74 - ], - //Done - "tabBorder": [ - 74, - 230, - 74 - ], - //Done - "tabSideInactive": [ - 70, - 148, - 70 - ], - //Done - "elementInputBackgroundInactive": [ - 45, - 209, - 45 - ], - //Done - "elementInputBackgroundHover": [ - 110, - 225, - 110 - ], - //Done - "elementInputBorder": [ - 6, - 179, - 0 - ], - //Done - "elementInputUpDownHover": [ - 7, - 223, - 0 - ], - //Done - "elementInputUpDownClick": [ - 46, - 188, - 46 - ], - //Done - "elementButtonBackgroundInactive": [ - 74, - 230, - 74 - ], - //Done - "elementButtonBackgroundHover": [ - 6, - 195, - 0 - ], - //Done - "elementButtonBorder": [ - 6, - 179, - 0 - ], - //Done - "elementButtonClick": [ - 60, - 152, - 60 - ], - //Done - "elementButtonToggle": [ - 48, - 111, - 48 - ], - //Done - "elementButtonToggleHover": [ - 170, - 170, - 170 - ], - //Done - "elementProjectTabActive": [ - 74, - 230, - 74 - ], - //Done - "elementProjectTabHover": [ - 46, - 188, - 46 - ], - //Done - "elementProjectTabFont": [ - 255, - 255, - 255 - ], - //Done - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - //Done - "elementTreeBorder": [ - 6, - 179, - 0 - ], - //Done - "elementTreeScrollBar": [ - 74, - 230, - 74 - ], - //Done - "elementTreeScrollBarBorder": [ - 6, - 179, - 0 - ], - //Done - "elementTreeItemBorder": [ - 6, - 179, - 0 - ], - //Done - "elementTreeItemBg": [ - 74, - 230, - 74 - ], - //Done - "elementTreeItemBgSelect": [ - 60, - 152, - 60 - ], - //Done - "elementTreeItemBgHover": [ - 46, - 188, - 46 - ], - //Done - "fontChat": [ - 0, - 100, - 0 - ], - //Done - "font": [ - 255, - 255, - 255 - ], - //Done - "fontDim": [ - 225, - 225, - 225 - ], - //Done - "workspaceBlock": { - "block": "minecraft:grass", - "metadata": 1 - } -}
\ No newline at end of file diff --git a/eclipse/mods/tabula/themes/green&black.json b/eclipse/mods/tabula/themes/green&black.json deleted file mode 100644 index 5fb8678..0000000 --- a/eclipse/mods/tabula/themes/green&black.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "name": "Green & Black", - "author": "SizzlinBacen", - //Done - "workspaceBackground": [ - 204, - 204, - 204 - ], - //Done - "windowBorder": [ - 0, - 175, - 0 - ], - //Done - "windowBackground": [ - 34, - 34, - 34 - ], - //Done - "tabBorder": [ - 0, - 175, - 0 - ], - - //Done - "tabSideInactive": [ - 0, - 175, - 0 - ], - //Done - "elementInputBackgroundInactive": [ - 60, - 60, - 60 - ], - //Done - "elementInputBackgroundHover": [ - 70, - 70, - 70 - ], - //Done - "elementInputBorder": [ - 0, - 175, - 0 - ], - //Done - "elementInputUpDownHover": [ - 0, - 150, - 0 - ], - //Done - "elementInputUpDownClick": [ - 0, - 225, - 0 - ], - //Done - "elementButtonBackgroundInactive": [ - 60, - 60, - 60 - ], - //Done - "elementButtonBackgroundHover": [ - 70, - 70, - 70 - ], - //Done - "elementButtonBorder": [ - 0, - 152, - 0 - ], - //Done - "elementButtonClick": [ - 100, - 100, - 100 - ], - //Done - "elementButtonToggle": [ - 30, - 30, - 30 - ], - //Done - "elementButtonToggleHover": [ - 170, - 170, - 170 - ], - //Done - "elementProjectTabActive": [ - 60, - 60, - 60 - ], - //Done - "elementProjectTabHover": [ - 100, - 100, - 100 - ], - //Done - "elementProjectTabFont": [ - 140, - 140, - 140 - ], - //Done - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - //Done - "elementTreeBorder": [ - 0, - 204, - 0 - ], - //Done - "elementTreeScrollBar": [ - 34, - 34, - 34 - ], - //Done - "elementTreeScrollBarBorder": [ - 0, - 175, - 0 - ], - //Done - "elementTreeItemBorder": [ - 0, - 175, - 0 - ], - //Done - "elementTreeItemBg": [ - 60, - 60, - 60 - ], - //Done - "elementTreeItemBgSelect": [ - 100, - 100, - 100 - ], - //Done - "elementTreeItemBgHover": [ - 120, - 120, - 120 - ], - //Done - "fontChat": [ - 220, - 220, - 220 - ], - //Done - "font": [ - 255, - 255, - 255 - ], - //Done - "fontDim": [ - 150, - 150, - 150 - ], - //Done - "workspaceBlock": { - "block": "minecraft:wool", - "metadata": 5 - } -}
\ No newline at end of file diff --git a/eclipse/mods/tabula/themes/monogeneric.json b/eclipse/mods/tabula/themes/monogeneric.json deleted file mode 100644 index 8cf0c2f..0000000 --- a/eclipse/mods/tabula/themes/monogeneric.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "name": "MonoGeneric", - "author": "Arcaratus", - //Done - "workspaceBackground": [ - 200, - 200, - 200 - ], - //Done - "windowBorder": [ - 0, - 0, - 0 - ], - //Done - "windowBackground": [ - 50, - 50, - 50 - ], - //Done - "tabBorder": [ - 10, - 10, - 10 - ], - //Done - "tabSideInactive": [ - 70, - 70, - 70 - ], - //Done - "elementInputBackgroundInactive": [ - 75, - 75, - 75 - ], - //Done - "elementInputBackgroundHover": [ - 100, - 100, - 100 - ], - //Done - "elementInputBorder": [ - 0, - 0, - 0 - ], - //Done - "elementInputUpDownHover": [ - 100, - 100, - 100 - ], - //Done - "elementInputUpDownClick": [ - 140, - 140, - 140 - ], - //Done - "elementButtonBackgroundInactive": [ - 80, - 80, - 80 - ], - //Done - "elementButtonBackgroundHover": [ - 130, - 130, - 130 - ], - //Done - "elementButtonBorder": [ - 180, - 180, - 180 - ], - //Done - "elementButtonClick": [ - 160, - 160, - 160 - ], - //Done - "elementButtonToggle": [ - 190, - 190, - 190 - ], - //Done - "elementButtonToggleHover": [ - 170, - 170, - 170 - ], - //Done - "elementProjectTabActive": [ - 190, - 190, - 190 - ], - //Done - "elementProjectTabHover": [ - 150, - 150, - 150 - ], - //Done - "elementProjectTabFont": [ - 255, - 255, - 255 - ], - //Done - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - //Done - "elementTreeBorder": [ - 20, - 20, - 20 - ], - //Done - "elementTreeScrollBar": [ - 60, - 60, - 60 - ], - //Done - "elementTreeScrollBarBorder": [ - 35, - 35, - 35 - ], - //Done - "elementTreeItemBorder": [ - 45, - 45, - 45 - ], - //Done - "elementTreeItemBg": [ - 90, - 90, - 90 - ], - //Done - "elementTreeItemBgSelect": [ - 120, - 120, - 120 - ], - //Done - "elementTreeItemBgHover": [ - 105, - 105, - 105 - ], - //Done - "fontChat": [ - 255, - 255, - 255 - ], - //Done - "font": [ - 255, - 255, - 255 - ], - //Done - "fontDim": [ - 235, - 235, - 235 - ], - //Done - "workspaceBlock": { - //"block": "minecraft:cake", - "block": "minecraft:double_stone_slab", - "metadata": 8 - } -}
\ No newline at end of file diff --git a/eclipse/mods/tabula/themes/nightblack.json b/eclipse/mods/tabula/themes/nightblack.json deleted file mode 100644 index 79e9ff6..0000000 --- a/eclipse/mods/tabula/themes/nightblack.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "name": "Night Black", - "author": "pfgichun", - "workspaceBackground": [ - 0, - 0, - 0 - ], - "windowBorder": [ - 0, - 0, - 0 - ], - "windowBackground": [ - 0, - 0, - 0 - ], - "tabBorder": [ - 0, - 0, - 0 - ], - "tabSideInactive": [ - 50, - 50, - 50 - ], - "elementInputBackgroundInactive": [ - 0, - 0, - 0 - ], - "elementInputBackgroundHover": [ - 10, - 10, - 10 - ], - "elementInputBorder": [ - 50, - 50, - 50 - ], - "elementInputUpDownHover": [ - 40, - 40, - 40 - ], - "elementInputUpDownClick": [ - 30, - 30, - 30 - ], - "elementButtonBackgroundInactive": [ - 50, - 50, - 50 - ], - "elementButtonBackgroundHover": [ - 40, - 40, - 40 - ], - "elementButtonBorder": [ - 50, - 50, - 50 - ], - "elementButtonClick": [ - 30, - 30, - 30 - ], - "elementButtonToggle": [ - 50, - 50, - 50 - ], - "elementButtonToggleHover": [ - 40, - 40, - 40 - ], - "elementProjectTabActive": [ - 50, - 50, - 50 - ], - "elementProjectTabHover": [ - 40, - 40, - 40 - ], - "elementProjectTabFont": [ - 60, - 60, - 60 - ], - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - "elementTreeBorder": [ - 50, - 50, - 50 - ], - "elementTreeScrollBar": [ - 50, - 50, - 50 - ], - "elementTreeScrollBarBorder": [ - 50, - 50, - 50 - ], - "elementTreeItemBorder": [ - 50, - 50, - 50 - ], - "elementTreeItemBg": [ - 50, - 50, - 50 - ], - "elementTreeItemBgSelect": [ - 30, - 30, - 30 - ], - "elementTreeItemBgHover": [ - 40, - 40, - 40 - ], - "fontChat": [ - 255, - 255, - 255 - ], - "font": [ - 255, - 255, - 255 - ], - "fontDim": [ - 150, - 150, - 150 - ], - "workspaceBlock": { - "block": "minecraft:wool", - "metadata": 15 - } -}
\ No newline at end of file diff --git a/eclipse/mods/tabula/themes/red&black.json b/eclipse/mods/tabula/themes/red&black.json deleted file mode 100644 index 5eb2c62..0000000 --- a/eclipse/mods/tabula/themes/red&black.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "name": "Red & Black", - "author": "SizzlinBacen", - //Done - "workspaceBackground": [ - 204, - 204, - 204 - ], - //Done - "windowBorder": [ - 255, - 100, - 100 - ], - //Done - "windowBackground": [ - 34, - 34, - 34 - ], - //Done - "tabBorder": [ - 255, - 100, - 100 - ], - - //Done - "tabSideInactive": [ - 255, - 100, - 100 - ], - //Done - "elementInputBackgroundInactive": [ - 60, - 60, - 60 - ], - //Done - "elementInputBackgroundHover": [ - 70, - 70, - 70 - ], - //Done - "elementInputBorder": [ - 255, - 100, - 100 - ], - //Done - "elementInputUpDownHover": [ - 255, - 150, - 150 - ], - //Done - "elementInputUpDownClick": [ - 255, - 50, - 50 - ], - //Done - "elementButtonBackgroundInactive": [ - 60, - 60, - 60 - ], - //Done - "elementButtonBackgroundHover": [ - 70, - 70, - 70 - ], - //Done - "elementButtonBorder": [ - 225, - 100, - 100 - ], - //Done - "elementButtonClick": [ - 100, - 100, - 100 - ], - //Done - "elementButtonToggle": [ - 30, - 30, - 30 - ], - //Done - "elementButtonToggleHover": [ - 170, - 170, - 170 - ], - //Done - "elementProjectTabActive": [ - 60, - 60, - 60 - ], - //Done - "elementProjectTabHover": [ - 100, - 100, - 100 - ], - //Done - "elementProjectTabFont": [ - 140, - 140, - 140 - ], - //Done - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - //Done - "elementTreeBorder": [ - 255, - 100, - 100 - ], - //Done - "elementTreeScrollBar": [ - 34, - 34, - 34 - ], - //Done - "elementTreeScrollBarBorder": [ - 255, - 100, - 100 - ], - //Done - "elementTreeItemBorder": [ - 255, - 100, - 100 - ], - //Done - "elementTreeItemBg": [ - 60, - 60, - 60 - ], - //Done - "elementTreeItemBgSelect": [ - 100, - 100, - 100 - ], - //Done - "elementTreeItemBgHover": [ - 120, - 120, - 120 - ], - //Done - "fontChat": [ - 220, - 220, - 220 - ], - //Done - "font": [ - 255, - 255, - 255 - ], - //Done - "fontDim": [ - 150, - 150, - 150 - ], - //Done - "workspaceBlock": { - "block": "minecraft:wool", - "metadata": 14 - } -}
\ No newline at end of file diff --git a/eclipse/mods/tabula/themes/skyblue.json b/eclipse/mods/tabula/themes/skyblue.json deleted file mode 100644 index effcb05..0000000 --- a/eclipse/mods/tabula/themes/skyblue.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "name": "SkyBlue", - "author": "SizzlinBacen", - //Done - "workspaceBackground": [ - 138, - 205, - 255 - ], - //Done - "windowBorder": [ - 36, - 131, - 255 - ], - //Done - "windowBackground": [ - 88, - 155, - 243 - ], - //Done - "tabBorder": [ - 159, - 230, - 255 - ], - //Done - "tabSideInactive": [ - 159, - 230, - 255 - ], - //Done - "elementInputBackgroundInactive": [ - 166, - 217, - 255 - ], - //Done - "elementInputBackgroundHover": [ - 201, - 232, - 255 - ], - //Done - "elementInputBorder": [ - 0, - 128, - 255 - ], - //Done - "elementInputUpDownHover": [ - 20, - 148, - 225 - ], - //Done - "elementInputUpDownClick": [ - 50, - 178, - 225 - ], - //Done - "elementButtonBackgroundInactive": [ - 166, - 217, - 255 - ], - //Done - "elementButtonBackgroundHover": [ - 186, - 237, - 255 - ], - //Done - "elementButtonBorder": [ - 0, - 128, - 225 - ], - //Done - "elementButtonClick": [ - 20, - 148, - 225 - ], - //Done - "elementButtonToggle": [ - 166, - 217, - 255 - ], - //Done - "elementButtonToggleHover": [ - 0, - 128, - 255 - ], - //Done - "elementProjectTabActive": [ - 92, - 185, - 255 - ], - //Done - "elementProjectTabHover": [ - 62, - 165, - 235 - ], - - //Done - "elementProjectTabFont": [ - 200, - 200, - 200 - ], - //Done - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - //Done - "elementTreeBorder": [ - 36, - 131, - 255 - ], - //Done - "elementTreeScrollBar": [ - 166, - 217, - 255 - ], - //Done - "elementTreeScrollBarBorder": [ - 36, - 131, - 255 - ], - //Done - "elementTreeItemBorder": [ - 36, - 131, - 255 - ], - //Done - "elementTreeItemBg": [ - 166, - 217, - 255 - ], - //Done - "elementTreeItemBgSelect": [ - 146, - 187, - 255 - ], - //Done - "elementTreeItemBgHover": [ - 201, - 232, - 255 - ], - - //Done - "fontChat": [ - 51, - 51, - 225 - ], - - //Done - "font": [ - 255, - 255, - 255 - ], - //Done - "fontDim": [ - 255, - 255, - 255 - ], - - //Done - "workspaceBlock": { - "block": "minecraft:ice", - "metadata": 1 - } -}
\ No newline at end of file diff --git a/eclipse/mods/tabula/themes/whitelight.json b/eclipse/mods/tabula/themes/whitelight.json deleted file mode 100644 index f30b040..0000000 --- a/eclipse/mods/tabula/themes/whitelight.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "name": "White Light", - "author": "pfgichun", - "workspaceBackground": [ - 255, - 255, - 255 - ], - "windowBorder": [ - 255, - 255, - 255 - ], - "windowBackground": [ - 255, - 255, - 255 - ], - "tabBorder": [ - 255, - 255, - 255 - ], - "tabSideInactive": [ - 205, - 205, - 205 - ], - "elementInputBackgroundInactive": [ - 255, - 255, - 255 - ], - "elementInputBackgroundHover": [ - 245, - 245, - 245 - ], - "elementInputBorder": [ - 205, - 205, - 205 - ], - "elementInputUpDownHover": [ - 215, - 215, - 215 - ], - "elementInputUpDownClick": [ - 225, - 225, - 225 - ], - "elementButtonBackgroundInactive": [ - 205, - 205, - 205 - ], - "elementButtonBackgroundHover": [ - 215, - 215, - 215 - ], - "elementButtonBorder": [ - 205, - 205, - 205 - ], - "elementButtonClick": [ - 225, - 225, - 225 - ], - "elementButtonToggle": [ - 205, - 205, - 205 - ], - "elementButtonToggleHover": [ - 215, - 215, - 215 - ], - "elementProjectTabActive": [ - 205, - 205, - 205 - ], - "elementProjectTabHover": [ - 215, - 215, - 215 - ], - "elementProjectTabFont": [ - 195, - 195, - 195 - ], - "elementProjectTabFontChanges": [ - 255, - 255, - 255 - ], - "elementTreeBorder": [ - 205, - 205, - 205 - ], - "elementTreeScrollBar": [ - 205, - 205, - 205 - ], - "elementTreeScrollBarBorder": [ - 205, - 205, - 205 - ], - "elementTreeItemBorder": [ - 205, - 205, - 205 - ], - "elementTreeItemBg": [ - 205, - 205, - 205 - ], - "elementTreeItemBgSelect": [ - 225, - 225, - 225 - ], - "elementTreeItemBgHover": [ - 215, - 215, - 215 - ], - "fontChat": [ - 0, - 0, - 0 - ], - "font": [ - 0, - 0, - 0 - ], - "fontDim": [ - 105, - 105, - 105 - ], - "workspaceBlock": { - "block": "minecraft:wool", - "metadata": 0 - } -}
\ No newline at end of file |
