Skip to content

Commit

Permalink
New AB1 Vehicle
Browse files Browse the repository at this point in the history
- some new AB1 parts
- some fixes
- a few new features
  • Loading branch information
Fexcraft committed Dec 24, 2017
1 parent e12baff commit fa09994
Show file tree
Hide file tree
Showing 28 changed files with 2,017 additions and 30 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.

version = "2.2-alpha17"
version = "2.2-alpha18"
group = "net.fexcraft.mod.fvtm" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "FVTM-ALL"

Expand Down Expand Up @@ -69,14 +69,14 @@ task fvp_fvtm(type: Jar){
from (zipTree("${destinationDir}/${archiveName}")) { include 'net/fexcraft/mod/addons/fvp/'}
from 'run/addons/Fex\'s Vehicle Pack'
baseName = 'Fexcraft Vehicle Pack'
appendix = '1.8 - for FVTM'
appendix = '1.9 - for FVTM'
}

task def_parts_pack(type: Jar){
from (zipTree("${destinationDir}/${archiveName}")) { include 'net/fexcraft/mod/addons/gep/'}
from 'run/addons/General Essentials Pack'
baseName = 'General Essentials Pack'
appendix = '1.5 - for FVTM'
appendix = '1.5.2 - for FVTM'
}
task zmp_fvtm(type: Jar){
from (zipTree("${destinationDir}/${archiveName}")) { include 'net/fexcraft/mod/addons/zmp/'}
Expand Down
2 changes: 1 addition & 1 deletion run/addons/Fex's Vehicle Pack/addonpack.fvtm
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"authors": [
"01e4af9b-2a30-471e-addf-f6338ffce04b"
],
"version": "1.8"
"version": "1.9"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"RegistryName": "fvp:ab1_doors",
"Addon": "fvtm:fvp",
"FullName": "AB1 Default Doors",
"ModelFile": "net.fexcraft.mod.addons.fvp.models.part.ModelAB1Doors.class",
"Category": [
"doors"
],
"Textures": [
"fvp:textures/entities/skin_vehicle_ab1b.png"
],
"Compatible": [
{ "Vehicle": "fvp:ab1", "x": 0, "y": 0, "z": 0 }
],
"Removable": true,
"Available": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"RegistryName": "fvp:ab1_driver_seat",
"FullName": "AB1 Driver Seat",
"Addon": "fvtm:fvp",
"ModelFile": "null",
"Category": [
"driver_seat"
],
"Attributes":[
"seat"
],
"Textures": [
"fvp:textures/entities/skin_vehicle_ab1b.png"
],
"Removable": false,
"Available": false,
"AttributeData":{
"FM-Seats":[
{
"driver": true,
"x": 74,
"y": 14,
"z": -20
}
]
},
"Recipes":[
{
"Type": "Blueprint",
"Components":[
{
"Item": "minecraft:leather",
"Amount": 4
},
{
"Item": "minecraft:sponge",
"Amount": 1
},
{
"Item": "minecraft:iron_ingot",
"Amount": 3
}
],
"Output": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"RegistryName": "fvp:ab1_engine",
"Addon": "fvtm:fvp",
"FullName": "AB Type AutoBus Engine",
"ModelFile": "null",
"Category": [
"engine"
],
"Attributes":[
"engine"
],
"Textures": [
"fvtm:textures/entities/null_texture.png"
],
"Removable": true,
"Available": false,
"Compatible": [
{ "Vehicle": "fvp:ab1", "x": 0, "y": 0, "z": 0 }
],
"AttributeData":{
"Engine-Speed": 1.40,
"Fuel-Consumption": 0.8,
"Fuel-Type": "diesel"
},
"Recipes":[
{
"Type": "Blueprint",
"Components":[
{
"Item": "minecraft:iron_block",
"Amount": 2
},
{
"Item": "minecraft:iron_ingot",
"Amount": 3
},
{
"Item": "minecraft:dye",
"Amount": 5,
"Meta": 7
},
{
"Item": "minecraft:dye",
"Amount": 2,
"Meta": 15
},
{
"Item": "fvtm:material",
"Amount": 6,
"NBTTagCompound":{
"FVTM:Material": "generic:rubber"
}
}
],
"Output": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"RegistryName": "fvp:ab1_lights",
"Addon": "fvtm:fvp",
"FullName": "AB1 Lights",
"ModelFile": "net.fexcraft.mod.addons.fvp.models.part.ModelAB1Lights.class",
"Category": [
"lights"
],
"Textures": [
"fvp:textures/entities/skin_vehicle_ab1b.png"
],
"Compatible": [
{ "Vehicle": "fvp:ab1", "x": 0, "y": 0, "z": 0 }
],
"Removable": true,
"Available": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"RegistryName": "fvp:ab1_passenger_seats",
"Addon": "fvtm:fvp",
"ModelFile": "net.fexcraft.mod.addons.fvp.models.part.ModelAB1PS.class",
"Category": [
"inner"
],
"Attributes":[
"seat"
],
"Textures": [
"fvp:textures/entities/skin_vehicle_ab1b.png"
],
"Removable": true,
"Available": true,
"AttributeData":{
"FM-Seats":[
{ "x": 59, "y": 15, "z": 11 },
{ "x": 59, "y": 15, "z": 23 },
{ "x": 42, "y": 15, "z": 11 },
{ "x": 42, "y": 15, "z": 23 },
{ "x": 42, "y": 15, "z":-23 },
{ "x": 42, "y": 15, "z": -11 },
{ "x": 24, "y": 15, "z": -23 },
{ "x": 24, "y": 15, "z": -11 },
{ "x": 24, "y": 15, "z": 11 },
{ "x": 24, "y": 15, "z": 23 },
{ "x": 6, "y": 15, "z": -23 },
{ "x": 6, "y": 15, "z": -11 },
{ "x": 6, "y": 15, "z": 11 },
{ "x": 6, "y": 15, "z": 23 },
{ "x": -12, "y": 15, "z": -23 },
{ "x": -12, "y": 15, "z": -11 },
{ "x": -12, "y": 15, "z": 11 },
{ "x": -12, "y": 15, "z": 23 },
{ "x": -30, "y": 15, "z": -23 },
{ "x": -30, "y": 15, "z": -11 },
{ "x": -30, "y": 15, "z": 11 },
{ "x": -30, "y": 15, "z": 23 },
{ "x": -48, "y": 15, "z": -23 },
{ "x": -48, "y": 15, "z": -11 },
{ "x": -68, "y": 18, "z": -23 },
{ "x": -68, "y": 18, "z": -11 },
{ "x": -68, "y": 18, "z": 11 },
{ "x": -68, "y": 18, "z": 23 },
{ "x": -86, "y": 21, "z": -23 },
{ "x": -86, "y": 21, "z": -11 },
{ "x": -86, "y": 21, "z": 11 },
{ "x": -86, "y": 21, "z": 23 },
{ "x": -102, "y": 21, "z": -23 },
{ "x": -102, "y": 21, "z": -11 },
{ "x": -102, "y": 21, "z": 1 },
{ "x": -102, "y": 21, "z": 11 },
{ "x": -102, "y": 21, "z": 23 }
]
},
"Compatible": [
{ "Vehicle": "fvp:ab1", "x": 0, "y": 0, "z": 0 }
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"RegistryName": "fvp:ab1_steering_wheel",
"Addon": "fvtm:fvp",
"ModelFile": "net.fexcraft.mod.addons.fvp.models.part.ModelAB1SW.class",
"Category": [
"steering_wheel"
],
"Textures": [
"fvp:textures/entities/skin_vehicle_ab1b.png"
],
"Compatible": [
{ "Vehicle": "fvp:ab1", "x": 0, "y": 0, "z": 0 }
],
"Removable": true,
"Available": true,
"Recipes":[
{
"Type": "Blueprint",
"Components":[
{
"Item": "minecraft:leather",
"Amount": 5
},
{
"Item": "minecraft:redstone",
"Amount": 5
},
{
"Item": "minecraft:iron_ingot",
"Amount": 3
}
],
"Output": 1
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"FullName": "C7 Default Doors",
"ModelFile": "net.fexcraft.mod.addons.fvp.models.part.ModelC7Doors.class",
"Description": [
"&7Use the &c`L`&7 key to open/close the door next to you.",
"&7Use the &c`O`&7 key to open/close the hood.",
"&7Use the &c`P`&7 key to open/close the trunk."
"&7Use the &c`G`&7 key to open settings."
],
"Category": [
"doors"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,44 @@
"right_back_wheel",
"left_back_wheel"
],
"Attributes": [
"adjustable_wheel"
],
"Textures": [
"fvp:textures/entities/skin_vehicle_t2_wheel.png"
],
"Removable": true,
"Available": true,
"Adjustable": true,
"Compatible": [
{
"Vehicle": "fvp:t1",
"x": 0, "y": -24, "z": 0
},
{
"Vehicle": "fvp:t2",
"x": 0, "y": 0, "z": 0
}
{ "Vehicle": "fvp:t1", "x": 0, "y": -24, "z": 0 },
{ "Vehicle": "fvp:t2", "x": 0, "y": 0, "z": 0 },
{ "Vehicle": "fvp:ab1", "x": 0, "y": 0, "z": 0 }
],
"AttributeData":{
"Adjustable-Wheel-Positions":[
{
"vehicle": "fvp:ab1",
"part":"left_front_wheel",
"x": 68, "y": -2, "z": 25
},
{
"vehicle": "fvp:ab1",
"part":"right_front_wheel",
"x": 68, "y": -2, "z": -25
},
{
"vehicle": "fvp:ab1",
"part":"left_back_wheel",
"x": -70, "y": -2, "z": 25
},
{
"vehicle": "fvp:ab1",
"part":"right_back_wheel",
"x": -70, "y": -2, "z": -25
}
]
},
"Recipes":[
{
"Type": "Blueprint",
Expand Down
Loading

0 comments on commit fa09994

Please sign in to comment.