Now with 120% less derp!

That's how math works, right?
This commit is contained in:
Florian Nücke 2015-10-06 20:32:31 +02:00
parent b1e29e9b5a
commit 1d0f1cb264
17 changed files with 95 additions and 61 deletions

View File

@ -1,7 +1,9 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/powerAcceptor.json"],
"includes": [
"traits/environment.json",
"traits/inventory.json",
"traits/powerAcceptor.json"
],
"nbt": {
"blacklist": [
"oc:adapter.blocks"

View File

@ -1,7 +1,9 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/powerAcceptor.json"],
"includes": [
"traits/environment.json",
"traits/inventory.json",
"traits/powerAcceptor.json"
],
"nbt": {
"blacklist": [
"oc:remaining"

View File

@ -1,7 +1,9 @@
[{
"includes": ["traits/computer.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/powerAcceptor.json"],
"includes": ["traits/redstone.json"],
"includes": ["traits/rotatable.json"]
"includes": [
"traits/computer.json",
"traits/inventory.json",
"traits/powerAcceptor.json",
"traits/redstone.json",
"traits/rotatable.json"
]
}]

View File

@ -1,9 +1,11 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/powerAcceptor.json"],
"includes": ["traits/redstone.json"],
"includes": ["traits/rotatable.json"],
"includes": [
"traits/environment.json",
"traits/inventory.json",
"traits/powerAcceptor.json",
"traits/redstone.json",
"traits/rotatable.json"
],
"nbt": {
"blacklist": [
"chargeSpeed",

View File

@ -1,7 +1,9 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/powerAcceptor.json"],
"includes": [
"traits/environment.json",
"traits/inventory.json",
"traits/powerAcceptor.json"
],
"nbt": {
"blacklist": [
"oc:buffer",

View File

@ -1,5 +1,7 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/rotatable.json"]
"includes": [
"traits/environment.json",
"traits/inventory.json",
"traits/rotatable.json"
]
}]

View File

@ -1,5 +1,7 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/externalData.json"],
"includes": ["traits/rotatable.json"]
"includes": [
"traits/environment.json",
"traits/externalData.json",
"traits/rotatable.json"
]
}]

View File

@ -1,10 +1,12 @@
[{
"includes": ["traits/computer.json"],
"includes": ["traits/hub.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/powerAcceptor.json"],
"includes": ["traits/redstone.json"],
"includes": ["traits/rotatable.json"],
"includes": [
"traits/computer.json",
"traits/hub.json",
"traits/inventory.json",
"traits/powerAcceptor.json",
"traits/redstone.json",
"traits/rotatable.json"
],
"nbt": {
"blacklist": [
"oc:info",

View File

@ -1,5 +1,7 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/redstone.json"],
"includes": ["traits/rotatable.json"]
"includes": [
"traits/environment.json",
"traits/redstone.json",
"traits/rotatable.json"
]
}]

View File

@ -1,4 +1,6 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/powerAcceptor.json"]
"includes": [
"traits/environment.json",
"traits/powerAcceptor.json"
]
}]

View File

@ -1,6 +1,8 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/inventory.json"],
"includes": [
"traits/environment.json",
"traits/inventory.json"
],
"nbt": {
"blacklist": [
"oc:active",

View File

@ -1,5 +1,7 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/rotatable.json"]
"includes": [
"traits/environment.json",
"traits/inventory.json",
"traits/rotatable.json"
]
}]

View File

@ -1,7 +1,9 @@
[{
"includes": ["traits/hub.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/powerAcceptor.json"],
"includes": [
"traits/hub.json",
"traits/inventory.json",
"traits/powerAcceptor.json"
],
"nbt": {
"blacklist": [
"oc:componentNodes"

View File

@ -1,9 +1,11 @@
[{
"includes": ["traits/computer.json"],
"includes": ["traits/environment.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/redstone.json"],
"includes": ["traits/rotatable.json"],
"includes": [
"traits/computer.json",
"traits/environment.json",
"traits/inventory.json",
"traits/redstone.json",
"traits/rotatable.json"
],
"nbt": {
"blacklist": [
"display",

View File

@ -1,8 +1,10 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/externalData.json"],
"includes": ["traits/redstone.json"],
"includes": ["traits/rotatable.json"],
"includes": [
"traits/environment.json",
"traits/externalData.json",
"traits/redstone.json",
"traits/rotatable.json"
],
"nbt": {
"blacklist": [
"oc:hasPower",

View File

@ -1,9 +1,11 @@
[{
"includes": ["traits/hub.json"],
"includes": ["traits/inventory.json"],
"includes": ["traits/powerAcceptor.json"],
"includes": ["traits/redstone.json"],
"includes": ["traits/rotatable.json"],
"includes": [
"traits/hub.json",
"traits/inventory.json",
"traits/powerAcceptor.json",
"traits/redstone.json",
"traits/rotatable.json"
],
"nbt": {
"blacklist": [
"oc:servers",

View File

@ -1,5 +1,7 @@
[{
"includes": ["traits/environment.json"],
"includes": ["traits/redstone.json"],
"includes": ["traits/rotatable.json"]
"includes": [
"traits/environment.json",
"traits/redstone.json",
"traits/rotatable.json"
]
}]