Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protections for... (please, need help with it) #145

Open
Cronosus opened this issue Jun 18, 2016 · 3 comments
Open

Protections for... (please, need help with it) #145

Cronosus opened this issue Jun 18, 2016 · 3 comments
Assignees

Comments

@Cronosus
Copy link
Contributor

Cronosus commented Jun 18, 2016

Nuclearcraft:

  • machnes (access)
  • tools (use)
  • grenade (use)

Galacticraft:

  • machines (access)
  • wires and pipe (?)
  • Rockets (use-place -access)
  • bucket oil, fuel (use-place)
  • tools (use)
  • buggy (use-access)
  • standard wrench (use)

GalaxySpace:

  • machines (access)
  • rockets (use-place-access)
  • tools (use)

More Planets:

  • machine (solar panel) (access)
  • items (use)
  • rockets (use-place-access)
  • doors (use?)
  • tools (use)

Thermal Recycing:

  • machines (access)

Custom NPCs:

  • containers (barell, crate) (access like chest?)
  • racks (container, rightclick, use?)
  • pedestal (click?)
  • carpentry bench (access)

Extra Planets:

  • rockets (use-place-access)
  • machines (access)

Malisis Doors:

  • doors (use?)
  • fencegates (use?)
  • trapdoors (use?)
  • machine (access)
  • forcefield controller (click)

Advanced Lightsabers:

  • sarcophagus (container)
  • Lightsaber forge (access)

if anyone help me, ill be thankful

@thegoogleguy
Copy link

ok, I'll be working on Thermal Recycling and Galacticraft in my fork of the protection files here: https://github.com/rmtworks/MyTown2-Protections

you can find ThermalRecycling.json there which adds protection for most of the machines and for the garden shears.

@Cronosus
Copy link
Contributor Author

Cronosus commented Jun 24, 2016

very thanks :)

this maybe for Nuclearcraft?

{
"modid": "NuclearCraft",
"name": "NuclearCraft",
"segments": [
{
"class": "nc.block.NCBlocks",
"type": "block",
"actions": "RIGHT_CLICK",
"meta": -1,
"flags": "ACCESS"
},
{
"class": "nc.item.NCItems",
"type": "item",
"actions": [ "LEFT_CLICK_BLOCK", "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_ENTITY", "RIGHT_CLICK_AIR" ],
"isAdjacent": false,
"flags": "MODIFY"
}
]
}

@Eufranio
Copy link
Contributor

Eufranio commented Sep 24, 2016

I'll be working in MalisisDoors protection.
Protection: https://github.com/MagiTechServer/MyTown2-Protections/blob/master/MalisisDoors.json

@RH-Adv1c3 RH-Adv1c3 self-assigned this Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants