mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-12-05 11:44:15 +01:00
Fixed portals being placed with gateways
This commit is contained in:
parent
becd114d87
commit
26f74c9cf6
@ -4,7 +4,7 @@ apply plugin: 'idea'
|
|||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
group = 'com.sekwah.advancedportals'
|
group = 'com.sekwah.advancedportals'
|
||||||
version = '0.0.44-snapshot'
|
version = '0.0.45-snapshot'
|
||||||
|
|
||||||
description = ""
|
description = ""
|
||||||
|
|
||||||
|
|||||||
@ -43,7 +43,7 @@ public class PortalPlacer implements Listener {
|
|||||||
event.getBlockPlaced().setType(Material.NETHER_PORTAL);
|
event.getBlockPlaced().setType(Material.NETHER_PORTAL);
|
||||||
}
|
}
|
||||||
else if (name.equals("\u00A78End Portal Block Placer")){
|
else if (name.equals("\u00A78End Portal Block Placer")){
|
||||||
event.getBlockPlaced().setType(Material.NETHER_PORTAL);
|
event.getBlockPlaced().setType(Material.END_PORTAL);
|
||||||
}
|
}
|
||||||
else if (name.equals("\u00A78Gateway Block Placer")){
|
else if (name.equals("\u00A78Gateway Block Placer")){
|
||||||
event.getBlockPlaced().setType(Material.END_GATEWAY);
|
event.getBlockPlaced().setType(Material.END_GATEWAY);
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
main: com.sekwah.advancedportals.AdvancedPortalsPlugin
|
main: com.sekwah.advancedportals.AdvancedPortalsPlugin
|
||||||
name: AdvancedPortals
|
name: AdvancedPortals
|
||||||
version: 0.0.44
|
version: 0.0.45
|
||||||
author: sekwah41
|
author: sekwah41
|
||||||
description: An advanced portals plugin for bukkit.
|
description: An advanced portals plugin for bukkit.
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user